PTRV_WEB_TRAVEL_FLAT_RATES_TLS SAP (Travel Reimbursement Amounts for Mileage, Totals Line) Structure details

Dictionary Type: Structure
Description: Travel Reimbursement Amounts for Mileage, Totals Line




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




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

PTRV_WEB_TRAVEL_FLAT_RATES_TLS 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 "Travel Reimbursement Amounts for Mileage, Totals Line" 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_TRAVEL_FLAT_RATES_TLS TYPE PTRV_WEB_TRAVEL_FLAT_RATES_TLS.

The PTRV_WEB_TRAVEL_FLAT_RATES_TLS table consists of various fields, each holding specific information or linking keys about Travel Reimbursement Amounts for Mileage, Totals Line data available in SAP. These include KEY_MILE (Sequence Number of Miles/Kilometers Distribution), DATE (Beginning Date of Trip Segment), VEHICLE_TYPE (Vehicle Type), VEHICLE_CLASS (Vehicle Class).. 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_TRAVEL_FLAT_RATES_TLS 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
KEY_MILESequence Number of Miles/Kilometers Distribution KEY_MILECHAR3NRBEL
DATEBeginning Date of Trip Segment REBEDDATS8REDAT
VEHICLE_TYPEVehicle Type KZPMFCHAR1Assigned to domainKZPMF
VEHICLE_CLASSVehicle Class PKWKLCHAR3Assigned to domainPKWKL
COUNTRYTrip Country / Trip Country Group LNDGRCHAR3Assigned to domainLNDGR
REGIONTrip Country/Trip Country Group/Trip Region RGIONCHAR5Assigned to domainRGION
VEH_TYPE_NAMEName for Vehicle Type TEXT_KZPMFCHAR30REITX
VEH_CLASS_NAMEName for vehicle class TEXT_PKWKLCHAR25TRV25
COUNTRY_REGION_NAMEName of Trip Country/Country Group/Region TEXT_RGIONCHAR25TRV25
LINE_TYPE_NAME Long Text0
NUMBERNumber of Miles/Kilometers KMANZDEC5KMANZ
AMOUNT_TAX_EXEMPTTax-Free Amount (IRS) BETFZCURR10(2) GESBE
AMOUNT_ENTERP_SPECReimbursement Amount (Enterprise-Specific) BETFACURR10(2) GESBE
AMOUNT_ADDL_AMOUNTTaxable Amount (Additional Amount) BETHICURR10(2) GESBE
AMOUNT_INC_REL_EXPENSESIncome-Related Expenses BETWECURR10(2) GESBE
TOTAL_TAX_EXEMPTTax-Free Amount (IRS) BETFZCURR10(2) GESBE
TOTAL_ENTERP_SPECReimbursement Amount (Enterprise-Specific) BETFACURR10(2) GESBE
TOTAL_ADDL_AMOUNTTaxable Amount (Additional Amount) BETHICURR10(2) GESBE
TOTAL_INC_REL_EXPENSESIncome-Related Expenses BETWECURR10(2) GESBE
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_NAMELong Text LTEXTCHAR40TEXT40
SUM_LINECheckbox XFELDCHAR1XFELD
EDITOREditor in Web Structures PTRV_WEB_EDITORSTRG0
CURRENCY_FLAT_RATECurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_CPY_FOR_ADOBE_1Currency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_CPY_FOR_ADOBE_2Currency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_CPY_FOR_ADOBE_3Currency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table PTRV_WEB_TRAVEL_FLAT_RATES_TLS

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