Show TOC

IDPKXAMPLE as a Reference for IDOC_PACKETLocate this document in the navigation structure

Definition

If you want to use the IDoc packet object type's (IDPKXAMPLE) methods MassInput or Display, you need to use IDPKXAMPLE as a reference for IDOC_PACKET.

Both the methods MassInput and Display have an importing variable Unprocessed_IDOCs, which needs to be bound to the variable Unprocessed_IDOCs in the workflow container. This allows all the IDocs in the packet to be processed.

Typically it will only make sense to use IDPKXAMPLE if you also define your own methods to process the IDoc packet.