Ansicht
Dokumentation

EXIT_SAPMP56T_003 -

EXIT_SAPMP56T_003 -

BAL_S_LOG - Application Log: Log header data   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module is called directly before trip data is saved in the database. It makes it possible for customers to program additional processing themselves.

All tables involved in creation or modification of trips are transferred to the function module. It is no longer possible to change the data.

All internal tables are transferred as generic table types. Editing of specific tables is as follows:

FIELD-SYMBOLS: TYPE PTRV_KMSUM.
LOOP AT KMSUM ASSIGNING .
IF -xxx = ...
...
ENDIF.
ENDLOOP.

List of all types needed for table processing:

KMSUM TYPE PTRV_KMSUM
BELEG TYPE PTK03
EXBEL TYPE PTK33
ABZUG TYPE PTK04
ZIEL TYPE PTK05
ZWECK TYPE PTK09
KONTI TYPE PTK17
VSCH TYPE PTK08
KMVER TYPE PTK10
PAUFA TYPE PTK21
UEBPA TYPE PTK25
BELER TYPE PTK20
VPFPS TYPE PTK22
VPFPA TYPE PTK23
ROT TYPE PTK30
RUW TYPE PTK27
AEND TYPE PTK11
KOSTR TYPE PTK14
KOSTZ TYPE PTK16
KOSTB TYPE PTK07
KOSTK TYPE PTK18
V0SPLIT TYPE PTP70
EDITOR TYPE PTP71
USER TYPE PTK99

This function module is called in transactions PR01, PR04 and PR05. The transaction PR02 is not supported by this exit.






BAL_S_LOG - Application Log: Log header data   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 1526 Date: 20240420 Time: 113246     sap01-206 ( 20 ms )