SAP PDBKAD CI: Social Fund Procedure: Records Management Table data and field list

PDBKAD is a standard SAP Table which is used to store CI: Social Fund Procedure: Records Management data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The PDBKAD table consists of various fields, each holding specific information or linking keys about CI: Social Fund Procedure: Records Management data available in SAP. These include PERNR (Personnel Number), INPER (In-Period for Evaluation for Social Fund Procedure), FPPER (For-Period for Evaluation for Social Fund Procedure), SEQNO (Key Field Sequence Number for SFP Data Records)... 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. .

PDBKAD table Technical Details:

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PDBKAD table fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the PDBKAD table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
INPERIn-Period for Evaluation for Social Fund Procedure P01B_BKINPACCP6P01B_BKPER
FPPERFor-Period for Evaluation for Social Fund Procedure P01B_BKFUPACCP6P01B_BKPER
SEQNOKey Field Sequence Number for SFP Data Records P01B_BKSEQNUMC2NUM2
KENIDIdentifier of Record P01B_BKSIDCHAR5P01B_BKSID
ZVKASSocial Fund P01B_ZVKASCHAR2Assigned to domainP01B_ZVKAS
STATSStatus of Data Record in Social Fund Procedure P01B_BKSTACHAR2P01B_BKSTA
BESCHIndicator for Certified Data Record P01B_BKBESCHAR2P01B_BKBES
WERKSSending Personnel Area P01B_BKPEBCHAR4Assigned to domainPERSA
BTRTLSending Personnel Subarea P01B_BKPTBCHAR4Assigned to domainBTRTL

Key field Non-key field



How do I retrieve data from SAP table PDBKAD using ABAP code

The following ABAP code Example will allow you to do a basic selection on PDBKAD to SELECT all data from the table
DATA: WA_PDBKAD TYPE PDBKAD.

SELECT SINGLE *
FROM PDBKAD
INTO CORRESPONDING FIELDS OF WA_PDBKAD
WHERE...

How to access SAP table PDBKAD

Within an ECC or HANA version of SAP you can also view further information about PDBKAD and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).