PTRV_TRVCT_V SAP (Accounting Control for Meals) Structure details

Dictionary Type: Structure
Description: Accounting Control for Meals




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




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

PTRV_TRVCT_V 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 "Accounting Control 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_TRVCT_V TYPE PTRV_TRVCT_V.

The PTRV_TRVCT_V table consists of various fields, each holding specific information or linking keys about Accounting Control for Meals data available in SAP. These include V02 (Date for reading meals per diems), V03 (Domestic/Internat. indicator for deductions in meals accntng), V04 (Statutory trip type for deductions in meals accounting), V05 (Trip activity type for deductions in meals accounting).. 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: Not classified


SAP PTRV_TRVCT_V 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
V01Individual Receipt (M Receipt) + Per Diem Settlement Dialog PTRV_TRVCT_V_01CHAR1PTRV_TRVCT_V_01
V02Date for reading meals per diems PTRV_TRVCT_V_02CHAR1PTRV_TRVCT_V_02
V03Domestic/Internat. indicator for deductions in meals accntng PTRV_TRVCT_V_03CHAR1PTRV_TRVCT_V_03
V04Statutory trip type for deductions in meals accounting PTRV_TRVCT_V_04CHAR1PTRV_TRVCT_V_04
V05Trip activity type for deductions in meals accounting PTRV_TRVCT_V_05CHAR1PTRV_TRVCT_V_05
V06Reimbursement group M/A statutory for deducts in meals acctg PTRV_TRVCT_V_06CHAR1PTRV_TRVCT_V_06
V07Reimbursement group M/A enterpr. for deducts in meals acctg PTRV_TRVCT_V_07CHAR1PTRV_TRVCT_V_07
V08Statutory trip type for meals per diems accounting PTRV_TRVCT_V_08CHAR1PTRV_TRVCT_V_08
V09Trip activity type for meals per diem accounting PTRV_TRVCT_V_09CHAR1PTRV_TRVCT_V_09
V10Reimbursement group M/A statutory for meals per diems acctng PTRV_TRVCT_V_10CHAR1PTRV_TRVCT_V_10
V11Reimbursement group M/A enterpr. for meals per diems acctng PTRV_TRVCT_V_11CHAR1PTRV_TRVCT_V_11
V12Day Scaling for Reimbursement by Number of Trip Hours PTRV_TRVCT_V_12CHAR1PTRV_TRVCT_V_12
V13Compare additional amounts and income-rel.expenses PTRV_TRVCT_V_13CHAR1PTRV_TRVCT_V_13
V14Meals Receipt (M Receipt) + Per Diem Settlement in Dialog PTRV_TRVCT_V_14CHAR1PTRV_TRVCT_V_14
V15Minimum garantie for breakfast, French accounting PTRV_TRVCT_V_15CHAR1PTRV_TRVCT_V_15
V16Reimbursement of differences for mixed accounting in Spain PTRV_TRVCT_V_16CHAR1PTRV_TRVCT_V_16
V17Subdivision of trip duration (domestic trips) PTRV_TRVCT_V_17CHAR1PTRV_TRVCT_V_17
V18Valuation of trip duration (domestic trips) PTRV_TRVCT_V_18CHAR1PTRV_TRVCT_V_18
V19Subdivision of trip duration (international trips) PTRV_TRVCT_V_19CHAR1PTRV_TRVCT_V_19
V20Valuation of trip duration (international trips) PTRV_TRVCT_V_20CHAR1PTRV_TRVCT_V_20
V21Special Deduction Calculation PTRV_TRVCT_V_21CHAR1PTRV_TRVCT_V_21
V22Reimbursement of Meals Per Diem on Days with Meals Receipts PTRV_TRVCT_V_22CHAR1PTRV_TRVCT_V_22
V23Calculation of Company-Specific Deduction PTRV_TRVCT_V_23CHAR1PTRV_TRVCT_V_23
V24Exact-to-the-Minute Reading PTRV_TRVCT_V_24CHAR1PTRV_TRVCT_V_24
V25Activate Pocket Money Settlement PTRV_TRVCT_V_25CHAR1PTRV_TRVCT_V_25
V26Meals accounting item 26 (reserved) PTRV_TRVCT_V_26CHAR1PTRV_TRVCT_V_26
V27Meals accounting item 27 (reserved) PTRV_TRVCT_V_27CHAR1PTRV_TRVCT_V_27
V28Meals accounting item 28 (reserved) PTRV_TRVCT_V_28CHAR1PTRV_TRVCT_V_28
V29Meals accounting item 299(reserved) PTRV_TRVCT_V_29CHAR1PTRV_TRVCT_V_29
V30Meals accounting item 30 (reserved) PTRV_TRVCT_V_30CHAR1PTRV_TRVCT_V_30

Key field Non-key field



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

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

How to access SAP table PTRV_TRVCT_V

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