WFACV_WRKRULE_EN SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

WFACV_WRKRULE_EN is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The WFACV_WRKRULE_EN table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include PROFILE (Profile Identifier), SPLIT_SHIFT (Enable Split Shifts), SPECIAL_DAY (Enable Special Day Parts), FAIRNESS_RULE (Enable Fairness Rules).. 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: Not classified


SAP WFACV_WRKRULE_EN table view 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 MANDTCLNT3MANDT
PROFILEProfile Identifier WFA_PAR_EXTERNAL_IDCHAR20WFA_PAR_EXTERNAL_ID
SPLIT_SHIFTEnable Split Shifts WFA_SPLIT_SHIFTCHAR1WFA_BOOLEAN
SPECIAL_DAYEnable Special Day Parts WFA_SPECIAL_DAY_PARTSCHAR1WFA_BOOLEAN
FAIRNESS_RULEEnable Fairness Rules WFA_FAIRNESS_RULESCHAR1WFA_BOOLEAN
REST_RULEEnable Rest Period Rules WFA_REST_RULE_ENABLECHAR1WFA_BOOLEAN
ACTUAL_HOURSUse Actual Hours WFA_INCLUDE_ACTUAL_HOURSCHAR1WFA_BOOLEAN
CONTRACTHRESHOLDContract Display Threshold WFA_CONTRACT_THRESHOLDINT410
EXCEPTION_CALCSchedule Exception Calculation Options WFA_SCHEDULE_EXCEPTION_CALCNUMC2WFA_SCHEDULE_EXCEPTION
SNAMEShort Description WFA_SHORT_TEXTCHAR20WFA_SNAME
SUNDAY_OFFActivate Sunday Off WFA_PERIOD_SUNDAY_OFFCHAR1WFA_BOOLEAN
MONDAY_OFFActivate Monday Off WFA_PERIOD_MONDAY_OFFCHAR1WFA_BOOLEAN
TUESDAY_OFFActivate Tuesday Off WFA_PERIOD_TUESDAY_OFFCHAR1WFA_BOOLEAN
WEDNESDAY_OFFActivate Wednesday Off WFA_PERIOD_WEDNESDAY_OFFCHAR1WFA_BOOLEAN
THURSDAY_OFFActivate Thursday Off WFA_PERIOD_THURSDAY_OFFCHAR1WFA_BOOLEAN
FRIDAY_OFFActivate Friday Off WFA_PERIOD_FRIDAY_OFFCHAR1WFA_BOOLEAN
SATURDAY_OFFActivate Saturday Off WFA_PERIOD_SATURDAY_OFFCHAR1WFA_BOOLEAN
FULL_WEEKEND_OFFFull Weekend Off WFA_PERIOD_FULL_WEEKEND_OFFCHAR1WFA_BOOLEAN
PART_WEEKEND_OFFPartial Weekend Off WFA_PERIOD_PART_WEEKEND_OFFCHAR1WFA_BOOLEAN
MAX_AVG_HOURSActivate Maximum Average Hours WFA_PERIOD_MAX_AVG_HOURSCHAR1WFA_BOOLEAN
MAX_AVG_DAYSActivate Maximum Average Days WFA_PERIOD_MAX_AVG_DAYSCHAR1WFA_BOOLEAN
MAX_OT_HOURSActivate Maximum Overtime Hours WFA_PERIOD_MAX_OT_HOURSCHAR1WFA_BOOLEAN
COUNT_PAIDLEAVECount Paid Leave As Scheduled Hours/Days WFA_COUNT_PAIDLEAVECHAR1WFA_BOOLEAN
ALLOW_WR_ROTEnable Work Rule Rotations WFA_ALLROTATIONCHAR1WFA_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM WFACV_WRKRULE_EN
INTO CORRESPONDING FIELDS OF WA_WFACV_WRKRULE_EN
WHERE...

How to access SAP table WFACV_WRKRULE_EN

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