PTRV_TRVCT_R SAP (General Accounting Control) Structure details

Dictionary Type: Structure
Description: General Accounting Control




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




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

PTRV_TRVCT_R 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 "General Accounting Control" 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_R TYPE PTRV_TRVCT_R.

The PTRV_TRVCT_R table consists of various fields, each holding specific information or linking keys about General Accounting Control data available in SAP. These include R02 (Posting of Advances), R03 (Trip Country Groups for Per Diem/Flat Rate Settlement), R04 (Date for reading master account assignment), R05 (Currency translation for per diem/flat rate amounts).. 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_R 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
R01Posting of receipts paid by company PTRV_TRVCT_R_01CHAR1PTRV_TRVCT_R_01
R02Posting of Advances PTRV_TRVCT_R_02CHAR1PTRV_TRVCT_R_02
R03Trip Country Groups for Per Diem/Flat Rate Settlement PTRV_TRVCT_R_03CHAR1PTRV_TRVCT_R_03
R04Date for reading master account assignment PTRV_TRVCT_R_04CHAR1PTRV_TRVCT_R_04
R05Currency translation for per diem/flat rate amounts PTRV_TRVCT_R_05CHAR1PTRV_TRVCT_R_05
R06Remaining accounting variants item 6 (reserved) PTRV_TRVCT_R_06CHAR1PTRV_TRVCT_R_06
R07Posting of Cash Advances PTRV_TRVCT_R_07CHAR1PTRV_TRVCT_R_07
R08Sign of advance for storage in ROT PTRV_TRVCT_R_08CHAR1PTRV_TRVCT_R_08
R09Sign of cash advance for storage in ROT PTRV_TRVCT_R_09CHAR1PTRV_TRVCT_R_09
R10Remaining accounting variants, position 10 (reserved) PTRV_TRVCT_R_10CHAR1PTRV_TRVCT_R_10
R11Validation: Multiple Trips on One Day PTRV_TRVCT_R_11CHAR1PTRV_TRVCT_R_11
R12Create statistics data for Travel Management PTRV_TRVCT_R_12CHAR1PTRV_TRVCT_R_12
R13Messages during master account assignment check PTRV_TRVCT_R_13CHAR1PTRV_TRVCT_R_13
R14Transaction TRIP: Edit request, plan and expense report PTRV_TRVCT_R_14CHAR1PTRV_TRVCT_R_14
R15Data Area Behavior, 1st Level in Travel Manager PTRV_TRVCT_R_15CHAR1PTRV_TRVCT_R_15
R16Time Sheet Integration (CATSXT) PTRV_TRVCT_R_16CHAR1PTRV_TRVCT_R_16
R17Date for Determining Vendors when Transferring Data to FI PTRV_TRVCT_R_17CHAR1PTRV_TRVCT_R_17
R18Procedure for Trips to Same Destination PTRV_TRVCT_R_18CHAR1PTRV_TRVCT_R_18
R19Offline Travel Manager Active PTRV_TRVCT_R_19CHAR1PTRV_TRVCT_R_19
R20Transaction To Change Accounting From WF or PRAP PTRV_TRVCT_R_20CHAR1PTRV_TRVCT_R_20
R21Determine FI Clearing Date PTRV_TRVCT_R_21CHAR1PTRV_TRVCT_R_21
R22Integration: Travel Management - CATS Approval PTRV_TRVCT_R_22CHAR1PTRV_TRVCT_R_22
R23Posting of Receipts to be Reimbursed to Employee PTRV_TRVCT_R_23CHAR1PTRV_TRVCT_R_23
R24ADOBE Form Deactivation PTRV_TRVCT_R_24CHAR1PTRV_TRVCT_R_24
R25Default Value: Posting Date for Funds Management PTRV_TRVCT_R_25CHAR1PTRV_TRVCT_R_25
R26Version Creation PTRV_TRVCT_R_26CHAR1PTRV_TRVCT_R_26
R27Archiving PTRV_TRVCT_R_27CHAR1PTRV_TRVCT_R_27
R28Cost Comparison PTRV_TRVCT_R_28CHAR1PTRV_TRVCT_R_28
R29Selection of Travel Requests and Plans in Web Dynpro ABAP PTRV_TRVCT_R_29CHAR1PTRV_TRVCT_R_29
R30Remaining accounting variants item 30 (reserved) PTRV_TRVCT_R_30CHAR1PTRV_TRVCT_R_30

Key field Non-key field



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

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

How to access SAP table PTRV_TRVCT_R

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