P01P_RPSPSTD0_BKK SAP (Personnel Level Statistics -BKK-) Structure details

Dictionary Type: Structure
Description: Personnel Level Statistics -BKK-




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




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

P01P_RPSPSTD0_BKK 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 "Personnel Level Statistics -BKK-" 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_P01P_RPSPSTD0_BKK TYPE P01P_RPSPSTD0_BKK.

The P01P_RPSPSTD0_BKK table consists of various fields, each holding specific information or linking keys about Personnel Level Statistics -BKK- data available in SAP. These include BESCHBER (Area of Employment), BERSTNR (Reporting Office Number), LFDNR (Sequence No. of Employee), STAUFGB (Area of Responsibility).. 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: Can be enhanced (character-type)


SAP P01P_RPSPSTD0_BKK 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
LANDCountry P01P_LANDCHAR2CHAR2
BESCHBERArea of Employment P01P_BESCHBRCHAR2CHAR2
BERSTNRReporting Office Number P01P_BERSTNRCHAR7CHAR7
LFDNRSequence No. of Employee P01P_LFNUMCHAR12CHAR12
STAUFGBArea of Responsibility P01P_AUFGBCHAR3CHAR3
KAUFGBArea of Responsibility P01P_AUFGBCHAR3CHAR3
GESCHGender Key GESCHCHAR1GESCH
GEBMONMonth of Birth P01P_GBMONCHAR2CHAR2
GEBJAHRYear of Birth P01P_GBJHRCHAR2CHAR2
BESCHUMFScope of Employment Relationship P01P_BEUMFCHAR1CHAR1
DIENSTDDuration of Service or Employment Contract Relationship P01P_DIENSTDCHAR1CHAR1
DIENSTAType of Service or Employment Contract Relationship P01P_DIENSTACHAR1CHAR1
LBGRUPPECareer Group P01P_LBGRUPPECHAR1CHAR1
EINSTUFClassification P01P_EINSTUFCHAR2CHAR2
DIOLANDCountry P01P_LANDCHAR2CHAR2
DIORBEZAdministrative District P01P_RBEZCHAR1CHAR1
DIOKREISDistrict P01P_KREISCHAR2CHAR2
DIOGEMMunicipality P01P_GEMNDCHAR3CHAR3
GEMGRKLMunicipality Size Class P01P_GEMKLCHAR2CHAR2
KAPLHAUSSection/Chapter P01P_EINPLCHAR5TEXT5
DLASTUFEAge Pay Scale P01P_DLSSTCHAR2CHAR2
FAMSTOZMarital Status in Family-Rel.Bonus/Cost-of-Living Allowance P01P_FAMOZCHAR1CHAR1
KIANTOZNumber of Children Entitled to Cost-of-Living Allowance P01P_KINDZCHAR1CHAR1
WOHNLANDCountry P01P_LANDCHAR2CHAR2
WOHNRBEZAdministrative District P01P_RBEZCHAR1CHAR1
WOHNKREISDistrict P01P_KREISCHAR2CHAR2
WOHNGEMMunicipality P01P_GEMNDCHAR3CHAR3
ARBFAKTWorking Time Factor P01P_ARBFAKTCHAR3CHAR3
ARBFAKTU2Blank P01P_LEER1CHAR1CHAR1
PLZPostal Code and Municipality of City P01P_PLZCHAR5CHAR5
LEERBlank P01P_LEER1CHAR1CHAR1
GKZNAMEName of City Municipality P01P_GKZNAMECHAR27TEXT27
LIEFERANTVendor Number P01P_LFRNRCHAR3CHAR3
FILLERBlank P01P_LEER16CHAR16CHAR16
STEUBRUTax Gross Amount P01P_STBRTCHAR6CHAR6
OWKZNWest/East Indicator WOKNZCHAR1WOKNZ
V_LSTNGCapital Formation Savings Payments P01P_VERMLCHAR3CHAR3
ZULAGEGeneral Allowance/Allowance for Special Services P01P_ALLGZCHAR5CHAR5
ART1Type of Allowance P01P_ARTZLCHAR4CHAR4
ZULAGE1Bonus P01P_ZULCHAR5CHAR5
ART2Type of Allowance P01P_ARTZLCHAR4CHAR4
ZULAGE2Bonus P01P_ZULCHAR5CHAR5
ART3Type of Allowance P01P_ARTZLCHAR4CHAR4
ZULAGE3Bonus P01P_ZULCHAR5CHAR5
ART4Type of Allowance P01P_ARTZLCHAR4CHAR4
ZULAGE4Bonus P01P_ZULCHAR5CHAR5
ART5Type of Allowance P01P_ARTZLCHAR4CHAR4
ZULAGE5Bonus P01P_ZULCHAR5CHAR5
ART6Type of Allowance P01P_ARTZLCHAR4CHAR4
ZULAGE6Bonus P01P_ZULCHAR5CHAR5
ART7Type of Allowance P01P_ARTZLCHAR4CHAR4
ZULAGE7Bonus P01P_ZULCHAR5CHAR5
ART8Type of Allowance P01P_ARTZLCHAR4CHAR4
ZULAGE8Bonus P01P_ZULCHAR5CHAR5
EF41Blank P01P_LEER15CHAR15CHAR15
KPRODNRMunicipal Product Number P01P_KPRODNRCHAR6CHAR6
TVARTType of Collective Agreement P01P_TVARTCHAR2CHAR2
BESTDBonus P01P_ZULCHAR5CHAR5
STAUSGLStructure Equalization P01P_STAUSGCHAR3CHAR3
MOSOZBonus P01P_ZULCHAR5CHAR5
TRWAZRegular Weekly Working Times P01P_WAZCHAR4CHAR4

Key field Non-key field



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

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

How to access SAP table P01P_RPSPSTD0_BKK

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