PTRV_WEB_MILEAGE_DETAIL_PDF SAP (Adobe Form: Additional Information for a Trip Segment) Structure details

Dictionary Type: Structure
Description: Adobe Form: Additional Information for a Trip Segment




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




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

PTRV_WEB_MILEAGE_DETAIL_PDF 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 "Adobe Form: Additional Information for a Trip Segment" 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_MILEAGE_DETAIL_PDF TYPE PTRV_WEB_MILEAGE_DETAIL_PDF.

The PTRV_WEB_MILEAGE_DETAIL_PDF table consists of various fields, each holding specific information or linking keys about Adobe Form: Additional Information for a Trip Segment data available in SAP. These include DISPLAY_ONLY (Leg of Trip Can Only Be Displayed), DATUM (Date for Miles/Kilometers Traveled), KMGES (Total Miles/Kilometers), KMINL (Domestic Miles/Kilometers).. 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 (Deep)


SAP PTRV_WEB_MILEAGE_DETAIL_PDF 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
DISPLAY_ONLYLeg of Trip Can Only Be Displayed MILEAGE_DISPLAY_ONLYCHAR1XFELD
DATUMDate for Miles/Kilometers Traveled DATKMDATS8REDAT
KMGESTotal Miles/Kilometers KMGESDEC5KMANZ
KMINLDomestic Miles/Kilometers KMINLDEC5KMANZ
KFZKZLicense Plate Number KFZKZCHAR10CHAR10
KFZMAVehicle Make (Model) KFZMACHAR17KFZMA
AZMITNumber of Passengers AZMITCHAR1AZMIT
KGGEPWeight of Baggage KGGEPDEC3KGGEP
BETPAAdditional Travel Flat Rate: Enterprise-Specific BETPACHAR1BETPA
KZPMFVehicle Type KZPMFCHAR1T702EKZPMF
BEREITrip Type: Enterprise-Specific BEREICHAR1T702XBEREI
LAND1Trip Country / Trip Country Group LNDGRCHAR3T702OLNDGR
PKWKLVehicle Class PKWKLCHAR3T702WPKWKL
RGIONTrip Country/Trip Country Group/Trip Region RGIONCHAR5T702ORGION
KMVNRSequence Number for Miles/Kilometers Traveled NRKMVCHAR3NRBEL
INLKMAccumulated Miles/Kilometers at Time of Accounting KMKUMDEC6KMKUM
AUSKMAccumulated Miles/Kilometers at Time of Accounting KMKUMDEC6KMKUM
LOC_FROMStarting Location of Trip Segment PTRV_LOC_FROMCHAR59RZIELORT
LOC_TOEnd Location of a Trip Segment PTRV_LOC_TOCHAR59RZIELORT
.INCLU--AP 0
ADD_INFOAdditional Information for Corresponding KMVER Table Lines PTRV_PTK10_ADD_INFOCHAR1PTRV_PTK10_ADD_INFO
COMPUTED_DISTCalculated Distance in Miles/Kilometers COMPUTED_DISTDEC5KMANZ
ROUND_TRIPRound Trip ROUND_TRIPCHAR1XFELD
CONSUMPTION_TYPETesting Procedure of Fuel Consumption/Fuel Economy Rating PTRV_CAR_CONSUMPTION_TYPECHAR1PTRV_CAR_CONSUMPTION_TYPE
FUEL_RCPT_EXISTAutomatically Determine Fuel Price PTRV_FUEL_RCPT_EXISTCHAR1XFELD
FUEL_PRICEFuel Price PTRV_FUEL_PRICECURR10(2) PTRV_FUEL_PRICE
FUEL_PRICE_CURRCurrency Key WAERSCUKY5TCURCWAERSFWS
.INCLU-AD1 0
ADRNRAD1Address number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
CITYAD1City AD_CITY1CHAR40TEXT40CLCITYNAME
CITY_DISTRICTAD1District AD_CITY2CHAR40TEXT40CITY_PART
POST_CODEAD1City postal code AD_PSTCD1CHAR10CHAR10
CITY_CODEAD1City code for city/street file AD_CITYNUMCHAR12Assigned to domainALPHACITY_CODE
STREETAD1Street AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUMAD1House Number AD_HSNM1CHAR10TEXT10
COUNTRYAD1Country Key LAND1CHAR3Assigned to domainLAND1LND
REGIONAD1STATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
.INCLU-AD2 0
ADRNRAD2Address number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
CITYAD2City AD_CITY1CHAR40TEXT40CLCITYNAME
CITY_DISTRICTAD2District AD_CITY2CHAR40TEXT40CITY_PART
POST_CODEAD2City postal code AD_PSTCD1CHAR10CHAR10
CITY_CODEAD2City code for city/street file AD_CITYNUMCHAR12Assigned to domainALPHACITY_CODE
STREETAD2Street AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUMAD2House Number AD_HSNM1CHAR10TEXT10
COUNTRYAD2Country Key LAND1CHAR3Assigned to domainLAND1LND
REGIONAD2STATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
KEY_MILESequence Number of Miles/Kilometers Distribution KEY_MILECHAR3NRBEL
MIL_DATEDate for Miles/Kilometers Traveled DATKMDATS8REDAT
M_TOTALTotal Miles/Kilometers KMGESDEC5KMANZ
VALUE_TYPE_NAMELong Text LTEXTCHAR40TEXT40
VALUE_CHARStarting Location of Trip Segment PTRV_LOC_FROMCHAR59RZIELORT
EDITOREditor in Web Structures PTRV_WEB_EDITORSTRG0

Key field Non-key field



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

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

How to access SAP table PTRV_WEB_MILEAGE_DETAIL_PDF

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