BAPITRVSUM SAP (Totals of a trip; Structure for BAPI interface) Structure details

Dictionary Type: Structure
Description: Totals of a trip; Structure for BAPI interface




ABAP Code to SELECT data from BAPITRVSUM
Related tables to BAPITRVSUM
Access table BAPITRVSUM




Structure field list including key, data, relationships and ABAP select examples

BAPITRVSUM is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Totals of a trip; Structure for BAPI interface" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BAPITRVSUM TYPE BAPITRVSUM.

The BAPITRVSUM table consists of various fields, each holding specific information or linking keys about Totals of a trip; Structure for BAPI interface data available in SAP. These include CURRENCY (Currency Key), CURRDEC (Number of decimal places), ADDIT_AMNT (Additional Amount of a Trip (Taxable for Employee)), SUM_REIMBU (Reimbursement amount for a trip).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BAPITRVSUM structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TRIPNOTrip Number REINRNUMC10REINR
CURRENCYCurrency Key TRVWAERSCUKY5TCURCWAERSFWS
CURRDECNumber of decimal places CURRDECINT13CURRDEC
ADDIT_AMNTAdditional Amount of a Trip (Taxable for Employee) ADDIT_AMNTDEC23(4) BAPICURR
SUM_REIMBUReimbursement amount for a trip SUM_REIMBUDEC23(4) BAPICURR
SUM_ADVANCTotal advances for a trip SUM_ADVANCDEC23(4) BAPICURR
SUM_PAYOUTPayment Amount SUM_PAYOUTDEC23(4) BAPICURR
SUM_PAIDCOTravel expenses paid by company SUM_PAIDCODEC23(4) BAPICURR
TRIP_TOTALTotal costs for trip TRIP_TOTALDEC23(4) BAPICURR
PD_FOODReimbursement Amount (Total) for Meals per Diems PD_FOODDEC23(4) BAPICURR
PD_HOUSINGReimbursement Amount (Total) for Accommodations per Diems PD_HOUSINGDEC23(4) BAPICURR
PD_MILEAGEReimbursement Amount (Total) for Travel Flat Rates PD_MILEAGEDEC23(4) BAPICURR
.INCLU--AP 0
TXF_FOODTax-Exempt Meals per Diems Without Withholding (PS) - Bapi TXF_FOODDEC23(4) BAPICURR
PD_POCKET_MONTotal Reimbursement Amount for Pocket Money GLO_PD_POCKET_MONEYDEC23(4) BAPICURR
PD_PUB_TRANSTotal Reimbursement Amount for Public Transport GLO_PD_PUBLIC_TRANSDEC23(4) BAPICURR
PD_LOC_TRANSTotal Reimbursement Amount for Local Transport GLO_PD_LOCAL_TRANSDEC23(4) BAPICURR

Key field Non-key field



How do I retrieve data from SAP structure BAPITRVSUM using ABAP code?

As BAPITRVSUM is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BAPITRVSUM as there is no data to select.

How to access SAP table BAPITRVSUM

Within an ECC or HANA version of SAP you can also view further information about BAPITRVSUM and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!