Ansicht
Dokumentation

EXIT_SAPMP56T_003 - User exit: Save trip (PR01, PR04, PR05)

EXIT_SAPMP56T_003 - User exit: Save trip (PR01, PR04, PR05)

rdisp/max_wprun_time - Maximum work process run time   Vendor Master (General Section)  
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.





Parameters

ABZUG
AEND
BELEG
BELER
EDITOR
EXBEL
KMSUM
KMVER
KONTI
KOSTB
KOSTK
KOSTR
KOSTZ
PAUFA
ROT
RUW
TRANSPORT
TRIP_HEADER
TRIP_PERIOD
TRIP_STATUS
T_GUEST_OLD
UEBPA
USER
V0SPLIT
VPFPA
VPFPS
VSCH
ZIEL
ZWECK

Exceptions

Function Group

XTRV

rdisp/max_wprun_time - Maximum work process run time   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.

Length: 2007 Date: 20240523 Time: 034911     sap01-206 ( 44 ms )