PTRV_TRVCT_U SAP (Accounting Control for Accommodations) Structure details

Dictionary Type: Structure
Description: Accounting Control for Accommodations




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




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

PTRV_TRVCT_U 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 Accommodations" 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_U TYPE PTRV_TRVCT_U.

The PTRV_TRVCT_U table consists of various fields, each holding specific information or linking keys about Accounting Control for Accommodations data available in SAP. These include U02 (Date for reading accommodations per diems), U03 (Domestic/Internat. indicator for deductions in accomm.acctng), U04 (Statutory trip type for deductions in accommodations acctng), U05 (Trip activity type for deductions in accommodations acctng).. 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_U 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
U01Individual Receipt + Per Diem Settlement in Dialog PTRV_TRVCT_U_01CHAR1PTRV_TRVCT_U_01
U02Date for reading accommodations per diems PTRV_TRVCT_U_02CHAR1PTRV_TRVCT_U_02
U03Domestic/Internat. indicator for deductions in accomm.acctng PTRV_TRVCT_U_03CHAR1PTRV_TRVCT_U_03
U04Statutory trip type for deductions in accommodations acctng PTRV_TRVCT_U_04CHAR1PTRV_TRVCT_U_04
U05Trip activity type for deductions in accommodations acctng PTRV_TRVCT_U_05CHAR1PTRV_TRVCT_U_05
U06Reimbursement group M/A statutory for deducts in accom.acctg PTRV_TRVCT_U_06CHAR1PTRV_TRVCT_U_06
U07Reimburs.grp M/A enter.for deductions in accomm. accounting PTRV_TRVCT_U_07CHAR1PTRV_TRVCT_U_07
U08Statutory trip type for accommodations per diem accounting PTRV_TRVCT_U_08CHAR1PTRV_TRVCT_U_08
U09Trip activity type for accommodations per diem accounting PTRV_TRVCT_U_09CHAR1PTRV_TRVCT_U_09
U10Reimbursement group M/A statutory for accomm.per diem acctng PTRV_TRVCT_U_10CHAR1PTRV_TRVCT_U_10
U11Reimbursement group M/A enterpr. for accomm.per diem accntng PTRV_TRVCT_U_11CHAR1PTRV_TRVCT_U_11
U12Generate Accommod. Deductions Auto.via Acc. Rcpt for SAP-EP PTRV_TRVCT_U_12CHAR1PTRV_TRVCT_U_12
U13Accommodations accounting item 13 (reserved) PTRV_TRVCT_U_13CHAR1PTRV_TRVCT_U_13
U14Accommodations accounting item 14 (reserved) PTRV_TRVCT_U_14CHAR1PTRV_TRVCT_U_14
U15Per diem valuation of the recorded overnight stays PTRV_TRVCT_U_15CHAR1PTRV_TRVCT_U_15
U16Reimbursement of Differences for Mixed Accounting in Spain PTRV_TRVCT_U_16CHAR1PTRV_TRVCT_U_16
U17Accommodations accounting item 17 (reserved) PTRV_TRVCT_U_17CHAR1PTRV_TRVCT_U_17
U18Accommodations accounting item 18 (reserved) PTRV_TRVCT_U_18CHAR1PTRV_TRVCT_U_18
U19Accommodations accounting item 19 (reserved) PTRV_TRVCT_U_19CHAR1PTRV_TRVCT_U_19
U20Accommodations accounting item 20 (reserved) PTRV_TRVCT_U_20CHAR1PTRV_TRVCT_U_20
U21Accommodations accounting item 21 (reserved) PTRV_TRVCT_U_21CHAR1PTRV_TRVCT_U_21
U22Accommodations accounting item 22 (reserved) PTRV_TRVCT_U_22CHAR1PTRV_TRVCT_U_22
U23Accommodations accounting item 23 (reserved) PTRV_TRVCT_U_23CHAR1PTRV_TRVCT_U_23
U24Accommodations accounting item 24 (reserved) PTRV_TRVCT_U_24CHAR1PTRV_TRVCT_U_24
U25Accommodations accounting item 25 (reserved) PTRV_TRVCT_U_25CHAR1PTRV_TRVCT_U_25
U26Accommodations accounting item 26 (reserved) PTRV_TRVCT_U_26CHAR1PTRV_TRVCT_U_26
U27Accommodations accounting item 27 (reserved) PTRV_TRVCT_U_27CHAR1PTRV_TRVCT_U_27
U28Accommodations accounting, item 28 (reserved) PTRV_TRVCT_U_28CHAR1PTRV_TRVCT_U_28
U29Accommodations accounting, item 29 (reserved) PTRV_TRVCT_U_29CHAR1PTRV_TRVCT_U_29
U30Accommodations accounting, item 30 (reserved) PTRV_TRVCT_U_30CHAR1PTRV_TRVCT_U_30

Key field Non-key field



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

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

How to access SAP table PTRV_TRVCT_U

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