Ansicht
Dokumentation

EXIT_RPLCBSN0_001 - PY NL: RT and/or CRT Processing in CBS Record

EXIT_RPLCBSN0_001 - PY NL: RT and/or CRT Processing in CBS Record

Vendor Master (General Section)   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

The function module EXIT_RPLCBSN0_001 allows you to fill the internal cluster table 'CL_RESULT' as required.

The following table parameters must be entered in Report RPLCBSN0 in order to fill the internal table:

RT Results Table
CRT Cumulative Results Table
CL_RESULT Internal table CL_RESULT

These tables can be processed as required in the source code of the function module. The results are returned to the program via the table parameter CL_RESULT.

Example

The variable CL_RESULT-AANT_DAG must be filled from the customizing wage type Z905.

An example of the code for this variable may look like this:

LOOP AT RT.
IF RT-LGART EQ 'Z905'.
CL_RESULT-AANT_DAGEN = CL_RESULT-AANT_DAGEN + RT-ANZHL.
ENDIF.
ENDLOOP.

Activities

The change must be entered in Include ZXPN1U01 of function module EXIT_RPLCBSN0_001 using transaction CMOD.





Parameters

CARRY_ON
CLCBS
CRT
RT

Exceptions

USER_EXIT

Function Group

XPN1

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: 1428 Date: 20240523 Time: 064631     sap01-206 ( 28 ms )