The adapter supports outbound processing (from the adapter
to the SAP server)
for the ALE interface and the ALE pass-through IDoc interface. ALE
uses IDocs for data exchange, and the adapter uses business objects
to represent the IDocs.
The following list describes the sequence of processing
actions that result from an outbound request that uses the ALE interface
and ALE pass-through IDoc interface.
The message flow that makes
the request uses the interface information that was generated by the
Adapter Connection wizard.
- The adapter receives a request, which includes an IDoc business
object, from a message flow.
For pass-through IDocs, the
Message tree contains a BLOB field that represents the IDoc. No separate
IDoc business object exists for pass-through IDocs.
- The adapter uses the IDoc business object to populate the appropriate
RFC-enabled function call used by the ALE interface.
- The adapter establishes an RFC connection to the ALE
interface and passes the IDoc data to the SAP system. If you are using
the qRFC protocol, the adapter passes the IDoc data in the order specified
in the wrapper business object to the specified queue on the SAP server.
- After passing the data to SAP, the adapter performs one of the
following steps: