PTDBE SAP (Interim Result: Construction Industry SFP Contributions) Structure details

Dictionary Type: Structure
Description: Interim Result: Construction Industry SFP Contributions




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




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

PTDBE 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 "Interim Result: Construction Industry SFP Contributions" 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_PTDBE TYPE PTDBE.

The PTDBE table consists of various fields, each holding specific information or linking keys about Interim Result: Construction Industry SFP Contributions data available in SAP. These include MANDT (Client), MOLGA (Country Grouping), ZVKAS (Social Fund), TGG02 (Pay Scale Area Group for Social Fund Proc. - Constr. Ind.).. 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 PTDBE 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
APZNRPC205 assignment APZNRRAW1PRSPL
MANDTClient MANDTCLNT3T000MANDT
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
ZVKASSocial Fund P01B_ZVKASCHAR2T5DBAP01B_ZVKAS
TGG02Pay Scale Area Group for Social Fund Proc. - Constr. Ind. P01B_TGG02CHAR2T5D0TTRFGG
BAUTYEmployee Subgroup Grouping for Construction Pay P01B_BAUTYCHAR1P01B_BAUTY
BAUTZException/Addition EE Subgroup Grouping for Const. Ind. Wage P01B_BAUTZCHAR1P01B_BAUTZ
SKBERSocial Fund - Contribution Area P01B_SKBERCHAR2T5DB_SKBERP01B_SKBERH_T5DB_SKBER
APRIOPriority for Processing P01B_APRIONUMC2NUMC2
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
BTARTSocial Funds - Calculation Rules P01B_BTARTCHAR2P01B_BTART
BSATZSocial Fund Contribution Rate P01B_BSATZDEC5(2) DEC3_2
LGARTWage Type LGARTCHAR4T512WLGART
BBETRSocial Funds - Contribution Amount P01B_BBETRCURR6(2) CURR6
BETPEPayroll: Amount per unit BETPECURR15(2) PRBETPE
ANZHLHR payroll: Number PRANZDEC15(2) PRANZHL
BETRGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
EXAKTExact Contrib. for Contribution Determ. SFP Construction (D) P01B_EXAKTDEC10(6) P01B_EXAKT
VALIDIndicator for General Errors with Contrib.Calc. SFP Con. (D) P01B_SKBAVCHAR1P01B_SKBAV
SUCCSIndicator for Special Errors with Contrib. Calc. SFP Con.(D) P01B_SKBASCHAR1P01B_SKBAS

Key field Non-key field



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

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

How to access SAP table PTDBE

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