T7BG04 SAP (Classification of absences for legal purposes) Table details

Dictionary Type: Table
Description: Classification of absences for legal purposes




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




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

T7BG04 is a standard SAP Table which is used to store Classification of absences for legal purposes data and is available within R/3 SAP systems depending on the version and release level.

The T7BG04 table consists of various fields, each holding specific information or linking keys about Classification of absences for legal purposes data available in SAP. These include MOLGA (Country Grouping), KLBEW (Absence valuation rule), 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


SAP T7BG04 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
KLBEWAbsence valuation rule BEWKLNUMC2T554LKLBEW
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
FMR76Classification - Form 76 PBG_FMR76CHAR1PBG_FMR76
DCMBIDecrease min. base OSI PBG_DCMBICHAR1YESNO
DSICKSick leave DEC1 16.2 PBG_DSICKCHAR1YESNO
DCHILChild care DEC1 16.3 PBG_DCHILCHAR1YESNO
DWOSIAbsence w/o insurance treated like insured DEC1 16.4 PBG_DWOSICHAR1YESNO
DWRKAWork accident sick leave DEC1 16.5 PBG_DWRKACHAR1YESNO
DPROFProfessional sick leave DEC1 16.6 PBG_DPROFCHAR1YESNO
DSPERSick leave paid by ER DEC1 16.A PBG_DSPERCHAR1YESNO
DWRKHWorked hours per month DEC1 16.7 PBG_DWRKHCHAR1YESNO
NOINSNot insured days PBG_NOINSCHAR1YESNO
HCTREAbsence reduce head count Average PBG_HCTRECHAR1YESNO
SVCACAbsence (vacation) with special vacation average calculation PBG_SVCACCHAR1YESNO
SWPBPAbsence splits WPBP table (with BEGDA and ENDDA+1) PBG_SWPBPCHAR1YESNO
ABLIMAbsence limit PBG_ABLIMCHAR2CHAR2
COMPSCompensation (paid by NOI) PBG_COMPSCHAR1YESNO
APABSApologized absence (like attendance on work place) PBG_APABSCHAR1YESNO

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7BG04
INTO CORRESPONDING FIELDS OF WA_T7BG04
WHERE...

How to access SAP table T7BG04

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