IDoc processing message flows

The pattern does not generate the message flows that process the actual IDocs. For each message flow complete the following steps:

  1. Run the Adapter Connection wizard and find the IDoc that you want to process with the message flow. The wizard generates a message set that describes the model for your chosen IDoc.
  2. Create a message flow and add an MQInput node. Set the Queue name property to match the queue to which the IDoc is routed by the IDoc Routing flow. Select DataObject as the message domain. Select the message set that was generated in the previous step. Select SAP ALE IDoc as the message format.
  3. Develop the remainder of the message flow. The incoming IDoc exits the Out terminal of the MQInput node in the same format as if it is the Out terminal of an SAPInput node but with the addition of an MQMD header.
Back to the Data distribution SAP to WebSphere MQ: one-way (for IDoc) pattern specification