TXW_PTRV_HEAD SAP (General Trip Data) Structure details

Dictionary Type: Structure
Description: General Trip Data




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




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

TXW_PTRV_HEAD 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 "General Trip Data" 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_PTRV_HEAD TYPE TXW_PTRV_HEAD.

The TXW_PTRV_HEAD table consists of various fields, each holding specific information or linking keys about General Trip Data data available in SAP. These include PERNR (Personnel Number), REINR (Trip number), HDVRS (Sequential Number of Travel Expenses Table THEADER), MOLGA (Country Grouping).. 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_PTRV_HEAD 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
HDVRSSequential Number of Travel Expenses Table THEADER TXW_PTRV_HDVRSNUMC2NUMC2
MOLGACountry Grouping TXW_PTRV_MOLGACHAR2CHAR2MOL
MOREITrip provision variant TXW_MOREICHAR2Assigned to domainTXW_MOREI
SCHEMTrip schema TXW_PT_RSCHECHAR2CHAR2
KZREATrip Type: Statutory TXW_PT_KZREACHAR1CHAR1
BEREITrip type: Enterprise-specific TXW_PT_BEREICHAR1CHAR1
KZTKTTrip Activity Type TXW_PT_KZTKTCHAR1CHAR1
ZORT1Destination TXW_PT_RZIELORTCHAR59CHAR59
ZLANDCountry Key LAND1CHAR3Assigned to domainLAND1LND
HRGIORegion of Main Destination TXW_PT_HRGIOCHAR5CHAR5
NDNSTName of New Workplace (P.S.) TXW_PTRV_NDNSTCHAR25CHAR25
KUNDEReason for Trip (for example, customer/requisitioner) TXW_PT_RKUNDECHAR59CHAR59
DATV1Part of trip: Beginning date TXW_PT_BEGINDATS8DATS
UHRV1Trip segment: Beginning time TXW_PT_BEGTIMETIMS6TIME
DATB1Fictitious End of Trip (Comparision Calculation) TXW_PT_REENDDATS8DATS
UHRB1Trip segment: End time TXW_PT_ENDTIMETIMS6TIME
DATH1Border Crossing (Trip Out): Date TXW_PT_DATGHDATS8DATS
UHRH1Time: Border crossing(trip out) TXW_PT_UHRGHTIMS6TIMES
DATR1Border Crossing (Return Trip): Date TXW_PT_DATGZDATS8DATS
UHRR1Time: Border crossing(return trip) TXW_PT_UHRGZTIMS6TIMES
AGRZ1Country Key LAND1CHAR3Assigned to domainLAND1LND
GRGIORegion of Border Crossing: Return Trip TXW_PT_GRGIOCHAR5CHAR5
GRBERBorder crossing: Trip type enterprise-specific TXW_PTRV_GRBERCHAR1CHAR1
UZKVGConfirmation of Moving Costs Refund TXW_PTRV_UZKVGCHAR1CHAR1
ZUSAGAdmin. Office That Confirmed Moving Costs Compensation (PS) TXW_PTRV_ZUSAGCHAR25CHAR25
ENDRGDifferent End of Travel Allowance (in Separation Allowance) TXW_PTRV_ENDRGDATS8DATS
DEPARDeparture from Residence or Place of Work TXW_PTRV_DEPARCHAR1CHAR1
ARRVLArrival at Accommodations/New Place of Work TXW_PTRV_ARRVLCHAR1CHAR1
RETRNReturn to Residence/Workplace TXW_PTRV_RETRNCHAR1CHAR1
DATESCreation date of the change document CDDATUMDATS8DATUM
TIMESTime changed CDUZEITTIMS6UZEIT
UNAMEUser Name UNAMECHAR12UNAME
REPIDReportname TXW_REPIDCHAR40CHAR40
DANTNTrip Number of Corresponding Trip to Start Work TXW_PTRV_DANTNNUMC10NUMC10
FINTNTrip Number of Associated Business Trip Return TXW_PTRV_FINTNNUMC10NUMC10
REQUESTIndicator for objects request, plan and expense report TXW_PTRV_OBJEKTCHAR1CHAR1
TRAVEL_PLANIndicator for objects request, plan and expense report TXW_PTRV_OBJEKTCHAR1CHAR1
EXPENSESIndicator for objects request, plan and expense report TXW_PTRV_OBJEKTCHAR1CHAR1
ST_TRGTGStart of Taxation for Per Diem Separation Allowance TXW_PS_ST_TRGTGDATS8REDAT
ST_TRGALLStart of Taxation for Complete Separation Allowance TXW_PS_ST_TRGALLDATS8REDAT
PERIODENARTAssociated Trip Period Types TXW_PS_PERIODENARTCHAR1CHAR1
DAT_REDUC1Reduction of Entire Separation or Travel Allowance Level 1 TXW_PS_DAT_REDUC1DATS8REDAT
DAT_REDUC2Reduction of Separation or Travel Allowance Level 2 TXW_PS_DAT_REDUC2DATS8REDAT
DATV1_DIENSTDate on Which Work Commences TXW_PS_DATV1_DIENSTDATS8REDAT
UHRV1_DIENSTTime at Which Work Commences TXW_PS_UHRV1_DIENSTTIMS6REUHR
DATB1_DIENSTDate on Which Work Ends TXW_PS_DATB1_DIENSTDATS8REDAT
UHRB1_DIENSTTime at Which Work Ends TXW_PS_UHRB1_DIENSTTIMS6REUHR
ABORDNUNGAssociated Superior Separation Allowance TXW_PS_ABORDNUMC10REINR

Key field Non-key field



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

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

How to access SAP table TXW_PTRV_HEAD

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