
Workflow
You can define your inbound process code to start a specified Workflow, rather than using the direct function call. The Workflow's container must contain the following two import parameters:
Mandatory Import Parameters in the Workflow Container
Parameter name |
Type |
Multi-line |
Reference (object type/table field) |
IDOC_PACKET |
Object |
No |
IDOCXAMPLE or IDPKXAMPLE |
Unprocessed_IDOCs |
Variable |
Yes |
Edidc-Docnum |
IDOC_PACKET is filled with an object of the type as defined in the workflow container (this means that ALE reads the workflow container definition to determine the type); the object's ID is the number of the first IDoc in the packet.
Unprocessed_IDOCs is a list of the IDoc numbers in the packet.
See also:
IDOCXAMPLE as a Reference for IDOC_PACKET IDPKXAMPLE as a Reference for IDOC_PACKET