PTRV_WEB_ACCOM_PER_DIEMS_TLS SAP (Trip Reimbursement Amounts for Overnights, Totals Line) Structure details

Dictionary Type: Structure
Description: Trip Reimbursement Amounts for Overnights, Totals Line




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




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

PTRV_WEB_ACCOM_PER_DIEMS_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 "Trip Reimbursement Amounts for Overnights, 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_ACCOM_PER_DIEMS_TLS TYPE PTRV_WEB_ACCOM_PER_DIEMS_TLS.

The PTRV_WEB_ACCOM_PER_DIEMS_TLS table consists of various fields, each holding specific information or linking keys about Trip Reimbursement Amounts for Overnights, Totals Line data available in SAP. These include DATE_FROM (Beginning Date of Trip Segment), DATE_TO (End Date of Trip Segment), NUMBER (Number of Records), DED_ACCOMMODATION (Deduction for Overnight Stay).. 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_ACCOM_PER_DIEMS_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
DATE_FROMBeginning Date of Trip Segment REBEDDATS8REDAT
DATE_TOEnd Date of Trip Segment REENDDATS8REDAT
NUMBERNumber of Records ANZAHDEC4DEC4
DED_ACCOMMODATIONDeduction for Overnight Stay UEBERNCHAR1RKENN
TRIP_TYPE_STATUTORYTrip Type: Statutory KZREACHAR1Assigned to domainKZREA
TRIP_TYPE_ENTERPRISETrip Type: Enterprise-Specific BEREICHAR1Assigned to domainBEREI
TRIP_ACTIVITY_TYPETrip Activity Type KZTKTCHAR1Assigned to domainKZTKT
COUNTRYTrip Country / Trip Country Group LNDGRCHAR3Assigned to domainLNDGR
REGIONTrip Country/Trip Country Group/Trip Region RGIONCHAR5Assigned to domainRGION
TT_STATU_NAMEName for statutory trip type TEXT_KZREACHAR30REITX
TT_ENTSP_NAMEName for enterprise-specific trip type TEXT_BEREICHAR25TRV25
T_ACTYPE_NAMEName for trip activity type TEXT_KZTKTCHAR30REITX
COUNTRY_REGION_NAMEName of Trip Country/Country Group/Region TEXT_RGIONCHAR25TRV25
LINE_TYPE_NAMELong Text LTEXTCHAR40TEXT40
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
AMOUNT_TAX_EXEMPT_ORIG_CURRTax-Free Amount (IRS) BETFZCURR10(2) GESBE
AMOUNT_ENTERP_SPEC_ORIG_CURRReimbursement Amount (Enterprise-Specific) BETFACURR10(2) GESBE
CURRENCY_ORIGCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_NAME_ORIGLong Text LTEXTCHAR40TEXT40
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_ACCOM_PER_DIEMS_TLS using ABAP code?

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

How to access SAP table PTRV_WEB_ACCOM_PER_DIEMS_TLS

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