WFAS_EMP_WR_ROTATION SAP (Employee work rule rotations) Structure details

Dictionary Type: Structure
Description: Employee work rule rotations




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




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

WFAS_EMP_WR_ROTATION is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Employee work rule rotations" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_WFAS_EMP_WR_ROTATION TYPE WFAS_EMP_WR_ROTATION.

The WFAS_EMP_WR_ROTATION table consists of various fields, each holding specific information or linking keys about Employee work rule rotations data available in SAP. These include MANDT (Client), ROTATION_SET_ID (Rotation Set Id), ROTATION_ID (Rotation Id), IS_ACTIVE (Flag (Active = 'X', Inactive = ' ')).. 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: Cannot Be Enhanced


SAP WFAS_EMP_WR_ROTATION structure 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
ROTATION_SET_IDRotation Set Id WFA_ROTATION_SET_IDCHAR32WFA_ID
ROTATION_IDRotation Id WFA_ROTATION_IDCHAR32WFA_ID
IS_ACTIVEFlag (Active = 'X', Inactive = ' ') WFA_FLAGCHAR1WFA_BOOLEAN
ROT_NDXRotation index within the set WFA_ROT_NDXINT410
WRKRL_TMPL_IDWork Rule Template Set ID WFA_WKRLTEMPIDCHAR20Assigned to domainALPHAWFA_WKRLTEMPID
TEMP_OVERWRITEBoolean ( True = 'X', False = ' ') WFA_BOOLEANCHAR1WFA_BOOLEAN
MINHRSWEEKMinimum Value WFA_MIN_VALUEDEC10(2) DEC10_2
MAXHRSWEEKMaximum Value WFA_MAX_VALUEDEC10(2) DEC10_2
MINHOURSSHIFTMinimum Value WFA_MIN_VALUEDEC10(2) DEC10_2
MAXHOURSSHIFTMaximum Value WFA_MAX_VALUEDEC10(2) DEC10_2
WKENDMAXHRSSHIFTMaximum Value WFA_MAX_VALUEDEC10(2) DEC10_2
MAXSCHEDDAYSWEEKNumber of Days WFA_NUM_OF_DAYSINT13
MINTIMBTSHIFTSMinimum Value WFA_MIN_VALUEDEC10(2) DEC10_2
MAXCONSECUTIVEDSNumber of Days WFA_NUM_OF_DAYSINT13
TWODAYSOFFINROWFlag (Active = 'X', Inactive = ' ') WFA_FLAGCHAR1WFA_BOOLEAN
TWODAYSOFFWKENDFlag (Active = 'X', Inactive = ' ') WFA_FLAGCHAR1WFA_BOOLEAN
ALTWEEKENDSOFFFlag (Active = 'X', Inactive = ' ') WFA_FLAGCHAR1WFA_BOOLEAN
HOLIDAYOFFFlag (Active = 'X', Inactive = ' ') WFA_FLAGCHAR1WFA_BOOLEAN
ALLOWOVERTIMEFlag (Active = 'X', Inactive = ' ') WFA_FLAGCHAR1WFA_BOOLEAN
MAXOTDAYMaximum Value WFA_MAX_VALUEDEC10(2) DEC10_2
MAXOTWEEKMaximum Value WFA_MAX_VALUEDEC10(2) DEC10_2
SPLIT_SHIFTSFlag (Active = 'X', Inactive = ' ') WFA_FLAGCHAR1WFA_BOOLEAN
MAX_PARTS_DAYDummy for B20 int1 (Local Everywhere) INT1INT13INT1
MAX_SPLIT_DAYSNumber of Days WFA_NUM_OF_DAYSINT13
MIN_HOUR_PARTMinimum Value WFA_MIN_VALUEDEC10(2) DEC10_2
MIN_GAP_PARTMinimum Value WFA_MIN_VALUEDEC10(2) DEC10_2
MAX_GAP_PARTMaximum Value WFA_MAX_VALUEDEC10(2) DEC10_2
SPECIAL_MIN1Minimum Value WFA_MIN_VALUEDEC10(2) DEC10_2
SPECIAL_MAX1Maximum Value WFA_MAX_VALUEDEC10(2) DEC10_2
SPECIAL_MIN2Minimum Value WFA_MIN_VALUEDEC10(2) DEC10_2
SPECIAL_MAX2Maximum Value WFA_MAX_VALUEDEC10(2) DEC10_2
SPECIAL_MIN3Minimum Value WFA_MIN_VALUEDEC10(2) DEC10_2
SPECIAL_MAX3Maximum Value WFA_MAX_VALUEDEC10(2) DEC10_2
SPECIAL_MIN4Minimum Value WFA_MIN_VALUEDEC10(2) DEC10_2
SPECIAL_MAX4Maximum Value WFA_MAX_VALUEDEC10(2) DEC10_2
SPECIAL_MIN5Minimum Value WFA_MIN_VALUEDEC10(2) DEC10_2
SPECIAL_MAX5Maximum Value WFA_MAX_VALUEDEC10(2) DEC10_2
SPECIAL_MIN6Minimum Value WFA_MIN_VALUEDEC10(2) DEC10_2
SPECIAL_MAX6Maximum Value WFA_MAX_VALUEDEC10(2) DEC10_2
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
SNAMEShort Description WFA_SHORT_TEXTCHAR20WFA_SNAME
LNAMELong Description WFA_LONG_TEXTCHAR60WFA_LNAME
CONTAINS_DTLBoolean ( True = 'X', False = ' ') WFA_BOOLEANCHAR1WFA_BOOLEAN

Key field Non-key field



How do I retrieve data from SAP structure WFAS_EMP_WR_ROTATION using ABAP code?

As WFAS_EMP_WR_ROTATION is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on WFAS_EMP_WR_ROTATION as there is no data to select.

How to access SAP table WFAS_EMP_WR_ROTATION

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