T7US_FMLA_RULE SAP (Rules for Administrating FMLA Events) Table details

Dictionary Type: Table
Description: Rules for Administrating FMLA Events




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




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

T7US_FMLA_RULE is a standard SAP Table which is used to store Rules for Administrating FMLA Events data and is available within R/3 SAP systems depending on the version and release level.

The T7US_FMLA_RULE table consists of various fields, each holding specific information or linking keys about Rules for Administrating FMLA Events data available in SAP. These include MOLGA (Country Grouping), MOBDE (Grouping of Personnel Subareas for Time Recording), RULNO (FMLA Rule), 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: 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 = T7US_FMLA_RULTXT


SAP T7US_FMLA_RULE 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
MOBDEGrouping of Personnel Subareas for Time Recording MOBDENUMC2MOBDE
RULNOFMLA Rule PT_FMLARNUMC3PT_FMLAR
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
ENTITFMLA Entitlement in Weeks PT_FMLA_ENTITDEC5(2) PT_FMLA_ENTIT
DED_PERIODMode of Deduction Interval PT_FMLA_DEDPERCHAR1XFELD
DED_PERPPPeriod parameter PTM_PERMONUMC2T549RPERMO
DED_PERDTDate type DATARCHAR2T548YDATAR
DED_PELEN_DTLength of Deduction Interval PT_PELENDEC3PT_PELEN
DED_PELEN_DTUNITime/Measurement Unit PT_ZEINHCHAR3T538ARPMSH
DED_PELENLength of Deduction Interval PT_PELENDEC3PT_PELEN
DED_PELEN_UNITime/Measurement Unit PT_ZEINHCHAR3T538ARPMSH
SENIO_LIMSeniority Threshold for Eligibility PT_FMLA_SENIONUMC3NUMC3
SENIO_PROCECalculation process for employment period calculation PSEN_PROCECHAR4T525PPSEN_PROCEHRSEN00PROCE
WKHRS_LIMActual Working Hours Threshold for Eligibility PT_FMLA_WKHRSDEC7(2) DEC5_2
WKHRS_PERLength of Analysis Period PT_EVAL_PELENDEC3PT_PELEN
WKHRS_UNITime/Measurement Unit PT_ZEINHCHAR3T538ARPMSH
WKHRS_TYPHours Worked acc. to Planned or Actual Times PT_FMLA_HRSTPCHAR1CHAR1
WKHRS_ZTARTTime Type PT_ZTARTCHAR4T555AZTART
WKHRS_REPTTReporting Time Type REPRTTCHAR8T557AREPTT
WKHRS_EXTFLExtension of Analysis Period due to Inactive Days PT_FMLA_EXTFLCHAR1CHAR1
DED_DPADJAllow Delimitation of Deduction Interval PT_FMLA_DPADJCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7US_FMLA_RULE
INTO CORRESPONDING FIELDS OF WA_T7US_FMLA_RULE
WHERE...

How to access SAP table T7US_FMLA_RULE

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