/GBTRV/S_TER_MILEAGE SAP (TER Collection: Trip - Mileage) Structure details

Dictionary Type: Structure
Description: TER Collection: Trip - Mileage




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




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

/GBTRV/S_TER_MILEAGE 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 "TER Collection: Trip - Mileage" 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_TER_MILEAGE TYPE /GBTRV/S_TER_MILEAGE.

The /GBTRV/S_TER_MILEAGE table consists of various fields, each holding specific information or linking keys about TER Collection: Trip - Mileage data available in SAP. These include EMPLOYEENUMBER (Employee Number), TRIPNUMBER (Trip Number), TRIPCHANGEDAT (Trip Changed at), COMMENT (TER: Mileage comment).. 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_TER_MILEAGE 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
EMPLOYEENUMBEREmployee Number /GBTRV/TER_EMPLOYEENUMBERNUMC8PERNR
TRIPNUMBERTrip Number /GBTRV/TER_TRIPNUMBERNUMC10REINR
TRIPCHANGEDATTrip Changed at /GBTRV/TER_TRIP_CHANGEDATDEC15TZNTSTMPS
COMMENTTER: Mileage comment /GBTRV/TER_MILE_COMMENTSTRG0
KEY_MILESequence Number of Miles/Kilometers Distribution /GBTRV/TER_MILE_KEY_MILECHAR3NRBEL
MIL_DATEDate for Miles/Kilometers Traveled /GBTRV/TER_MILE_MIL_DATEDATS8REDAT
M_TOTALTotal Miles/Kilometers /GBTRV/TER_MILE_M_TOTALDEC5KMANZ
M_DOMESTDomestic Miles/Kilometers /GBTRV/TER_MILE_M_DOMESTDEC5KMANZ
LIC_PLATLicense Plate Number /GBTRV/TER_MILE_LIC_PLATCHAR10CHAR10
CAR_MAKEVehicle Make (Model) /GBTRV/TER_MILE_CAR_MAKECHAR17KFZMA
PASSENGENumber of Passengers /GBTRV/TER_MILE_PASSENGEDEC1DEC1
BAG_WGHTWeight of Baggage /GBTRV/TER_MILE_BAG_WGHTDEC3KGGEP
ADD_FLRA'X' = Enterprise-Specific Travel Flat Rate /GBTRV/TER_MILE_ADD_FLRACHAR1BOOLEAN
VEH_TYPEVehicle Type /GBTRV/TER_MILE_VEH_TYPECHAR1Assigned to domainKZPMF
VEH_CLASVehicle Class /GBTRV/TER_MILE_VEH_CLASCHAR3Assigned to domainPKWKL
COUNTRYTrip Country / Trip Country Group /GBTRV/TER_MILE_COUNTRYCHAR3Assigned to domainLNDGR
REGIONTrip Country/Trip Country Group/Trip Region /GBTRV/TER_MILE_REGIONCHAR5Assigned to domainRGION
TT_COMSPTrip Type: Enterprise-Specific /GBTRV/TER_MILE_TT_COMSPCHAR1Assigned to domainBEREI
KEY_STOPDestination Assignment /GBTRV/TER_MILE_KEY_STOPCHAR2KEYZI
LOC_FROMStarting Location of Trip Segment /GBTRV/TER_MILE_LOC_FROMCHAR59RZIELORT
LOC_TOEnd Location of a Trip Segment /GBTRV/TER_MILE_LOC_TOCHAR59RZIELORT
ACTION_IDIdentify a CREATE, DELETE or UPDATE for a trip modification /GBTRV/TER_ACTION_CONTROLCHAR1/GBTRV/TER_ACTION_CONTROL

Key field Non-key field



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

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

How to access SAP table /GBTRV/S_TER_MILEAGE

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