Menu

SAP Function Module BAPI_TRIP_GET_DETAILS

Print Detail Tables For Trip (Receipt Entry)

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module BAPI_TRIP_GET_DETAILS (Print Detail Tables For Trip (Receipt Entry)) is a standard Function Module in SAP ERP and is part of the function group HRTR within the package PTRA_ADDON.

Technical Information

Function Module BAPI_TRIP_GET_DETAILS
Short Text Print Detail Tables For Trip (Receipt Entry)
Function Group HRTR
Package PTRA_ADDON
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EMPLOYEENUMBER LIKE BAPIEMPL-PERNR Employee's Personnel Number
LANGUAGE LIKE BAPITRVXXX-LANGU SY-LANGU Language for Table Entries
PERIODNUMBER LIKE BAPITRVXXX-PERIOD '000' Number of Trip Period
TRIPNUMBER LIKE BAPITRIP-TRIPNO Trip Number

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FRAMEDATA LIKE BAPITRMAIN General Trip Data
RETURN LIKE BAPIRETURN Return Value (Instead of Exceptions)
STATUS LIKE BAPITRSTAO Trip Status

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ADDINFO LIKE BAPITRADDI Additional Receipt Information
AMOUNTS LIKE BAPITRVSUM Table of Different Trip Amounts
COSTDIST_MILE LIKE BAPITRVCOM Cost Distribution for Miles/Kms Distribution
COSTDIST_RECE LIKE BAPITRVCOR Cost Distribution for Receipts
COSTDIST_STOP LIKE BAPITRVCOS Cost Distribution for Stopovers
COSTDIST_TRIP LIKE BAPITRVCOT Cost Distribution for Entire Trip
DEDUCTIONS LIKE BAPITRVDED Deductions
EMP_INFO LIKE BAPITRVEMP Employee Data
MILEAGE LIKE BAPITRVMIL Miles/Km Distribution
RECEIPTS LIKE BAPITRVREO Receipts
STOPOVER LIKE BAPITRVSTO Stopovers
TEXT LIKE BAPITRTEXT Trip Text

Exceptions

This function module does not define any Exceptions.