TXW_BELEG SAP (Travel Expense Specifications According to Indiv. Receipt) Structure details

Dictionary Type: Structure
Description: Travel Expense Specifications According to Indiv. Receipt




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




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

TXW_BELEG 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 "Travel Expense Specifications According to Indiv. Receipt" 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_TXW_BELEG TYPE TXW_BELEG.

The TXW_BELEG table consists of various fields, each holding specific information or linking keys about Travel Expense Specifications According to Indiv. Receipt data available in SAP. These include PERNR (Personnel Number), REINR (Trip number), PERIO (Period), PDVRS (Sequential number of period).. 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 (character-type or numeric)


SAP TXW_BELEG 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 MANDTCLNT3Assigned to domainMANDT
PERNRPersonnel Number TXW_PERNR_DNUMC8PERNRPER
REINRTrip number TXW_REINRNUMC10REINR
PERIOPeriod PERIODENUMC3NUM3GFP
PDVRSSequential number of period TXW_PDVRSNUMC2NUMC2
BELNRDocument number TXW_PT_BELNRCHAR3CHAR3
SPKZLTravel expense type TXW_PT_SPKZLCHAR4CHAR4
BEARTTravel expense category TXW_PT_BEARTCHAR1CHAR1
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
BETRGAmount on individual receipt TXW_BELEG_BETRGCHAR14
BLDATReceipt Date TXW_PT_BLDATDATS8DATS
BTEXTShort receipt information TXW_PT_BTEXTCHAR10CHAR10
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KURSBExchange rate TXW_PT_KURSBCHAR12CHAR12
FFACTRatio for the 'from' currency units TXW_PT_FFACTCHAR11CHAR11
TFACTRatio for the 'to' currency units TXW_PT_TFACTCHAR11CHAR11
ANZFRNumber of breakfasts TXW_PT_ANZFRCHAR2CHAR2
LNDFRCountry of receipt TXW_PT_LNDFRCHAR3CHAR3
BERFRTrip type: Enterprise-specific TXW_PT_BERFRCHAR1CHAR1
RGIONTrip country/trip country group/trip region TXW_PT_RGIONCHAR5CHAR5
TXJCDJurisdiction for tax calculation - tax jurisdiction code TXW_PT_TXJCDCHAR15CHAR15
PAYOTService provider TXW_PT_PAYOTCHAR2CHAR2
PAYCURRAccounting currency of expense receipt or advance TXW_PT_PAYCURRCUKY5CUKY5
ABOVE_LIMITCustomizing limit for travel expense type exceeded TXW_PT_ABOVELIMCHAR1CHAR1
PROTECTProtection indicator of entry TXW_PT_PROTECTCHAR1CHAR1
REFNRReference Document Number TXW_PT_REFNRCHAR3CHAR3
PAPER_RECEIPTPaper Receipt Exists TXW_PT_PAPRECCHAR1CHAR1
RECEIPT_VALIDATEDExpense Receipt Checked TXW_PT_RECVALCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table TXW_BELEG

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