TXI_T706B1 SAP (Trip Expense Types) Structure details

Dictionary Type: Structure
Description: Trip Expense Types




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




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

TXI_T706B1 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 Expense Types" 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_T706B1 TYPE TXI_T706B1.

The TXI_T706B1 table consists of various fields, each holding specific information or linking keys about Trip Expense Types data available in SAP. These include MANDT (Client), MOREI (Trip Provision Variant), SPKZL (Travel Expense Type), ENDDA (End 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: Not classified


SAP TXI_T706B1 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
SPKZLTravel Expense Type SPKZLCHAR4Assigned to domainSPKZLRSASH_EXPENSE_TYPES
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
BEARTTravel Expense Category BELARCHAR1BELAR
PAUSHTravel Expense Type Individual or Per Diem/Flat Rate PAUSHCHAR1PAUSH
NBKKLTravel Expense Type - Permissibility NBKKLCHAR9NBKKL
FIRMAPaid by Company BEZFACHAR1XFELDTRV_PAID_COMPANY
MWSKZTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
PR04OUse of Expense Type in Weekly Report/Business Trip PR04OCHAR1PR04O
PR04XSequence of Expense Types in Weekly Report PR04XCHAR1PR04X
SCDV1From date field control SCDV1CHAR1AUSWL
SCDB1To date field control SCDB1CHAR1AUSWL
SCANZNumber field control SCANZCHAR1AUSWL
ANZCACalculation of Default Value for Number Field ANZCACHAR1ANZCA
SCLNDCountry/Region field control SCLNDCHAR1AUSWL
SCRAUField control for enterprise-specific trip type SCRAUCHAR1AUSWL
SCFRFField control for number of breakfasts SCFRFCHAR1AUSWL
SCDECDescription field control SCDECCHAR1AUSWL
SCPLAField control: Place SCPLACHAR1AUSWL
SCBPUField control for business purpose on receipt SCBPUCHAR1AUSWL
SCBREField control for business partner SCBRECHAR1AUSWL
SCEDTEditor field control SCEDTCHAR1AUSWL
GRUPNTravel Expense Type Grouping P_GRUPNCHAR1T706B3CHAR1
SCMERField control for service provider SCMERCHAR1AUSWL
USEFLUsage indicator of travel expense type PTRV_USEFLCHAR1PTRV_USEFL
TAXBENEFITTravel expense type for taxation only (additional amount) PTRV_TAXBENEFITCHAR1PTRV_TAXBENEFIT
SCDOCField Control for (Paper) Document Number SCDOCCHAR1AUSWL
SCPRVField Control for Provider (Airline, Hotel Chain, ...) SCPRVCHAR1AUSWL
P_CTGProvider Category PROVIDER_CATEGORYCHAR1FTPD_PROVIDER_CATEGORY
REWIZReceipt Wizard RECWIZCHAR1RECWIZ
PREXPExpense Type Pay Back Private Share PRVEXPCHAR4Assigned to domainSPKZL
PREXCExpense Type Private Share Paid by Company PRVEXCCHAR4Assigned to domainSPKZL
SCSTFField Control Number of Employees SC_NO_STAFFCHAR1AUSWL
SCPTNField Control Number of Employees of Business Partners SC_NO_PARTNERSCHAR1AUSWL
SCGSTField Control Number of Additional Guests SC_NO_GUESTSCHAR1AUSWL
EST_CIndicator for Expense Type Containing Estimated Costs PTRV_ESTCCHAR1XFELD
PRIVCExpense Type that Includes Private Costs (Indicator) PTRV_PRIVCHAR1XFELD
PRIEXPExpense Type for Private Shares PRIEXPCHAR4Assigned to domainSPKZL
SCENTField Control for Participants in Entertainment Receipt SCENTCHAR1AUSWL
SCFRAField Control for Number of Dinners SCFRACHAR1AUSWL
SCFRLField Control for Number of Lunches SCFRLCHAR1AUSWL
BUSPAPossibility for Entering Business Partners PTRV_BUSPACHAR1PTRV_BUSPA
RNDRExpense Type Contains Rounded Amount (Indicator) PTRV_RNDRCHAR1XFELD
REV_CHARGE_MWSKZVAT Code Reverse Charge PTRV_REVCHARGE_MWSKZCHAR2T007AMWSKZ
VAT_IRRELEVANTExpense Type Not Relevant for VAT Refund PTRV_VATIRRELEVANTCHAR1PTRV_VATIRRELEVANT
SCAIRDEPField Control IATA - Location of Departure Airport SCAIRDPCHAR1AUSWL
SCAIRAIAField Control IATA - Location of Arrival Airport SCAIRARCHAR1AUSWL
SCAIRLField Control for Airline SCAIRCHAR1AUSWL
SCAIRAICField Control for Cabin Class SCAIRAICCHAR1AUSWL
SCAIRAITField Control for Ticket Number SCAIRAITCHAR1AUSWL
SCCARODOField Control for Tachometer Mileage SCCARODOCHAR1AUSWL
SCKRDSNAField Control for Name of Vendor SCKRDSNACHAR1AUSWL
SCKRDSSTField Control for Street of Vendor SCKRDSSTCHAR1AUSWL
SCKRDSCIField Control for Vendor Location SCKRDSCICHAR1AUSWL
SCKRDSPRField Control for District/County of Vendor SCKRDSPRCHAR1AUSWL
SCKRDSCOField Control for Country of Vendor SCKRDSCOCHAR1AUSWL
SCKRDSPCField Control for Postal Code of Vendor SCKRDSPCCHAR1AUSWL
SCKRDSPHField Control for Vendor's Telephone Number SCKRDSPHCHAR1AUSWL

Key field Non-key field



How do I retrieve data from SAP structure TXI_T706B1 using ABAP code?

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

How to access SAP table TXI_T706B1

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