Ansicht
Dokumentation

EXIT_SAPLEDC2_001 - IS-U: User Exit for IDOC ISU_DISC_UPLOAD

EXIT_SAPLEDC2_001 - IS-U: User Exit for IDOC ISU_DISC_UPLOAD

RFUMSV00 - Advance Return for Tax on Sales/Purchases   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 segment types from the ISU_DISC_UPLOAD IDoc that have been defined by customers.

It is called at the corresponding point during programing; the enhancement segment is then processed in the function module.

Example

A simplified version of the function module's coding could 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.

* This segment is processed here.

ENDIF.





Parameters

X_IDOC_DATA

Exceptions

Function Group

XEDISCIDOC

RFUMSV00 - Advance Return for Tax on Sales/Purchases   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 820 Date: 20240604 Time: 004829     sap01-206 ( 17 ms )