Show TOC

Object documentationWork Item

 

You can define your inbound process code to start a specified work item, rather than using the direct function call. The object that is passed to the work item's container is the IDoc object (such as an object of type IDOCMATMAS).

Note Note

If a packet of IDocs containing more than one IDoc is to be processed, only the first IDoc is passed to the work item. The other IDocs are not processed.

End of the note.