T5DBR SAP (Construction Industry: Flexible Working Hours Model) Table details

Dictionary Type: Table
Description: Construction Industry: Flexible Working Hours Model




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




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

T5DBR is a standard SAP Table which is used to store Construction Industry: Flexible Working Hours Model data and is available within R/3 SAP systems depending on the version and release level.

The T5DBR table consists of various fields, each holding specific information or linking keys about Construction Industry: Flexible Working Hours Model data available in SAP. These include MOLGA (Country Grouping), FLMOD (Flexible Working Hours Model), ENDDA (End Date), BEGDA (Start 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = T5DBS


SAP T5DBR 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 MANDTCLNT3T000MANDT
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
FLMODFlexible Working Hours Model P01B_FLMODCHAR4P01B_FLMOD
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
MESTDMinimum Remuneration Hours P01B_MESTDDEC7(2) ANZHL
LAAVOStorage Wage Type: Advance P01B_LAAVOCHAR4T512WLGART
MBSTDMaximum Retention Hours P01B_MBSTDDEC7(2) ANZHL
STDVENumber of Hours before Retention Amount P01B_STDVEDEC7(2) ANZHL
KNZEBRetention Amount Indicator P01B_KNZEBCHAR1P01B_KNZEB
LAAEBStorage Wage Type: Retention Amount P01B_LAAEBCHAR4T512WLGART
UMPRZRate for Converting Overtime to Retention Amount P01B_UMPRZDEC5(2) DEC3_2
LAEGKObsolete: Wage Type for Working Time Account P01B_LAEGKCHAR4T512WLGART
MXAPEObsolete(45B): Maximum Deficit Hours Reduction per Period P01B_MXAPEDEC7(2) ANZHL
LADABWage Type for Working Time Account Adjustment P01B_LADABCHAR4T512WLGART
LAKAMWage Type for Working Time Account Adjustment, Overtime P01B_LAKAMCHAR4T512WLGART
REFPSReference Work Schedule for Standard Working Time P01B_REFPSCHAR8T508ASCHKNSCH
MMSTDMaximum Retention Hours per Month P01B_MMSTDDEC7(2) ANZHL
VOBTRConstant Advance Amount per Hour P01B_VOBTRCURR9(2) BETRG
EBBTRConstant Retention Amount per Hour P01B_EBBTRCURR9(2) BETRG
WAERSCurrency Key for Flexible Working Hours Policy P01B_FWAERCUKY5TCURCWAERS
MVSTDMaximum Advance Hours P01B_MVSTDDEC7(2) ANZHL
MMVSTMaximum Advance Hours per Month P01B_MMVSTDEC7(2) ANZHL
MSVMAMaximum Number of Retained Hours for Overtime Calculation P01B_MSVMADEC7(2) ANZHL
KVORAConstant for Previous Hours Lost Due to Weather Conditions P01B_KVORACHAR5T5DBKP01B_KONST
KUVORConstant for Leave as Winter Compensation Advance Benefit P01B_KUVORCHAR5T5DBKP01B_KONST
LAWAEWage Type for Retention Amount with Winter Comp. Processing P01B_LAWAECHAR4T512WLGART
LAWAVWage Type for Advance with Winter Compensation Processing P01B_LAWAVCHAR4T512WLGART
LAWAWStorage Wage Type Advance Hours for WC from Working Time Acc P01B_LAWAWCHAR4T512WLGART
KNZMACalculation of Overtime P01B_KNZMACHAR1P01B_MAKNZ
LAMEHWage Type for Overtime P01B_LAMEHCHAR4T512WLGART
KNZVOFlag: Advance Payment P01B_KNZVOCHAR1P01B_KNZVO
REFPVReference Work Schedule for Standard Working Time P01B_REFPSCHAR8T508ASCHKNSCH
VORKGNumber of Advance Hours is Unlimited P01B_VORKGCHAR1XFELD
EINKGNumber of Retained Hours is Unlimited P01B_EINKGCHAR1XFELD
RDTYPCons. Industry: Rounding Rule for Hours in Working Time Acct P01B_RDTYP_FLEXCHAR2T559RRDTYP
MBSTEOne-Time Retention Limit P01B_MBSTEDEC7(2) ANZHL

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5DBR
INTO CORRESPONDING FIELDS OF WA_T5DBR
WHERE...

How to access SAP table T5DBR

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