TXI_T706S SAP (Trip Schema) Structure details

Dictionary Type: Structure
Description: Trip Schema




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




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

TXI_T706S 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 "Trip Schema" 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_TXI_T706S TYPE TXI_T706S.

The TXI_T706S table consists of various fields, each holding specific information or linking keys about Trip Schema data available in SAP. These include MANDT (Client), MOREI (Trip Provision Variant), SCHEM (Trip schema), INAUS (Domestic/International/No Distinction).. 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: Not classified


SAP TXI_T706S 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
MANDTClient MANDTCLNT3T000MANDT
MOREITrip Provision Variant MOREICHAR2T702NMOREIMOR
SCHEMTrip schema RSCHECHAR2Assigned to domainRSCHE
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 structure TXI_T706S using ABAP code?

As TXI_T706S 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 TXI_T706S as there is no data to select.

How to access SAP table TXI_T706S

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