/GBTRV/S_TER_CA_MILE_OUT SAP (Output structure for Mileage Cost Assignment) Structure details

Dictionary Type: Structure
Description: Output structure for Mileage Cost Assignment




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




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

/GBTRV/S_TER_CA_MILE_OUT 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 "Output structure for Mileage Cost Assignment" 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_CA_MILE_OUT TYPE /GBTRV/S_TER_CA_MILE_OUT.

The /GBTRV/S_TER_CA_MILE_OUT table consists of various fields, each holding specific information or linking keys about Output structure for Mileage Cost Assignment data available in SAP. These include MESSAGEGUID (Message GUID), EMPLOYEENUMBER (Employee Number), TRIPNUMBER (Trip Number), FILTERFROMDATE (Date).. 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_CA_MILE_OUT 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
FILTERFROMDATEDate DATUMDATS8DATUM
FILTERTODATEDate DATUMDATS8DATUM
STATUS_APPROVEDTrip Status: Approved /GBTRV/TER_TRIP_F_STATUS_APPRCHAR1ANTRG
STATUS_ACCOUNTTrip Status: Settlement /GBTRV/TER_TRIP_F_STATUS_ACCOCHAR1ABREC
CHANGEDATTrip Changed at /GBTRV/TER_TRIP_CHANGEDATDEC15TZNTSTMPS
F_TT_COMSPTrip Type: Enterprise-Specific /GBTRV/TER_TRIP_F_TT_COMSPCHAR1Assigned to domainBEREI
F_ARR_DATETIMEEnd Date of Trip Segment /GBTRV/TER_TRIP_F_ARR_DATEDEC15TZNTSTMPS
F_OUT_DATETIMEBorder Crossing (Trip Out): Date /GBTRV/TER_TRIP_F_OUT_DATEDEC15TZNTSTMPS
F_RET_DATETIMEBorder Crossing (Return Trip): Date /GBTRV/TER_TRIP_F_RET_DATEDEC15TZNTSTMPS
F_DEP_DATETIMEBeginning Date of Trip Segment /GBTRV/TER_TRIP_F_DEP_DATEDEC15TZNTSTMPS
F_RET_RGIOTrip country/trip country group/trip region /GBTRV/TER_TRIP_F_RET_RGIOCHAR5Assigned to domainRGION
F_RET_COUNReturn trip from country /GBTRV/TER_TRIP_F_RET_COUNCHAR3Assigned to domainLNDGR
F_REGIONRegion of Main Destination /GBTRV/TER_TRIP_F_REGIONCHAR5Assigned to domainRGION
F_COUNTRYTrip Country / Trip Country Group /GBTRV/TER_TRIP_F_COUNTRYCHAR3Assigned to domainLNDGR
F_CUSTOMERReason for Trip (for example, customer/requisitioner) /GBTRV/TER_TRIP_F_CUSTOMERCHAR59RKUNDE
F_TT_STATUTrip Type: Statutory /GBTRV/TER_TRIP_F_TT_STATUCHAR1Assigned to domainKZREA
F_T_ACTYPETrip Activity Type /GBTRV/TER_TRIP_F_T_ACTYPECHAR1Assigned to domainKZTKT
F_LOCATIONLocation /GBTRV/TER_TRIP_F_LOCATIONCHAR59RZIELORT
F_PD_ACCOMPer-Diem Accounting for Accommodations /GBTRV/TER_TRIP_F_PD_ACCOMCHAR1BOOLEAN
F_PD_MEALSPer-Diem Accounting for Meals /GBTRV/TER_TRIP_F_PD_MEALSCHAR1BOOLEAN
M_TOTALTotal Miles/Kilometers /GBTRV/TER_TRIP_M_TOTALDEC5KMANZ
M_DOMESTDomestic Miles/Kilometers /GBTRV/TER_TRIP_M_DOMESTDEC5KMANZ
M_VEH_TYPEVehicle Type /GBTRV/TER_TRIP_M_VEH_TYPECHAR1Assigned to domainKZPMF
F_T_SCHEMATrip Schema /GBTRV/TER_TRIP_F_T_SCHEMACHAR2Assigned to domainRSCHE
COMMENTTrip - Comment /GBTRV/TER_TRIP_COMMENTSTRG0
REIMB_AMOUReimbursement Amount /GBTRV/TER_TRIP_REIMB_AMOUCURR10(2) /GBTRV/TER_AMOUNT
REIMB_CURRReimbursement Currency /GBTRV/TER_TRIP_REIMB_CURRCUKY5Assigned to domainWAERS
TRIP_MILECOSTASSIGNMENT 0

Key field Non-key field



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

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

How to access SAP table /GBTRV/S_TER_CA_MILE_OUT

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