/GBTRV/S_TERB_TRIP SAP (Trip data) Structure details

Dictionary Type: Structure
Description: Trip data




ABAP Code to SELECT data from /GBTRV/S_TERB_TRIP
Related tables to /GBTRV/S_TERB_TRIP
Access table /GBTRV/S_TERB_TRIP




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

/GBTRV/S_TERB_TRIP 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 "Trip data" 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_/GBTRV/S_TERB_TRIP TYPE /GBTRV/S_TERB_TRIP.

The /GBTRV/S_TERB_TRIP table consists of various fields, each holding specific information or linking keys about Trip data data available in SAP. These include TRIPNUMBER (Trip Number), S_FRAMEDATA (), DEP_DATE (Beginning Date of Trip Segment), DEP_TIME (Beginning Time of Trip Segment).. 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 (Deep)


SAP /GBTRV/S_TERB_TRIP 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
MESSAGEGUIDMessage GUID /GBTRV/TER_MESSAGEGUIDCHAR32CHAR32
TRIPNUMBERTrip Number REINRNUMC10REINR
S_FRAMEDATA 0
DEP_DATEBeginning Date of Trip Segment REBEDDATS8REDAT
DEP_TIMEBeginning Time of Trip Segment REBEUTIMS6REUHR
ARR_DATEEnd Date of Trip Segment REENDDATS8REDAT
ARR_TIMEEnd Time of Trip Segment REENUTIMS6REUHR
CUSTOMERReason for Trip (for example, customer/requisitioner) RKUNDECHAR59RKUNDE
LOCATIONLocation RZIELORTCHAR59RZIELORT
COUNTRYTrip Country / Trip Country Group LNDGRCHAR3LNDGR
REGIONRegion of Main Destination HRGIOCHAR5RGION
OUT_DATEBorder Crossing (Trip Out): Date DATGHDATS8REDAT
OUT_TIMETime: Border crossing(trip out) UHRGHTIMS6REUHR
RET_DATEBorder Crossing (Return Trip): Date DATGZDATS8REDAT
RET_TIMETime: Border crossing(return trip) UHRGZTIMS6REUHR
RET_COUNReturn trip from country RET_COUNCHAR3LNDGR
RET_RGIOTrip country/trip country group/trip region RET_RGIOCHAR5RGION
RET_TTCSTrip type: Enterprise-specific RET_TTCSCHAR1BEREI
T_SCHEMATrip schema RSCHECHAR2RSCHE
TT_COMSPTrip Type: Enterprise-Specific BEREICHAR1BEREI
TT_STATUTrip Type: Statutory KZREACHAR1KZREA
T_ACTYPETrip Activity Type KZTKTCHAR1KZTKT
PD_MEALSPer-Diem Accounting for Meals VERPACHAR1VERPA
PD_ACCOMPer-Diem Accounting for Accommodations UEPKZCHAR1UEPKZ
NO_NIGHTNumber of Overnight Stays for Per-Diem Settlement ANUEPDEC2ANUEP
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City PAD_ORT01CHAR40PAD_ORT01
STRASStreet and House Number PAD_STRASCHAR60PAD_STRAS
STATESTATE (State, Province, County) REGIOCHAR3REGIO
REQUESTIndicator for objects request, plan and expense report PTRV_OBJEKTCHAR1CHAR1
TRAVEL_PLANIndicator for objects request, plan and expense report PTRV_OBJEKTCHAR1CHAR1
EXPENSESIndicator for objects request, plan and expense report PTRV_OBJEKTCHAR1CHAR1
ORT02District PAD_ORT02CHAR40PAD_ORT01
CITY_CODECity code for city/street file AD_CITYNUMCHAR12ALPHACITY_CODE
TAX_PER_DIEMAutomatic Taxation of Meals Per Diems PTRV_TAX_PER_DIEM_CORECHAR1XFELD
TAX_PD_MANManually Triggered Taxation of Meals Per Diems PTRV_TAX_PD_MAN_CORECHAR1XFELD
TAX_OV_MANManually Triggered Taxation of Accommodations Per Diems PTRV_TAX_OV_MAN_CORECHAR1XFELD
EXCHANGE_DATEReference Date of Trip PTRV_DATTN_COREDATS8REDAT
ROUNDINGTravel Amounts Are Rounded (Indicator) PTRV_ROUNDING_CORECHAR1XFELD
S_STATUS 0
APPROVEDTravel Request or Trip Approved (Indicator) ANTRGCHAR1ANTRG
APPR_TXTText for Approval Status of a Trip APPR_TXTCHAR15CHAR15
ACCOUNTOpen / To be Settled / Settled (Indicator) ABRECCHAR1ABREC
TRAN_PAYHR Payroll Transfer (Indicator) UEBLGCHAR1UEBLG
TRAN_FIFI Transfer (Indicator) UEBRFCHAR1UEBRF
TRAN_DMEData Medium Exchange Transfer (Indicator) UEBDTCHAR1UEBDT
ACC_TEXTText for Settlement Status of a Trip ACC_TEXTCHAR17CHAR17
PRINTEDTrip Print Status P_PRINTCHAR1P_PRINT
PRIN_TXTText for Print Status of a Trip PRIN_TXTCHAR15CHAR15
CH_ONChanged On AEDATDATS8DATUM
CH_ON_TIMETime of Last Change AEUHRTIMS6ATIME
CHANGED_BYName of Person Who Changed Object AENAMCHAR12USNAM
T_RECEIPTS_ADD 0
T_RECEIPTS_GET 0
T_ADDINFO 0
T_MILEAGE 0
T_AMOUNTS 0
T_TEXT 0
T_ATTACHMENT 0
T_CA_TRIP 0
T_CA_RECEIPT 0
T_CA_MILE 0
T_DEDUCTION 0

Key field Non-key field



How do I retrieve data from SAP structure /GBTRV/S_TERB_TRIP using ABAP code?

As /GBTRV/S_TERB_TRIP 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 /GBTRV/S_TERB_TRIP as there is no data to select.

How to access SAP table /GBTRV/S_TERB_TRIP

Within an ECC or HANA version of SAP you can also view further information about /GBTRV/S_TERB_TRIP 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!