TXW_PTRV_TRIP_CHAIN SAP (Table of all Trip Destinations f. Processing Recurring Dest.) Structure details

Dictionary Type: Structure
Description: Table of all Trip Destinations f. Processing Recurring Dest.




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




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

TXW_PTRV_TRIP_CHAIN 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 "Table of all Trip Destinations f. Processing Recurring Dest." 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_TRIP_CHAIN TYPE TXW_PTRV_TRIP_CHAIN.

The TXW_PTRV_TRIP_CHAIN table consists of various fields, each holding specific information or linking keys about Table of all Trip Destinations f. Processing Recurring Dest. data available in SAP. These include PERNR (Personnel Number), REINR (Trip number), HDVRS (Sequential number of trip costs table THEADER), PERIO (Number of trip 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_PTRV_TRIP_CHAIN 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 trip costs table THEADER TXW_PT_HDVRSCHAR2CHAR2
PERIONumber of trip period TXW_PT_PERIONUMC3NUMC3
PDVRSSequential number of period TXW_PT_PDVRSNUMC2NUMC2
RULE_TAGRule Used to Change the Accounting and Taxation Method TXW_PT_RULTAGCHAR1CHAR1
ZIKEYDestination assignment TXW_PT_ZIKEYCHAR2CHAR2
MOREITrip provision variant TXW_PT_MOREICHAR2CHAR2
KZREATrip Type: Statutory TXW_PT_KZREACHAR1CHAR1
BEREITrip type: Enterprise-specific TXW_PT_BEREICHAR1CHAR1
KZTKTTrip Activity Type TXW_PT_KZTKTCHAR1CHAR1
ZLANDCountry Key LAND1CHAR3Assigned to domainLAND1LND
RGIONTrip country/trip country group/trip region TXW_PT_RGIONCHAR5CHAR5
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01city TXW_PT_ORTCHAR40CHAR40
STRASHouse Number and Street TXW_PT_STRASCHAR60CHAR60
STATETrip country / trip country group TXW_PT_LAND1CHAR3CHAR3
ADDRNUMBERAddress number TXW_PT_ADDRNMBRCHAR10CHAR10
DEST_IDENTIFIERUnique Identification for Destination Per Personnel Number TXW_PT_DESTIDENTCHAR17CHAR17
KUNDEReason for trip (e.g. customer/requisitioner) TXW_PT_KUNDECHAR59CHAR59
DATV1Part of trip: Beginning date TXW_PT_BEGINDATS8DATS
UHRV1Trip segment: Beginning time TXW_PT_BEGTIMETIMS6TIME
DATB1To date TXW_PT_DATB1DATS8DATS
UHRB1Trip segment: End time TXW_PT_ENDTIMETIMS6TIME
ACTION_DATE_REQDate From Which the Settlement Method Will Be Changed TXW_PT_ACTDATEDATS8DATS
ACTION_DATE_ACTDate From Which the Settlement Method Will Be Changed TXW_PT_ACTDATEDATS8DATS

Key field Non-key field



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

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

How to access SAP table TXW_PTRV_TRIP_CHAIN

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