On this Page:
The following pages describe IDoc handling, such as
Example Overview: IDoc Use Cases
Use Case | Operation |
---|---|
Receive an IDoc file and send it to SAP (unchanged) | SendAnyIDocFromFile |
Receive and IDoc from SAP and send it to SAP | SendAnyIDoc |
Receive and IDoc from SAP and write it to a file | IDOC_INBOUND_ASYNCHRONOUS |
Read an IDoc from file and parse it to an IDoc structure | SingleIDocInString |
Receive an IDoc from SAP and parse it to an IDoc structure | SingleIDocSAPTables |
Read multiple IDocs (same structure) from file and parse them to an IDoc structure | ArrayOfDocsInString |
Receive multiple IDocs (same structure) from SAP and parse them to an IDoc structure | ArrayOfDocsInSAPTables |
Read an TXTRAW01 IDoc from file, parse it, make some changes and write it to a new file. | parseTXTRAWIDoc |
Overview
Content Tools