Menu

SAP Function Module BAPI_TRIP_GET_DETAILS

Print Detail Tables For Trip (Receipt Entry)

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

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.