PTDBM SAP (Employee Statement for Social Fund Procedure) Structure details

Dictionary Type: Structure
Description: Employee Statement for Social Fund Procedure




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




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

PTDBM 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 "Employee Statement for Social Fund Procedure" 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_PTDBM TYPE PTDBM.

The PTDBM table consists of various fields, each holding specific information or linking keys about Employee Statement for Social Fund Procedure data available in SAP. These include ZVKAN (Employee Number at a Construction Social Insurance Fund), ENAME (Last Name), GBDAT (Date of Birth), BNRSK (Company Number at a Social Fund - Construction Industry).. 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 PTDBM 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
ZVKANEmployee Number at a Construction Social Insurance Fund P01B_ZVKANCHAR13P01B_ZVKAN
ENAMELast Name PAD_NACHNCHAR40PAD_NACHN
GBDATDate of Birth GBDATDATS8PDATEGBDAT
BNRSKCompany Number at a Social Fund - Construction Industry P01B_BNRSKCHAR8BTRNR
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
KNZRUSingle-Character Indicator CHAR1CHAR1CHAR1
UVJZTNumber ANZHLDEC7(2) ANZHL
UVJUTNumber ANZHLDEC7(2) ANZHL
UVJVGAmount BETRGCURR9(2) WERTV5
UVJGZNumber ANZHLDEC7(2) ANZHL
UVJGUNumber ANZHLDEC7(2) ANZHL
UVJGVAmount BETRGCURR9(2) WERTV5
UVJRZNumber ANZHLDEC7(2) ANZHL
UVJRUNumber ANZHLDEC7(2) ANZHL
UVJRVAmount BETRGCURR9(2) WERTV5
BTAGENumber ANZHLDEC7(2) ANZHL
BLOHNAmount BETRGCURR9(2) WERTV5
PSATZHR payroll: Number PRANZDEC15(2) PRANZHL
UVERGAmount BETRGCURR9(2) WERTV5
KWUABAmount BETRGCURR9(2) WERTV5
UBGABAmount BETRGCURR9(2) WERTV5
KUGABAmount BETRGCURR9(2) WERTV5
UTAGZNumber ANZHLDEC7(2) ANZHL
UTAGJNumber ANZHLDEC7(2) ANZHL
UVRGGAmount BETRGCURR9(2) WERTV5
UGANZNumber ANZHLDEC7(2) ANZHL
UGANUNumber ANZHLDEC7(2) ANZHL
UGANVAmount BETRGCURR9(2) WERTV5
UVFAZNumber ANZHLDEC7(2) ANZHL
UVFAUNumber ANZHLDEC7(2) ANZHL
UVFAVAmount BETRGCURR9(2) WERTV5
LAGBGAmount BETRGCURR9(2) WERTV5
RESTZNumber ANZHLDEC7(2) ANZHL
RESTUNumber ANZHLDEC7(2) ANZHL
RESTVAmount BETRGCURR9(2) WERTV5
NAME1Character field of length 40 CHAR40CHAR40CHAR40
NAME2Character field of length 40 CHAR40CHAR40CHAR40
STRASCharacter field of length 40 CHAR40CHAR40CHAR40
ORT01Character field of length 40 CHAR40CHAR40CHAR40

Key field Non-key field



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

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

How to access SAP table PTDBM

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