PDBKNE SAP (Construction Industry Social Fund Proced: NEMEL Data Records) Table details

Dictionary Type: Table
Description: Construction Industry Social Fund Proced: NEMEL Data Records




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




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

PDBKNE is a standard SAP Table which is used to store Construction Industry Social Fund Proced: NEMEL Data Records data and is available within R/3 SAP systems depending on the version and release level.

The PDBKNE table consists of various fields, each holding specific information or linking keys about Construction Industry Social Fund Proced: NEMEL Data Records 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 PDBKNE 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
RZNSKData Center Number of Social Fund (R) P01B_BKRZECHAR8P01B_BKRZN_R
RZNAGData Center Number for Company for Social Fund (R) P01B_BKRZACHAR8P01B_BKRZN_R
BNRSKCompany Number at a Social Fund - Construction Industry P01B_BKBNRNUMC8P01B_BKBNR
NUS01Unused Numeric Field - Length 7 P01B_BKNU7NUMC7NUM7
NUS02Version Number Component CHAR2CHAR2CHAR2
RZDATCreation Date of Data Medium P01B_RZDATDATS8SYDATS
VERNRVersion of Data Medium Exchange P01B_BKVNRNUMC2NUM2
FNAMEName of Company for Social Fund P01B_BKFNACHAR22CHAR22
ZVKANEmployee Number at a Construction Social Insurance Fund P01B_BKANRNUMC13NUM13
SKPNRPersonnel Number for Notifications in SFP P01B_BKPNRCHAR13CHAR13
MDARTNotification Type for Data Record NEMEL P01B_BKMAENUMC2P01B_BKMAE
BEGDAStart of Notification Period P01B_BKBEGDATS8DATUM
STONRNumber of Cancellation for Evaluation Data Records SFP P01B_BKSNRNUMC2NUM2
WAERSCurrency Key for Social Fund Procedure P01B_BKWAECHAR3CHAR3
BTAGEEmployment Days for Data Record URMEL P01B_BKBTGNUMC3NUM3
BLOHNGross Wage for Data Record URMEL P01B_BKBLONUMC8NUM8
AGLSTNumber of Lost Hours for Data Record URMEL P01B_BKAFSNUMC6NUMC6
UTAGENumber of Leave Days P01B_BKUTENUMC4NUMC4
UVERGLeave Remuneration Entitlement P01B_BKUVENUMC8NUMC8
RTAGERemaining Leave Days for Data Record RAMEL P01B_BKRTGNUMC2NUM2
RVERGLeave Remuneration Entitlement P01B_BKUVENUMC8NUMC8
KENAJSFP: Indicator: Final Year of Traineeship / Young Person P01B_BKKAJCHAR1CHAR1
NACHNLast Name P01B_BKNAMCHAR30CHAR30
VORNAFirst Name P01B_BKVNACHAR30CHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM PDBKNE
INTO CORRESPONDING FIELDS OF WA_PDBKNE
WHERE...

How to access SAP table PDBKNE

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