TXW_ROT SAP (Trip accounting results for HR Payroll, FI, DME) Structure details

Dictionary Type: Structure
Description: Trip accounting results for HR Payroll, FI, DME




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




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

TXW_ROT 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 accounting results for HR Payroll, FI, DME" 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_ROT TYPE TXW_ROT.

The TXW_ROT table consists of various fields, each holding specific information or linking keys about Trip accounting results for HR Payroll, FI, DME 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_ROT 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
ABARTEmployee subgroup grouping for personnel calculation rule TXW_PT_ABARTCHAR1CHAR1
LGARTWage Type TXW_PT_LGARTCHAR4CHAR4
APZNRPC205 assignment TXW_PT_APZNRCHAR2CHAR2
CNTR1National assignment indicator TXW_PT_CNTRCHAR2CHAR2
CNTR2National assignment indicator TXW_PT_CNTRCHAR2CHAR2
CNTR3National assignment indicator TXW_PT_CNTRCHAR2CHAR2
ALZNRAssignment for alternative payment TXW_PT_ALZNRCHAR2CHAR2
C1ZNRPointer to cost accounting TXW_PT_C1ZNRCHAR4CHAR4
BTZNRTransfer assignment TXW_PT_BTZNRCHAR2CHAR2
ABZNRAbsence assignment TXW_PT_ABZNRCHAR2CHAR2
V0TYPVariable assignment type TXW_PT_V0TYPCHAR1CHAR1
V0ZNRVariable assignment number TXW_PT_V0ZNRCHAR2CHAR2
ZEINHUnit of time/measurement TXW_PT_ZEINHCHAR3CHAR3
BETPEPayroll: Amount per unit TXW_BETPECHAR21
ANZHLHR payroll: Number TXW_PT_HRPRNRCHAR21CHAR21
BETRGHR Payroll: Amount TXW_BETRGCHAR21
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
LINELine in results table ROT of cluster TE TXW_PT_LINENUMC4NUMC4
TXJCDJurisdiction for tax calculation - tax jurisdiction code TXW_PT_TXJCDCHAR15CHAR15
BELNRDocument number TXW_PT_BELNRCHAR3CHAR3

Key field Non-key field



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

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

How to access SAP table TXW_ROT

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