PTRV_WEB_TRIP_CHAIN SAP (Trip Chain) Structure details

Dictionary Type: Structure
Description: Trip Chain




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




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

PTRV_WEB_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 "Trip Chain" 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_PTRV_WEB_TRIP_CHAIN TYPE PTRV_WEB_TRIP_CHAIN.

The PTRV_WEB_TRIP_CHAIN table consists of various fields, each holding specific information or linking keys about Trip Chain data available in SAP. These include PERIOD (Trip Period Number), PDVRS (Sequential Number of Period), RULE_TAG (Rule Used To Change The Accounting and Taxation Method), DATE_FROM (Beginning Date of Trip Segment).. 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 PTRV_WEB_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
TRIPNUMBERTrip Number REINRNUMC10REINR
PERIODTrip 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
DATE_FROMBeginning Date of Trip Segment REBEDDATS8REDAT
DATE_TOEnd Date of Trip Segment REENDDATS8REDAT
CUSTOMERReason for Trip (for example, customer/requisitioner) RKUNDECHAR59RKUNDE
LOCATIONLocation RZIELORTCHAR59RZIELORT
.INCLU-ADR 0
COUNTRYADRCountry Key LAND1CHAR3T005LAND1LND
REGIONADRSTATE (State, Province, County) REGIOCHAR3T005SREGIO
CITYADRCity AD_CITY1CHAR40TEXT40CLCITYNAME
POST_CODEADRCity postal code AD_PSTCD1CHAR10CHAR10
STREETADRStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUMADRHouse Number AD_HSNM1CHAR10TEXT10
COUNTRYTrip Country / Trip Country Group LNDGRCHAR3Assigned to domainLNDGR
REGIONRegion of Main Destination HRGIOCHAR5Assigned to domainRGION
COUNTRY_REGION_NAMEName of Trip Country/Country Group/Region TEXT_RGIONCHAR25TRV25
ACTION_DATEDate, From Which The Settlement Method Will Be Changed PTRV_ACTION_DATE_REQUIREDDATS8PTRV_ACTION_DATE

Key field Non-key field



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

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

How to access SAP table PTRV_WEB_TRIP_CHAIN

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