PTK10 SAP (Leg of trip) Structure details

Dictionary Type: Structure
Description: Leg of trip




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




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

PTK10 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 "Leg of trip" 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_PTK10 TYPE PTK10.

The PTK10 table consists of various fields, each holding specific information or linking keys about Leg of trip data available in SAP. These include KMGES (Total Miles/Kilometers), KMINL (Domestic Miles/Kilometers), KFZKZ (License Plate Number), KFZMA (Vehicle Make (Model)).. 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 PTK10 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
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

Key field Non-key field



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

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

How to access SAP table PTK10

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