TXW_KMVER SAP (Leg of trip) Structure details

Dictionary Type: Structure
Description: Leg of trip




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




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

TXW_KMVER 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_TXW_KMVER TYPE TXW_KMVER.

The TXW_KMVER table consists of various fields, each holding specific information or linking keys about Leg of trip data available in SAP. These include PERNR (Personnel Number), REINR (Trip number), PERIO (Period), PDVRS (Sequential number of 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_KMVER 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
PERIOPeriod PERIODENUMC3NUM3GFP
PDVRSSequential number of period TXW_PDVRSNUMC2NUMC2
DATUMDate for miles/kms covered TXW_PT_DATUMDATS8DATS
KMGESTotal miles/kms TXW_PT_KMGESCHAR6CHAR6
KMINLDomestic miles/kms TXW_PT_KMINLCHAR6CHAR6
KFZKZLicense plate number TXW_PT_KFZKZCHAR10CHAR10
KFZMAVehicle make (type) TXW_PT_KFZMACHAR17CHAR17
AZMITNumber of passengers TXW_PT_AZMITCHAR1CHAR1
KGGEPWeight of baggage TXW_PT_KGGEPCHAR3CHAR3
BETPAAdditional travel flat rate: enterprise-specific TXW_PT_BETPACHAR1CHAR1
KZPMFVehicle type TXW_PT_KZPMFCHAR1CHAR1
BEREITrip type: Enterprise-specific TXW_PT_BEREICHAR1CHAR1
LAND1Trip country / trip country group TXW_PT_LAND1CHAR3CHAR3
PKWKLVehicle class TXW_PT_PKWKLCHAR3CHAR3
RGIONTrip country/trip country group/trip region TXW_PT_RGIONCHAR5CHAR5
KMVNRSequential number for ms/kms traveled TXW_PT_KMVNRCHAR3CHAR3
INLKMAccumulated miles/kms at time of accounting TXW_PT_MILESCHAR7CHAR7
AUSKMAccumulated miles/kms at time of accounting TXW_PT_MILESCHAR7CHAR7
LOC_FROMStarting Location of Trip Segment TXW_PT_LFROMCHAR59CHAR59
LOC_TOEnd Location of a Trip Segment TXW_PT_LOCTOCHAR59CHAR59
ADD_INFOAdditional Information for Corresponding KMVER Table Lines TXW_PT_ADDICHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table TXW_KMVER

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