PTDBJ SAP (Flexible Working Hours Policy) Structure details

Dictionary Type: Structure
Description: Flexible Working Hours Policy




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




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

PTDBJ 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 "Flexible Working Hours Policy" 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_PTDBJ TYPE PTDBJ.

The PTDBJ table consists of various fields, each holding specific information or linking keys about Flexible Working Hours Policy data available in SAP. These include FLMTX (Text: Flexible Working Hours Model), APZNR (PC205 assignment), BEGDA (Start Date), ENDDA (End Date).. 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 PTDBJ 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
FLMODFlexible Working Hours Model P01B_FLMODCHAR4Assigned to domainP01B_FLMOD
FLMTXText: Flexible Working Hours Model P01B_FLMTXCHAR60TEXT60
APZNRPC205 assignment APZNRRAW1PRSPL
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
VORAZAdvance Hours P01B_VORAZDEC15(2) PRANZHL
VORLGStorage Wage Type: Advance P01B_LAAVOCHAR4Assigned to domainLGART
EINAZWithholding Hours P01B_EINAZDEC15(2) PRANZHL
EINLGStorage Wage Type: Retention Amount P01B_LAAEBCHAR4Assigned to domainLGART
SSOLLPlanned working time in hours SSOLLDEC5(2) DEC3_2
SDIVIIndividual divisor for working hours SDIVIDEC5(2) DEC3_2
SSOLEPlanned Working Time Retention Measured in Working Hours P01B_SOLLEBDEC5(2) DEC3_2
SDIVEDivisor: Working Hours Retention P01B_DIVIEBDEC5(2) DEC3_2
SSOLVPlanned Working Time Advance Measured in Working Hours P01B_SOLLVODEC5(2) DEC3_2
SDIVVDivisor: Working Hours Advance P01B_DIVIVODEC5(2) DEC3_2
ABARTEmployee subgroup grouping for personnel calculation rule ABRARCHAR1Assigned to domainABRAR
MESAZMinimum Remuneration Hours P01B_MESTDDEC7(2) ANZHL
MESKZReduction Hours for Minimum Remuneration Hours P01B_MESKZDEC15(2) PRANZHL
MESUKMinimum Remuneration Hours - Not Reduced P01B_MESUKDEC15(2) PRANZHL
ISTVOActual Hours for Advance P01B_ISTVODEC15(2) PRANZHL
VORKZReduction Hours for Advance Hours P01B_VORKZDEC15(2) PRANZHL
VORAIAdvance Hours from Actual P01B_VORAIDEC15(2) PRANZHL
SVEAZNumber of Hours before Retention Amount P01B_STDVEDEC7(2) ANZHL
SVEKZReduction Hours for Hours before Retained Hours P01B_SVEKZDEC15(2) PRANZHL
SVEUKHours before Retained Hours Unreduced P01B_SVEUKDEC15(2) PRANZHL
ISTEIActual Hours for Retained Hours P01B_ISTEIDEC15(2) PRANZHL
EINAIRetained Hours from Actual Hours P01B_EINAIDEC15(2) PRANZHL
EAMAZRetained Hours from Overtime P01B_EAMAZDEC15(2) PRANZHL
KNZMACalculation of Overtime P01B_KNZMACHAR1P01B_MAKNZ
MSVMAMaximum Number of Retained Hours for Overtime Calculation P01B_MSVMADEC7(2) ANZHL
MEAISActual Hours for Overtime P01B_MEAISTDEC15(2) PRANZHL
MEAAZNumber of Overtime Hours P01B_MEAMEADEC15(2) PRANZHL
MEALGWage Type for Overtime P01B_LAMEHCHAR4Assigned to domainLGART
MMSTDMaximum Retention Hours per Month P01B_MMSTDDEC7(2) ANZHL
MMVSTMaximum Advance Hours per Month P01B_MMVSTDEC7(2) ANZHL
MBSTDMaximum Retention Hours P01B_MBSTDDEC7(2) ANZHL
MBSTEOne-Time Retention Limit P01B_MBSTEDEC7(2) ANZHL
EINKGNumber of Retained Hours is Unlimited P01B_EINKGCHAR1XFELD
MVSTDMaximum Advance Hours P01B_MVSTDDEC7(2) ANZHL
VORKGNumber of Advance Hours is Unlimited P01B_VORKGCHAR1XFELD
EINKPRetention Limit P01B_EINKPDEC15(2) PRANZHL
VORKPLimit Advance P01B_VORKPDEC15(2) PRANZHL
VOBTRConstant Advance Amount per Hour P01B_VOBTRCURR9(2) BETRG
EBBTRConstant Retention Amount per Hour P01B_EBBTRCURR9(2) BETRG
RDTYPRounding Type - Data Element Payroll Acocunting Constr. Ind. P01B_RDTYPCHAR2Assigned to domainRDTYP
VAIKPNOT USED / Advance Hours from Actual Hours Capped P01B_VAIKPDEC15(2) PRANZHL
EAIKPNOT USED / Retained Hours from Actual Hours Reduced P01B_EAIKPDEC15(2) PRANZHL
EAMKPNOT USED / Retained Hours from Overtime Reduced P01B_EAMKPDEC15(2) PRANZHL
SWAGLNOT USED / Adjust Working Time Account P01B_SWAGLCHAR1XFELD
VASTDPreparation Hours/Minimum Adv. Benefit for Winter Comp. P01B_VASTDDEC9(2) DEC7_2
LAWAVWage Type for Advance with Winter Compensation Processing P01B_LAWAVCHAR4Assigned to domainLGART
LAWAWStorage Wage Type Advance Hours for WC from Working Time Acc P01B_LAWAWCHAR4Assigned to domainLGART

Key field Non-key field



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

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

How to access SAP table PTDBJ

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