PTRV_WEB_MEALS_PER_DIEMS SAP (Trip Reimbursement Amounts for Meals) Structure details

Dictionary Type: Structure
Description: Trip Reimbursement Amounts for Meals




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




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

PTRV_WEB_MEALS_PER_DIEMS 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 Meals" 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_MEALS_PER_DIEMS TYPE PTRV_WEB_MEALS_PER_DIEMS.

The PTRV_WEB_MEALS_PER_DIEMS table consists of various fields, each holding specific information or linking keys about Trip Reimbursement Amounts for Meals data available in SAP. These include DATE_FROM (Beginning Date of Trip Segment), TIME_FROM (Beginning Time of Trip Segment), DATE_TO (End Date of Trip Segment), TIME_TO (End Time of Trip Segment).. 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_MEALS_PER_DIEMS 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
TIME_FROMBeginning Time of Trip Segment REBEUTIMS6REUHR
DATE_TOEnd Date of Trip Segment REENDDATS8REDAT
TIME_TOEnd Time of Trip Segment REENUTIMS6REUHR
NUMBERNumber of Records ANZAHDEC4DEC4
DED_BREAKFASTDeduction for Free Breakfast FKENNCHAR1RKENN
DED_LUNCHDeduction for Free Lunch MKENNCHAR1RKENN
DED_DINNERDeduction for Dinner Invitation AKENNCHAR1RKENN
DED_MEALS_COUPONDeduction for Meals Coupon, Canteen, etc. EKENNCHAR1RKENN
DED_ACCOMMODATIONDeduction for Overnight Stay UEBERNCHAR1RKENN
REMAINDERApplication of Remainder Rule RKENNCHAR1RKENN
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
DED_PAYM_IN_KIND_BREAKFPayment in Kind for Breakfast (Taxable Benefit) PTRV_SB_FRSTKCHAR1CHAR1
DED_PAYM_IN_KIND_LUNCHPayment in Kind for Lunch (Taxable Benefit) PTRV_SB_MITAGCHAR1CHAR1
DED_PAYM_IN_KIND_DINNERPayment in Kind for Dinner (Taxable Benefit) PTRV_SB_ABENDCHAR1CHAR1
DIFF_COUNTRY_TAXCountry for Taxaction (Which Deviates from Reimburs.Country) PTRV_DIFF_LNDRG_TAXCHAR3Assigned to domainLNDGR
DIFF_REGION_TAXRegion for Taxaction (Which Deviates from Reimburs. Country) PTRV_DIFF_RGION_TAXCHAR5Assigned to domainRGION
DIFF_COUNTRY_REGION_NAME_TAXCountry/Region for Taxaction (Deviating fr.Reimburs.Country) PTRV_DIFF_CO_RG_NAME_TAXCHAR25TRV25
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
AMOUNT_FLAT_RATE_TAXAmount to Which Flat-Rate Taxation Applies PTRV_BETPSCURR10(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
TOTAL_FLAT_RATE_TAXAmount to Which Flat-Rate Taxation Applies PTRV_BETPSCURR10(2) GESBE
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_NAMELong Text LTEXTCHAR40TEXT40
SUM_LINECheckbox XFELDCHAR1XFELD
TIME_DURATIONDuration in Hours and Minutes PTRV_TIME_DURATIONCHAR17
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

Key field Non-key field



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

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

How to access SAP table PTRV_WEB_MEALS_PER_DIEMS

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