T7RO04 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 T7RO04
Related tables to T7RO04
Access table T7RO04




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

T7RO04 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 T7RO04 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: Can be enhanced (character-type or numeric)


SAP T7RO04 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 MANDTCLNT3Assigned to domainMANDT
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
KLBEWAbsence valuation rule BEWKLNUMC2T554LKLBEW
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
ABUIDAbsence Unique Identifier PRO_ABUIDCHAR2PRO_ABUID
UNEMPInfluence to unemployment insurance PRO_UNEMPCHAR1PRO_UNEMP
UNECHIdent of chain successive sick leaves for unemloyment cont. PRO_UNECHCHAR2
UNEWSPersonal Work Shedule for Unempl. PRO_UNEWSCHAR1PRO_UNEWS
WPSPLWPBP split trigger PRO_WPSPLCHAR1YESNO
WPSPEWPBP Split Trigger - End of Absence PRO_WPSPECHAR1YESNO
SENEXExcluded from seniority calculation PRO_SENEXCHAR1YESNO
SLBASExcluded from base for sick leave PRO_SLBASCHAR1YESNO
WABASInclude in base for Wk Accidents PRO_WABASCHAR1YESNO
MATERSick leave type PRO_MATERCHAR2PRO_MATER
REGEXExcluded from EE registration PRO_REGEXCHAR1YESNO
NRMERNRM in B insurance PRO_NRMERCHAR1YESNO
PENSIClassification for pension declaration PRO_PENSICHAR1PRO_PENSI
PENWSPersonal Work Shedule for Pens. PRO_PENWSCHAR1PRO_PENWS
LIMIHAbcences for prorating the base limitation for sick leaves PRO_LIMIHCHAR1YESNO
RMA14Additional WTs of IT14 will be Removed IU Base during abs. PRO_RMA14CHAR1YESNO
RMADDAdditional WTs of IT15 will be Removed IU Base during abs. PRO_RMADDCHAR1YESNO
RMRENRemove WTs of IT2010 during abs. longer than 30 days PRO_RMRENCHAR1YESNO
RMTQCRemove WTs of IT416 during abs. longer than 30 days PRO_RMTQCCHAR1YESNO
RMBASRemove WTs of IT8 during abs. longer than 30 days PRO_RMBASCHAR1YESNO
GAVWDExclude from Average Working Days for Ins. G PRO_GAVWDCHAR1YESNO
D112SD112 Special Case PRO_D112SCHAR1PRO_D112S

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7RO04
INTO CORRESPONDING FIELDS OF WA_T7RO04
WHERE...

How to access SAP table T7RO04

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