PTDBC SAP (Construction Industry Expenses: Transportation Cost Refund) Structure details

Dictionary Type: Structure
Description: Construction Industry Expenses: Transportation Cost Refund




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




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

PTDBC 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 "Construction Industry Expenses: Transportation Cost Refund" 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_PTDBC TYPE PTDBC.

The PTDBC table consists of various fields, each holding specific information or linking keys about Construction Industry Expenses: Transportation Cost Refund data available in SAP. These include C1ZNR (Cost Assignment for Meals, Sep. Allow., Travel Costs), RUECK (Return to Residence), FKEJN (Reimburse Travel Costs for Residence-Workplace?), STABR (Tax Payroll Run of Expenses).. 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: Cannot Be Enhanced


SAP PTDBC 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
DATUMStart Date BEGDADATS8DATUM
C1ZNRCost Assignment for Meals, Sep. Allow., Travel Costs P01B_C1ZNRRAW2C1NUM
RUECKReturn to Residence P01B_RUECKCHAR1P01B_RUECK
FKEJNReimburse Travel Costs for Residence-Workplace? P01B_FKEJNCHAR1XFELD
STABRTax Payroll Run of Expenses P01B_STABRCHAR1P01B_STABR
LGARTWage Type for Daily Entitlement P01B_LGATACHAR4Assigned to domainLGART
BETRGTravel Costs: Residence - Workplace P01B_WATRKCURR9(2) BETRG
SFLGA1st Tax-Exempt Wage Type P01B_SFLG1CHAR4Assigned to domainLGART
SFBTGValue of First Tax-Exempt Flat-Rate Amount P01B_SPWRTCURR9(2) BETRG
SPLGATaxable Wage Type P01B_SPLGACHAR4Assigned to domainLGART
SPBTGValue of First Tax-Exempt Flat-Rate Amount P01B_SPWRTCURR9(2) BETRG
PVLGAWage Type with Flat-Rate Tax P01B_PVLGACHAR4Assigned to domainLGART
PVBTGValue of First Tax-Exempt Flat-Rate Amount P01B_SPWRTCURR9(2) BETRG

Key field Non-key field



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

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

How to access SAP table PTDBC

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