PTDB_KABGL SAP (Structure for Leave Account Comparison SF -> SAP System) Structure details

Dictionary Type: Structure
Description: Structure for Leave Account Comparison SF -> SAP System




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




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

PTDB_KABGL 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 "Structure for Leave Account Comparison SF -> SAP System" 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_KABGL TYPE PTDB_KABGL.

The PTDB_KABGL table consists of various fields, each holding specific information or linking keys about Structure for Leave Account Comparison SF -> SAP System data available in SAP. These include SKV_ZVKAN (Employee Number at a Construction Social Insurance Fund), SKV_PERNR (Personnel Number), SKV_NACHN (Last Name), SKV_VORNA (First Name).. 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_KABGL 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
SKV_BNRSKCompany Number at a Social Fund - Construction Industry P01B_BNRSKCHAR8BTRNR
SKV_ZVKANEmployee Number at a Construction Social Insurance Fund P01B_BKANRNUMC13NUM13
SKV_PERNRPersonnel Number P_PERNRNUMC8PERNR
SKV_NACHNLast Name P01B_BKNAMCHAR30CHAR30
SKV_VORNAFirst Name P01B_BKVNACHAR30CHAR30
SKV_SWBESevere Challenge Indicator for Social Fund P01B_SWBESCHAR1P01B_BOOLE
SKV_ULJRTNumber of Leave Days in Current Year with Decimal Places P01B_TLDECDEC6(2) DEC4_2
SKV_ULJRVLeave Remuneration P01B_BKUVGCURR7(2) WERTV4
SKV_BLOHNGross Pay for Social Fund Procedure P01B_BLOHNCURR16(2) CURR16
SKV_AGLSTNumber of Lost Hours P01B_BKANSDEC6(2) DEC4_2
SKV_AGLBTAdjustment Amount P01B_BKAGBCURR7(2) WERTV4
SKV_BTAGEEmployment Days for Employee Statement P01B_BKBTADEC3DEC03
SKV_UGRTNumber of Leave Days with Decimal Places P01B_TGDECDEC6(2) DEC4_2
SKV_UGRVTotal Leave Remuneration P01B_BGUVGCURR7(2) WERTV4
SKV_KENNFID Field Incorrect Y/N P01B_KENNFCHAR1P01B_BOOLE
SKV_FPPERFor-Period for Evaluation for Social Fund Procedure P01B_BKFUPACCP6P01B_BKPER
SKV_INPER2Character Field With Field Length 7 CHAR07CHAR7TEXT7
SKV_WAERSCurrency Key CURCYCUKY5Assigned to domainWAERSFWS
DIFFOne-Place Indicator for Difference P01B_DIFFCHAR1CHAR1
DIFF_GRUNDReason for Diff. P01B_DIFFGCHAR30CHAR30
BNRSKCompany Number at a Social Fund - Construction Industry P01B_BNRSKCHAR8BTRNR
ZVKANEmployee Number at a Construction Social Insurance Fund P01B_BKANRNUMC13NUM13
PERNRPersonnel Number P_PERNRNUMC8PERNR
NACHNLast Name P01B_BKNAMCHAR30CHAR30
VORNAFirst Name P01B_BKVNACHAR30CHAR30
SWBESevere Challenge Indicator P01B_SWBECHAR1P01B_BOOLE
ULJRTNumber of Leave Days in Current Year with Decimal Places P01B_TLDECDEC6(2) DEC4_2
ULJRVLeave Remuneration P01B_BKUVGCURR7(2) WERTV4
BLOHNGross Pay for Social Fund Procedure P01B_BLOHNCURR16(2) CURR16
AGLSTNumber of Lost Hours P01B_BKANSDEC6(2) DEC4_2
AGLBTAdjustment Amount P01B_BKAGBCURR7(2) WERTV4
BTAGEEmployment Days for Employee Statement P01B_BKBTADEC3DEC03
UGRTNumber of Leave Days with Decimal Places P01B_TGDECDEC6(2) DEC4_2
UGRVTotal Leave Remuneration P01B_BGUVGCURR7(2) WERTV4
KENNFID Field Incorrect Y/N P01B_KENNFCHAR1P01B_BOOLE
FPPERFor-Period for Evaluation for Social Fund Procedure P01B_BKFUPACCP6P01B_BKPER
INPERIn-Period for Evaluation for Social Fund Procedure P01B_BKINPACCP6P01B_BKPER
WAERSCurrency Key CURCYCUKY5Assigned to domainWAERSFWS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
ZVKASSocial Fund P01B_ZVKASCHAR2Assigned to domainP01B_ZVKAS
BEGDAStart date of payroll period (FOR period) FPBEGDATS8DATUM
ENDDAEnd of payroll period (for-period) FPENDDATS8DATUM
SPLITTSingle-Character Indicator CHAR1CHAR1CHAR1
ERRORSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table PTDB_KABGL

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