Entering content frameProcess documentation Making Customer-Specific Enhancements to the WIS Locate the document in its SAP Library structure

Purpose

You want to evaluate the data of a particular task within the WIS. This data:

Prerequisites

Analyze the container definition of the single-step task.

Determine which container elements are relevant for the evaluation. Note that you can also access the attributes of any object references in the container elements.

Establish the associated data element for each field that is relevant for the evaluation.

Process Flow

Extending the communication structure

Extend the ABAP Dictionary structure (communication structure) MCWF_TRANS by adding the fields that you need for you own analysis.

Filling the communication structure

In a second step, the customer fields that have just been defined have to be filled with data.

The function module (user exit) EXIT_SAPLMCWF_001 has to be programmed for this.

LIS Customizing

Make the following settings in Customizing of the Logistics Information System:

Result

The extension of the communication structure MCWF_TRANS and the user exit EXIT_SAPLMCWF_001 ensure that the periodic background job RMCADATA passes the customer scenario-specific data to the LIS, as well as the SAP data.

The data then passes to the information structures S<xxx> according to the update rules, and can be used for standard analyses.

Leaving content frame