Ansicht
Dokumentation

EXIT_SAPLEEWM_IF_MDI_1_001 - IS-U Work Management: User Exit for IDOc ISU_MDI_UPLOAD

EXIT_SAPLEEWM_IF_MDI_1_001 - IS-U Work Management: User Exit for IDOc ISU_MDI_UPLOAD

Vendor Master (General Section)   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module is used for processing an enhancement segment of the IDoc ISU_MDI_UPLOAD. The data for subsequent function modules that is contained in this segment must be read from this function module and written to the return structure Y_EEWM_MDI_EXIT.

This function module is called at the appropriate point in the program code so that it can be used to improve processing of the segment.

Example

If the segment contains the INDEX field and was supplied with data when the IDoc was created, the coding of this function module might look like this:

DATA: USER_SEGMENT LIKE Z1ISU_EXAMPLE. /* LIKE USER-SEGMENT NAME
CLEAR: USER_SEGMENT.
IF X_IDOC_DATA-SEGNAM = 'Z1ISU_EXAMPLE'.
USER_SEGMENT = X_IDOC_DATA-SDATA.
MOVE-CORRESPONDING USER_SEGMENT TO Y_EEWM_MDI_EXIT.
ENDIF.

Notes

Further information





Parameters

X_IDOC_DATA
Y_EEWM_MDI_EXIT

Exceptions

Function Group

XEWMIFMDI

RFUMSV00 - Advance Return for Tax on Sales/Purchases   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 1130 Date: 20240523 Time: 072839     sap01-206 ( 24 ms )