Entering content frameFunction documentation Distribution Processing: Displaying Individual Fields in the Monitor Locate the document in its SAP Library structure

Use

You can enhance the field catalog for display purposes in the merchandise distribution monitor via user exit EXIT_SAPLWFR9_001.

Integration

The distribution data is displayed in the merchandise distribution monitor with the ABAP list viewer (ALV).

Prerequisites

You must enter the fields you define in the following ABAP dictionary structures:

Features

All the fields of the following ABAP dictionary structures are also passed on to user exit EXIT_SAPLWFR9_001:

The structure contains fields for procurement document item lines in the merchandise distribution monitor, such as the number, the item number and the planned item quantity. Structure CI_PROCUREMENT_PART_DISPLAY is integrated here as an include for individual enhancements.

The structure contains fields for issue item lines in the merchandise distribution monitor, such as the number, the item number, the planned item quantity and the recipients in the item. The structure CI_DISTRIBUTION_DATA_DISPLAY is integrated here as an include for individual enhancements.

If you use this include to integrate your own fields in the structures, you can fill these fields for display purposes via the following user exits:

Leaving content frame