T706B1 SAP (Travel Expense Types) Table details

Dictionary Type: Table
Description: Travel Expense Types




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




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

T706B1 is a standard SAP Table which is used to store Travel Expense Types data and is available within R/3 SAP systems depending on the version and release level.

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

Text table = T706B5


SAP T706B1 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
SPKZLTravel Expense Type SPKZLCHAR4SPKZLRSASH_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 table T706B1 using ABAP code

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

SELECT SINGLE *
FROM T706B1
INTO CORRESPONDING FIELDS OF WA_T706B1
WHERE...

How to access SAP table T706B1

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