T706S SAP (Trip Schema) Table details

Dictionary Type: Table
Description: Trip Schema




ABAP Code to SELECT data from T706S
Related tables to T706S
Access table T706S




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

T706S is a standard SAP Table which is used to store Trip Schema data and is available within R/3 SAP systems depending on the version and release level.

The T706S table consists of various fields, each holding specific information or linking keys about Trip Schema data available in SAP. These include MOREI (Trip Provision Variant), SCHEM (Trip schema), INAUS (Domestic/International/No Distinction), RLAND (Trip Country / Trip Country Group).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = T706T


SAP T706S table 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
MANDTClient MANDTCLNT3T000MANDT
MOREITrip Provision Variant MOREICHAR2T702NMOREIMOR
SCHEMTrip schema RSCHECHAR2RSCHE
INAUSDomestic/International/No Distinction INAUSCHAR1INAUS
RLANDTrip Country / Trip Country Group LNDGRCHAR3Assigned to domainLNDGR
EINMEMultiday Trip REIMECHAR1XFELD
ANKUNBorder Crossing Entry for Trip Out ANKUNCHAR1PTRV_ANKUN
FRUEHEntry of Breakfast Deduction FRUEHCHAR1XFELD
ESBONEntry of Meals Coupon ESBONCHAR1XFELD
KFZVEMiles/Km Distribution for Trip KFZVECHAR1XFELD
SPLITDefault value: several destinations REISPCHAR1XFELD
VERPFPer Diem Settlement for Meals VERPF_DCHAR1XFELD
BEREITrip Type: Enterprise-Specific BEREICHAR1T702XBEREI
NUMRVNumber Assignment for Trip Number (Internal/External) NUMRVCHAR1NUMRV
RGIONTrip Country/Trip Country Group/Trip Region RGIONCHAR5T702ORGION
KZREATrip Type: Statutory KZREACHAR1T702GKZREA
KZTKTTrip Activity Type KZTKTCHAR1T702RKZTKT
D1300Trip Receipts PTRV_D1300CHAR1XFELD
D1310Additional Receipt Information PTRV_D1310CHAR1XFELD
D1400Trip Meals Deductions PTRV_D1400CHAR1XFELD
D1500Trip Advances PTRV_D1500CHAR1XFELD
D1600Trip Stopovers PTRV_D1600CHAR1XFELD
D1700Cost Assignment for Entire Trip PTRV_D1700CHAR1XFELD
D1701Receipt Cost Assignment PTRV_D1701CHAR1XFELD
D1702Stopover Cost Assignment PTRV_D1702CHAR1XFELD
D1703Miles/Kilometers Cost Assignment PTRV_D1703CHAR1XFELD
D1709Cost Assignment Overview PTRV_D1709CHAR1XFELD
D1950Trip History PTRV_D1950CHAR1XFELD
D1960Additional Trip Information PTRV_D1960CHAR1XFELD
D9999User Data of Trip PTRV_D9999CHAR1XFELD
MSGIDApplication Area ARBGBCHAR20T100AARBGBMAG
MSGNOSystem Message Number MSGNOCHAR3T100MSGNR
FLIGHTIndicator for Entry of Flight Times in Dialog FLIGHT_TIMESCHAR1XFELD
MEREIMore Than One Business Trip Per Day MEREICHAR1XFELD
D1400_UNTERTrip Accommodations Deductions PTRV_D1400_UNTERCHAR1XFELD
ADDINFO_KMAdditional Trip Segment Information ADDINFO_KMCHAR1XFELD
D9999_CUST_TEXTCustomizable Function Text for Calling User Screen 9999 PTRV_D9999_CUST_TEXTCHAR30REITX
VALID_TOEnd Date ENDDADATS8DATUM
UEPKZPer Diem Settlement of Accommodations UEPKZ_DCHAR1XFELD
OTH_EXPIndicator for Receipt Settlement Without Trip PTRV_OTHER_EXPENSESCHAR1XFELD
ADDR_DESTEnter Addresses for Trip Destinations ADDR_DESTCHAR1XFELD
ADDR_MILEAGEEnter Addresses for Legs of Trips ADDR_MILEAGECHAR1XFELD
COMPUTE_DISTCalculate Distance COMPUTE_DISTCHAR1XFELD
.INCLU--AP 0
SCHEM_PS_RETrip schema RSCHECHAR2Assigned to domainRSCHE
SCHEM_PS_ANTrip schema RSCHECHAR2Assigned to domainRSCHE
SCHEM_PS_VERWUse of Schema in Public Sector SCHEM_PS_VERWCHAR1SCHEM_PS_VERW
NO_TAX_CHAINAutomatic Taxation of Trip Chains PTRV_NO_TAX_CHAINCHAR1XFELD
.INCLU--AP 0
REQUEST_SERVICESTravel Services Entered in Travel Request (Indicator) REQ_SERVICESCHAR1XFELD
TRIP_BREAKTrip Break TRIP_BREAKCHAR1XFELD
D2100Transport GLO_PTRV_D2100CHAR1XFELD
EXCHANGE_DATEDefault Value for Reference Date GLO_PTRV_REF_DATE_DEFAULTCHAR1GLO_PTRV_REF_DATE_DEFAULT
TRIP_BREAK_CNTRYEntry of Country for Trip Break PTRV_TRIP_BREAK_COUNTRY_ENABLECHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table T706S using ABAP code

The following ABAP code Example will allow you to do a basic selection on T706S to SELECT all data from the table
DATA: WA_T706S TYPE T706S.

SELECT SINGLE *
FROM T706S
INTO CORRESPONDING FIELDS OF WA_T706S
WHERE...

How to access SAP table T706S

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