PTDB_BKUR SAP (Data Record URMEL: Monthly Leave Entitlements) Structure details

Dictionary Type: Structure
Description: Data Record URMEL: Monthly Leave Entitlements




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




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

PTDB_BKUR 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 "Data Record URMEL: Monthly Leave Entitlements" 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_PTDB_BKUR TYPE PTDB_BKUR.

The PTDB_BKUR table consists of various fields, each holding specific information or linking keys about Data Record URMEL: Monthly Leave Entitlements data available in SAP. These include SKPNR (Personnel Number for Notifications in SFP), MDART (Notification Type for Data Record URMEL), ABRMO (Payroll Month in Social Fund Procedure), ABRJA (Payroll Year in Social Fund Procedure).. 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: Cannot Be Enhanced


SAP PTDB_BKUR 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
ZVKANEmployee Number at a Construction Social Insurance Fund P01B_BKANRNUMC13NUM13
SKPNRPersonnel Number for Notifications in SFP P01B_BKPNRCHAR13CHAR13
MDARTNotification Type for Data Record URMEL P01B_BKMAUNUMC2P01B_BKMAU
ABRMOPayroll Month in Social Fund Procedure P01B_BKAMONUMC2NUM2
ABRJAPayroll Year in Social Fund Procedure P01B_BKAJANUMC4NUM4
BEGDAStart of Notification Period P01B_BKBEGDATS8DATUM
ENDDAEnd of Notification Period P01B_BKENDDATS8DATUM
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
AFSTDNumber of Lost Hours for Data Record URMEL P01B_BKAFSNUMC6NUMC6
NUS03Field of length 16 CHAR16CHAR16CHAR16
GTAGEGranted Leave Days for Data Record URMEL P01B_BKGTGNUMC2NUM2
GVERGLeave Remuneration Granted for Data Record URMEL P01B_BKGVGNUMC7NUM7
GZUTGRetained Leave Days for Data Record URMEL P01B_BKZUTNUMC2NUM2
NUS06Not More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
GSTDGHours Worked for Data Record URMEL (Berlin P01B_BKSTGNUMC5NUMC5
GSTDBHours Paid for Data Record URMEL (Berlin) P01B_BKSTBNUMC5NUMC5
GBRTLGross Hourly Wage for Record URMEL (Berlin) P01B_BKBSTNUMC4NUM4
GLGRPWage Group (Berlin) P01B_BKGRPCHAR4CHAR4
NACHNLast Name P01B_BKNAMCHAR30CHAR30
VORNAFirst Name P01B_BKVNACHAR30CHAR30
NUS05Character field of 9 digits CHAR9CHAR9CHAR9
WEGAZTravel Allowance for Trainee Social Fund Berlin P01B_WEGAZNUMC6NUM6
UEBGBProjected Hours Interim Payment Scaffolding Division Berlin P01B_UEBGBNUMC5NUM5
WUZGBWinter Leave Supplement Scaffolding Division Berlin P01B_WUZGBNUMC6NUM6
AUSFKMinimum Leave Remuneration - Lost Hours Illness P01B_AUSFKNUMC5NUM5
AUSSKMinimum Leave Remuneration - Lost Hours Seasonal RHC P01B_AUSSKNUMC5NUM5
MUVAKMinimum Leave Remuneration - Amount Lost Hours Illness P01B_MUVAKNUMC6NUM6
MUVSKMinimum Leave Remuneration - Amount Seasonal RHC P01B_MUVSKNUMC6NUM6

Key field Non-key field



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

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

How to access SAP table PTDB_BKUR

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