/GBTRV/S_TER_EXPENSETYPE SAP (TER Collection: Customizing - Expense Type) Structure details

Dictionary Type: Structure
Description: TER Collection: Customizing - Expense Type




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




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

/GBTRV/S_TER_EXPENSETYPE 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: Customizing - Expense Type" 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_EXPENSETYPE TYPE /GBTRV/S_TER_EXPENSETYPE.

The /GBTRV/S_TER_EXPENSETYPE table consists of various fields, each holding specific information or linking keys about TER Collection: Customizing - Expense Type data available in SAP. These include FILTERDATE (Field of type DATS), EXP_TYPE (Travel Expense Type), EXP_CATE (Travel Expense Category), PAID_COM (Paid by Company).. 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_EXPENSETYPE 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
EMPLOYEENUMBEREmployee Number /GBTRV/TER_EMPLOYEENUMBERNUMC8PERNR
FILTERDATEField of type DATS DATSDATS8DATS
EXP_TYPETravel Expense Type /GBTRV/TER_C_EXPTYPE_EXP_TYPECHAR4
EXP_CATETravel Expense Category /GBTRV/TER_C_EXPTYPE_EXP_CATECHAR1
PAID_COMPaid by Company /GBTRV/TER_C_EXPTYPE_PAID_COMPCHAR1
TAX_CODESales Tax Code /GBTRV/TER_C_EXPTYPE_TAX_CODECHAR2
PR04_SORTSequence of Expense Types in Weekly Report /GBTRV/TER_C_EXPTYPE_PR04_SORTCHAR1
ANZCACalculation of Default Value for Number Field /GBTRV/TER_C_EXPTYPE_ANZCACHAR1
CATEGORYProvider Category /GBTRV/TER_C_EXPTYPE_CATEGORYCHAR1
EST_CIndicator for Expense Type Containing Estimated Costs /GBTRV/TER_C_EXPTYPE_EST_CCHAR1
EXP_TEXTName of Travel Expense Type /GBTRV/TER_C_EXPTYPE_EXP_TEXTCHAR30
FILTER_EXPTYPEIndicator for the validity of the expense type (manual, CC) /GBTRV/TER_C_EXPTYPE_INDCHAR1/GBTRV/TER_EXP_TYPE_IND
FIELDCONTROL 0
SCDV1From date field control /GBTRV/TER_C_EXPTYPE_SCDV1CHAR1
SCDB1To date field control /GBTRV/TER_C_EXPTYPE_SCDB1CHAR1
SCANZNumber field control /GBTRV/TER_C_EXPTYPE_SCANZCHAR1
SCLNDCountry/Region field control /GBTRV/TER_C_EXPTYPE_SCLNDCHAR1
SCRAUField control for enterprise-specific trip type /GBTRV/TER_C_EXPTYPE_SCRAUCHAR1
SCFRFField control for number of breakfasts /GBTRV/TER_C_EXPTYPE_SCFRFCHAR1
SCDECDescription field control /GBTRV/TER_C_EXPTYPE_SCDECCHAR1
SCPLAField control: Place /GBTRV/TER_C_EXPTYPE_SCPLACHAR1
SCBPUField control for business purpose on receipt /GBTRV/TER_C_EXPTYPE_SCBPUCHAR1
SCBREField control for business partner /GBTRV/TER_C_EXPTYPE_SCBRECHAR1
SCEDTEditor field control /GBTRV/TER_C_EXPTYPE_SCEDTCHAR1
SCMERField control for service provider /GBTRV/TER_C_EXPTYPE_SCMERCHAR1
SCDOCField Control for (Paper) Document Number /GBTRV/TER_C_EXPTYPE_SCDOCCHAR1
SCPRVField Control for Provider (Airline, Hotel Chain, ...) /GBTRV/TER_C_EXPTYPE_SCPRVCHAR1
SCSTFField Control Number of Employees /GBTRV/TER_C_EXPTYPE_SCSTFCHAR1
SCPTNField Control Number of Employees of Business Partners /GBTRV/TER_C_EXPTYPE_SCPTNCHAR1
SCGSTField Control Number of Additional Guests /GBTRV/TER_C_EXPTYPE_SCGSTCHAR1
SCFRAField Control for Number of Dinners /GBTRV/TER_C_EXPTYPE_SCFRACHAR1
SCFRLField Control for Number of Lunches /GBTRV/TER_C_EXPTYPE_SCFRLCHAR1

Key field Non-key field



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

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

How to access SAP table /GBTRV/S_TER_EXPENSETYPE

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