webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Receive and Read iDoc from SAP

  • 1.  Receive and Read iDoc from SAP

    Posted Wed June 19, 2019 09:20 AM

    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


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Receive and Read iDoc from SAP

    Posted Wed June 19, 2019 09:35 AM

    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.


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods