Receive and Read iDoc from SAP

Hello everyone!
I have to implement some flows that uses JDBC Adapter and SAP Adapter. For the JDBC Adapter i’ve done some tests and everything’s working, but I don’t know how to approach with the SAP Adapter to receive and send iDOC. The main idea is to receive the iDOC, read it and write some elements in a DB table.

Can someone please tell me what are the steps to receive and read an idoc?

Thank you,
Diego

You will have to create sap adapter listener and notification to process the idoc. Depending on which idoc type you listen to and mode whether sync or asynchronous, you can further process the idoc data.

There are built in services available to parse idoc data or send idoc to sap. I suggest you take a look at SAP user guide for more details.

2 Likes