/GBTRV/S_TER_DEFAULTS SAP (TER Collection: Customizing - Defaults) Structure details

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




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




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

/GBTRV/S_TER_DEFAULTS 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 - Defaults" 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_DEFAULTS TYPE /GBTRV/S_TER_DEFAULTS.

The /GBTRV/S_TER_DEFAULTS table consists of various fields, each holding specific information or linking keys about TER Collection: Customizing - Defaults data available in SAP. These include FILTERDATE (Date), FIRSTDAY (Beginning date for current week), CCCPARAM (Switch for Credit Card Clearing), REC_F_PD (Switch for travel costs flat rate/individ.rec.par.(X/Space)).. 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_DEFAULTS 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
FILTERDATEDate DATUMDATS8DATUM
FIRSTDAYBeginning date for current week /GBTRV/TER_C_DFLT_FIRSTDAYDATS8
CCCPARAMSwitch for Credit Card Clearing /GBTRV/TER_C_DFLT_CCCPARAMCHAR1
REC_F_PDSwitch for travel costs flat rate/individ.rec.par.(X/Space) /GBTRV/TER_C_DFLT_REC_F_PDCHAR1
REC_U_PDSwitch for accommod. per diem/individ. rec. paral.(X/Space) /GBTRV/TER_C_DFLT_REC_U_PDCHAR1
REC_V_PDSwitch for meals per diem/individ. rec. parallel (X/Space) /GBTRV/TER_C_DFLT_REC_V_PDCHAR1
TAX_CODE_0Input VAT Indicator 0 Percent /GBTRV/TER_C_DFLT_TAX_CODE_0CHAR2
MILEAGE_PDReimbursement Amount per Mile/Kilometer /GBTRV/TER_C_DFLT_MILEAGE_PDDEC23(4)
VEH_TYPEVehicle Type /GBTRV/TER_C_VEHTYP_TYPECHAR1
VEH_CLASVehicle Class /GBTRV/TER_C_VEHCLAS_CLASCHAR3
LIC_PLATLicense Plate Number /GBTRV/TER_C_DFLT_LIC_PLATCHAR10
INPUT_TAX_ENTRYInput Tax Entry in Travel Management /GBTRV/TER_C_DFLT_INPUT_TAX_ENCHAR1
TAX_CODE_FLAT_RATEInput Tax Indicator for Flat-Rate Taxation /GBTRV/TER_C_DFLT_TAX_CODE_FRCHAR2
COUNTRY_GROUPINGCountry Grouping /GBTRV/TER_C_DFLT_COUNTRY_GRPCHAR2
RATE_TYPEExchange Rate Type /GBTRV/TER_C_DFLT_RATE_TYPECHAR4
TAX_CODE_INDICATORInput Tax Default Value for International Expense Receipts /GBTRV/TER_C_DFLT_TAX_CODE_INDCHAR1
READ706MRead table T706M 'Input tax for international per diems' /GBTRV/TER_C_DFLT_READ706MCHAR1
HARD_CURRENCYReimbursement of for.currency receipts /GBTRV/TER_C_DFLT_HARD_CURRCHAR1
FIRST_DAY_IN_WEEKFirst Day of the Week (0 = Sunday, 1 = Monday and so on) /GBTRV/TER_C_DFLT_DAY_IN_WEEKNUMC1
WEEKLY_REPORT_CHECKOverlapping of Weekly Report Possible? (1 = Yes, 0 = No) /GBTRV/TER_C_DFLT_WEEK_CHECKNUMC1
CHECK_ONE_DAY_TRIPS_PER_DAYValidation: more than one one-day domestic trip on one day /GBTRV/TER_C_DFLT_DAY_CHECKCHAR1
SHOW_LASTYEARDisplay Trips of Last Year Only /GBTRV/TER_C_DFLT_SHOW_LASTYEACHAR1
SHOW_THISYEARDisplay Trips of Current Year Only /GBTRV/TER_C_DFLT_SHOW_THISYEACHAR1
USE_TYPE_STATUTORYStatutory trip type for receipt max. rates and def.values /GBTRV/TER_C_DFLT_TYPE_STATCHAR1
USE_TYPE_COMSPTrip type enterpr. for receipt max.rates and def.values /GBTRV/TER_C_DFLT_TYPE_COMSPCHAR1
USE_ACTIVITYTrip activity type for receipt max.rates and def.values /GBTRV/TER_C_DFLT_USE_ACTIVITYCHAR1
USE_COUNTRYTrip country/country grp for receipt max.rates and def.value /GBTRV/TER_C_DFLT_USE_COUNTRYCHAR1
USE_REIMBURSE_GRPReimbursement group accommodations, meals - statutory /GBTRV/TER_C_DFLT_USE_RMB_GRPCHAR1
USE_REIMBURSE_GRP_COMSPReimbursement group M/A enterprise specific /GBTRV/TER_C_DFLT_USE_RMB_GRPCCHAR1
MAX_TRIP_DURATIONNumber of Records /GBTRV/TER_C_DFLT_MAX_DURATIONDEC4
DISTANCE_UNITUnit of Distance /GBTRV/TER_C_DFLT_DIST_UNITCHAR1
SAPRLRelease Status of SAP System /GBTRV/TER_C_DFLT_SAPRLCHAR4
RULE_90_DAYSProcedure for Trips to Same Destination /GBTRV/TER_C_DFLT_RULE_90_DAYSCHAR1

Key field Non-key field



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

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

How to access SAP table /GBTRV/S_TER_DEFAULTS

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