PDBKAD SAP (CI: Social Fund Procedure: Records Management) Table details

Dictionary Type: Table
Description: CI: Social Fund Procedure: Records Management




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




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

PDBKAD is a standard SAP Table which is used to store CI: Social Fund Procedure: Records Management data and is available within R/3 SAP systems 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. .

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

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).


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!