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

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




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




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

PTRV_TRIP_CHAIN is a standard SAP Table which is used to store Table of all Trip Destinations f. Processing Recurring Dest. data and is available within R/3 SAP systems depending on the version and release level.

The 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 MANDT (Client), PERNR (Personnel Number), REINR (Trip Number), HDVRS (Sequential Number of Travel Expenses Table THEADER).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PTRV_TRIP_CHAIN 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 MANDTCLNT3Assigned to domainMANDT
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
REINRTrip Number REINRNUMC10REINR
HDVRSSequential Number of Travel Expenses Table THEADER PTRV_HDVRSNUMC2PTRVNUMC2
PERIOTrip Period Number PTRV_PERODNUMC3PTRV_PEROD
PDVRSSequential Number of Period PTRV_PDVRSNUMC2NUMC2
RULE_TAGRule Used To Change The Accounting and Taxation Method PTRV_RULE_TAGCHAR1PTRV_RULE_TAG
ZIKEYDestination Assignment KEYZICHAR2KEYZI
MOREITrip Provision Variant MOREICHAR2Assigned to domainMOREIMOR
KZREATrip Type: Statutory KZREACHAR1Assigned to domainKZREA
BEREITrip Type: Enterprise-Specific BEREICHAR1Assigned to domainBEREI
KZTKTTrip Activity Type KZTKTCHAR1Assigned to domainKZTKT
ZLANDTrip Country / Trip Country Group LNDGRCHAR3Assigned to domainLNDGR
RGIONTrip Country/Trip Country Group/Trip Region RGIONCHAR5Assigned to domainRGION
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City PAD_ORT01CHAR40PAD_ORT01
STRASStreet and House Number PAD_STRASCHAR60PAD_STRAS
STATESTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
ADDRNUMBERAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
DEST_IDENTIFIERUnique Identification for Destination Per Personnel Number PTRV_DEST_IDENTIFICATIONCHAR17RZIEL
KUNDEReason for Trip (for example, customer/requisitioner) RKUNDECHAR59RKUNDE
DATV1Beginning Date of Trip Segment REBEDDATS8REDAT
UHRV1Beginning Time of Trip Segment REBEUTIMS6REUHR
DATB1End Date of Trip Segment REENDDATS8REDAT
UHRB1End Time of Trip Segment REENUTIMS6REUHR
ACTION_DATE_REQDate, From Which The Settlement Method Will Be Changed PTRV_ACTION_DATE_REQUIREDDATS8PTRV_ACTION_DATE
ACTION_DATE_ACTDate, From Which the Settlement Method Was Changed PTRV_ACTION_DATE_ACTUALDATS8PTRV_ACTION_DATE
HOUSE_NUMHouse Number AD_HSNM1CHAR10TEXT10
.INCLU--AP 0
ORT02District PAD_ORT02CHAR40PAD_ORT01
CITY_CODECode Number for Location (e.g. Community Code Number) PTRV_CITY_CODECHAR12CHAR12
START_ENTRYFicticious Time Period Before Activation of Concatenation PTRV_START_TRIP_CHAINCHAR1CHAR1
TAX_DATE_PD_REQDate as of Which Meals Per Diem Is Taxed PTRV_TAX_DATE_PD_REQDATS8REDAT
TAX_TIME_PD_REQTime as of Which Meals Per Diem Is Taxed PTRV_TAX_TIME_PD_REQTIMS6REUHR
TAX_DATE_PD_ACTTaxation Date of Meals Before Period Start for Duty Alloc. PTRV_TAX_DATE_PD_ACTDATS8REDAT
TAX_TIME_PD_ACTTaxation Time for Meals Before Period Start for DA PTRV_TAX_TIME_PD_ACTTIMS6REUHR
TAX_DATE_OV_REQDate as of Which Accommodations Per Diem Is Taxed PTRV_TAX_DATE_OV_REQDATS8REDAT
TAX_TIME_OV_REQTime as of Which Accommodations Per Diem Is Taxed PTRV_TAX_TIME_OV_REQTIMS6REUHR
TAX_DATE_OV_ACTTaxation Date of Accommodation Before Period Start for DA PTRV_TAX_DATE_OV_ACTDATS8REDAT
TAX_TIME_OV_ACTTaxation Time for Accommodation Before Period Start for DA PTRV_TAX_TIME_OV_ACTTIMS6REUHR
NR_PER_DIEMNumber of Meals Per Diems for Trip Chains PTRV_NR_PER_DIEMNUMC3NUMC3
NR_OVERNNumber of Accommodations Per Diems for Trip Chains PTRV_NR_OVERNNUMC3NUMC3

Key field Non-key field



How do I retrieve data from SAP table PTRV_TRIP_CHAIN using ABAP code

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

SELECT SINGLE *
FROM PTRV_TRIP_CHAIN
INTO CORRESPONDING FIELDS OF WA_PTRV_TRIP_CHAIN
WHERE...

How to access SAP table PTRV_TRIP_CHAIN

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