TXW_B_PTRV_COMP SAP (buffer structure for table PTRV_COMP) Structure details

Dictionary Type: Structure
Description: buffer structure for table PTRV_COMP




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




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

TXW_B_PTRV_COMP 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 "buffer structure for table PTRV_COMP" 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_TXW_B_PTRV_COMP TYPE TXW_B_PTRV_COMP.

The TXW_B_PTRV_COMP table consists of various fields, each holding specific information or linking keys about buffer structure for table PTRV_COMP data available in SAP. These include PERNR (Personnel Number), REINR (Trip number), PERIO (Number of trip period), PDVRS (Sequential number of period).. 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 TXW_B_PTRV_COMP 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PERNRPersonnel Number TXW_PERNR_DNUMC8PERNRPER
REINRTrip number TXW_REINRNUMC10REINR
PERIO Number of trip period0
PDVRS Sequential number of period0
COMP_TYP Comparison Calculation Type0
COST_BAHN Unreal trav. costs pub. transp. (PS)0
COST_ZUSCHLAG Unreal trav. costs pub. transp. (PS)0
COST_NAHV Unreal trav. costs pub. transp. (PS)0
COST_SONSTV Unreal trav. costs pub. transp. (PS)0
NOTWEND_KM Required Kilometers Traveled (Comparison Calculation)0
ERST_KM_FA Reimbursement per KM (Comparison Calculation)0
COST_WEG Trip Segment Reimbursement Amount (Comparison Calculation)0
COST_TAGEGELD Total fictitious Per Diems (Comparison Calculation)0
COST_UNTERKUNFT Fictitious Amount for Accommodation (Comparision Calc.)0
COST_GESAMT Fictitious Total Amount (Comparison Calculation)0
COST_DIFF Difference Between Fictious And Actual Total Amount0
WAERS Currency Key0
DATV1 Fictitious Start of Trip (Comparison Calculation0
DATB1 Fictitious End of Trip (Comparision Calculation)0
UHRV1 Fictitious Start Time (Comparison Calculation)0
UHRB1 Fictitious End Time (Comparison Calculation)0
PAUSCHALEN Comparison Calculation: Include Per Diems/Accomm. Per Diems0
COST_WEG_REAL Trip Segment Reimbursement Amount for Actual Trip0
COST_FAHRT_REAL Total Amount from Travel Cost Receipts (Public Transport)0
COST_TAG_REAL Total Per Diems for Actual Trip0
COST_UNTERK_REAL Total Accommodations Per Diems (including Accomm. Receipts)0
COST_GESAMT_REAL Total Amount of Travel Costs (incl. Accomm./Meals Per Diem)0
COMP_BELNR Document Number for Capping Documents (Trips Home Only)0

Key field Non-key field



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

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

How to access SAP table TXW_B_PTRV_COMP

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