The SAP R/3 Gateway provides the possibility to exchange documents asynchronously. SAP R/3 offers several document types, which are called IDocs. SAP developers can of course also define their own IDoc types. The following section helps you to exchange documents asynchronously between your application and SAP R/3 and vice versa.
This documentation defines the direction for exchanging IDocs for easier reading and understanding:
Outbound IDoc | An IDoc is created in your SAP R/3 application server and sent to IDoc XML Gateway. The IDoc XML Gateway will receive it. |
Inbound IDoc | The IDoc XML Gateway sends an IDoc to your SAP R/3 application server. |
The documentation of IDoc XML Gateway is organized under the following topics:
Overview and Design | Technical product information. | |
Distributation Model | Explains the SAP R/3 Distribution Model in a quick overview. | |
Network Considerations | Details about technical network communication. | |
Installation | Start with the installation and setup wizard. | |
Administration and Monitoring | The graphical view component for IDoc XML Gateway. | |
Configuration Parameter | Explains all settings for configuration parameters. | |
IDoc Type Information | Generates IDoc type information for transformation pipeline. | |
Using Pipelines | Configure and implement pipelines. | |
Natural, COBOL, XSLT Extensions and Java PMQ Stream and Server API | Framework for developing pipeline steps. |