PTDBA SAP (Construction Industry Expenses: Meal/Separation Allowance) Structure details

Dictionary Type: Structure
Description: Construction Industry Expenses: Meal/Separation Allowance




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




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

PTDBA 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: Meal/Separation Allowance" 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_PTDBA TYPE PTDBA.

The PTDBA table consists of various fields, each holding specific information or linking keys about Construction Industry Expenses: Meal/Separation Allowance 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 PTDBA 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
STABVTax Payroll Run of Expenses P01B_STABRCHAR1P01B_STABR
STABUTax Payroll Run of Expenses P01B_STABRCHAR1P01B_STABR
STABOTax Payroll Run of Expenses P01B_STABRCHAR1P01B_STABR
ABWTGAbsence Day - Meal Allowance P01B_ABWTGCHAR1P01B_ABWTG
STDAZAbsence Hours P01B_ABSTDDEC7(2) JRSTD
LGARTWage Type for Daily Entitlement P01B_LGATACHAR4Assigned to domainLGART
AWDBTAmount of Daily Expense P01B_AWDBTCURR9(2) BETRG
SFLGA1st Tax-Exempt Wage Type P01B_SFLG1CHAR4Assigned to domainLGART
SFBTGValue of First Tax-Exempt Flat-Rate Amount P01B_SPWRTCURR9(2) BETRG
PVVLGWage Type with Flat-Rate Tax P01B_PVLGACHAR4Assigned to domainLGART
PVVBTValue of First Tax-Exempt Flat-Rate Amount P01B_SPWRTCURR9(2) BETRG
SPLGATaxable Wage Type P01B_SPLGACHAR4Assigned to domainLGART
SPBTGTaxable Amount P01B_SPFBTCURR9(2) BETRG
SFPUL1st Tax-Exempt Wage Type P01B_SFLG1CHAR4Assigned to domainLGART
SFPUBValue of First Tax-Exempt Flat-Rate Amount P01B_SPWRTCURR9(2) BETRG
W1ZNRCost Assignment for Meals, Sep. Allow., Travel Costs P01B_C1ZNRRAW2C1NUM
UELGAWage Type for Accomodation Retention Amount P01B_WHLGACHAR4Assigned to domainLGART
UEKOSReimbursement Amount P01B_BTRG1CURR9(2) BETRG
SFFKL1st Tax-Exempt Wage Type P01B_SFLG1CHAR4Assigned to domainLGART
SFFKBValue 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
KOLONTeam P01B_KOLONCHAR4Assigned to domainP01B_KOLONPKO
MOTPRPersonnel Subarea Grouping for Daily Work Schedules MOTPRNUMC2MOTPR
TPROGDaily Work Schedule TPROGCHAR4Assigned to domainTPROG
VARIADaily Work Schedule Variant VARIACHAR1VARIA

Key field Non-key field



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

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

How to access SAP table PTDBA

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