To create these mappings:
If CatalogOrder.seqflow is not already open in the flow editor then:
Open CatalogOrder.seqflow in the flow editor.
In the workbench's main menu click .
Open the mapping routine for the Assign node variableAssignOutput:
Right-click variableAssignOutput.
Click Open Mapping Routine. The mapping editor opens and displays the mapping routine variableAssignOutput.
Add msg_DFH0XCMN_DFHCOMMAREA to the mapping routine as a source message. (This message contains the output parameters for the application DFH0XCMN.)
On the mapping routine toolbar click the Add
a source message
icon. The Select Message window
opens.
The source message is added to the left side of the mapping routine area.
Add o_CatalogOrder to the mapping routine as a target message. (This is the output message used by CatalogOrder.seqflow.)
On the mapping routine toolbar click the Add
a target message
icon. The Select Message window
opens.
The target message is added to the right side of the mapping routine area.
Create a mapping that copies the contents of msg_DFH0XCMN_DFHCOMMAREA.CA_RETURN_CODE to o_CatalogOrder.returnCode.
The mapping editor displays a new Move transform in the center column of the mapping routine area between the two message elements with a connection running from the source element to the transform and another connection running from the transform to the target element.
Create a mapping that copies the contents of msg_DFH0XCMN_DFHCOMMAREA.CA_RESPONSE_MESSAGE to o_CatalogOrder.returnMessage.
The mapping editor displays a new Move transform in the center column of the mapping routine area between the two message elements with a connection running from the source element to the transform and another connection running from the transform to the target element.
Close the mapping editor.
Close the flow editor.