cancel
Showing results for 
Search instead for 
Did you mean: 

Verify Object Has Been Created in SAP

Amy_Chmielinski
Star Contributor
Star Contributor

Is there any way to verify from OnBase, that an object has been created in SAP?

 

I have read a few discussions in the Workflow community that states as long as the link to SAP has been created successfully, the message will return a 'Success', even if the object in SAP has not been created.

 

Amy

4 REPLIES 4

Ron_Simko
Star Contributor
Star Contributor

Hi Amy,


There is not yet an out-of-the box way to get this information.  The best solution I can give for now would be to call a Unity Script in WorkFlow that calls the standard SAP BAPI: ARCHIV_GET_CONNECTIONS.

 

Best regards,

Ron

Hi Ron,

 

Thank you for the information!

 

How do we make the call to the SAP function module?

 

Would you happen to have a sample Unity script?

 

Thanks,

Amy

Amy,

One other possibility would be to have ARCHIV_GET_CONNECTIONS interfaced as a web service, which could then be called from WorkFlow using the Call Web Service action.

 

I'm looking into finding a sample script.  I definitely don't have one for this specific scenario....

Hi Ron,

 

Thank you I appreciate you looking at this!

 

Amy