PDBKBESUM SAP (Constr. Ind. Social Fund Procedure: BEMEL Records (Total)) Table details

Dictionary Type: Table
Description: Constr. Ind. Social Fund Procedure: BEMEL Records (Total)




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




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

PDBKBESUM is a standard SAP Table which is used to store Constr. Ind. Social Fund Procedure: BEMEL Records (Total) data and is available within R/3 SAP systems depending on the version and release level.

The PDBKBESUM table consists of various fields, each holding specific information or linking keys about Constr. Ind. Social Fund Procedure: BEMEL Records (Total) data available in SAP. These include BNRSK (Company Number at a Social Fund - Construction Industry), 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 PDBKBESUM 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 MANDTCLNT3Assigned to domainMANDT
BNRSKCompany Number at a Social Fund - Construction Industry P01B_BKBNRNUMC8P01B_BKBNR
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
RZNSKData Center Number of Social Fund (R) P01B_BKRZECHAR8P01B_BKRZN_R
RZNAGData Center Number for Company for Social Fund (R) P01B_BKRZACHAR8P01B_BKRZN_R
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
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
ABRMOPayroll Month in Social Fund Procedure P01B_BKAMONUMC2NUM2
ABRJAPayroll Year in Social Fund Procedure P01B_BKAJANUMC4NUM4
WAERSCurrency Key for Social Fund Procedure P01B_BKWAECHAR3CHAR3
BLSUMTotal Gross Wages of All Industrial Employees P01B_BKBLSUMNUMC10NUM10
ANZGENumber of Industrial Workers P01B_BKANZGENUMC4NUM4
BEIGEContribution (Without Trainees Remuneration) P01B_BKBEIGENUMC9NUM9
ANZANNumber of Employees Liable for Contributions (Monthly Cont.) P01B_BKANZANNUMC4NUM4
BEIANEmployee Contribution P01B_BKBEIANNUMC8NUM8
ANZTANumber Days for Employees P01B_BKANZTANUMC3NUM3
BEIATDaily Contributions for Employees P01B_BKBEIATNUMC6NUM6
BLWBUTotal Gross Wages for Winter Constr. Contrib. Indust. Employ P01B_BKBLWBUNUMC10NUM10
ANZGWNumber of Industrial Workers - Winter Construction Promotion P01B_BKANZGWNUMC4NUM4
UMLWBWinter Construction Promotion Contribution P01B_BKUMLWBNUMC9NUM9
LFDBESequence Number for BEMEL Transferred Each Month P01B_BKLFDBENUMC2NUM2
STRMETax Code: Notification Portions of Workers, Employees P01B_BKSTRMENUMC1NUM1
STREGTax Code: Notification Supplement Employee Notification Area P01B_BKSTREGNUMC1NUM1
REPRTCalling Program SYCPROGCHAR40Assigned to domainPROGRAMM
UNAMEUser Name UNAMECHAR12UNAME
GDATELocal Date SYSTDATLODATS8SYDATS
GTIMELocal Time SYSTTIMLOTIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM PDBKBESUM
INTO CORRESPONDING FIELDS OF WA_PDBKBESUM
WHERE...

How to access SAP table PDBKBESUM

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