WFAS_CDI_WORKRULES_EXPORT SAP (Client Data Interface WorkRules Export Structure) Structure details

Dictionary Type: Structure
Description: Client Data Interface WorkRules Export Structure




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




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

WFAS_CDI_WORKRULES_EXPORT 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 "Client Data Interface WorkRules Export Structure" 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_CDI_WORKRULES_EXPORT TYPE WFAS_CDI_WORKRULES_EXPORT.

The WFAS_CDI_WORKRULES_EXPORT table consists of various fields, each holding specific information or linking keys about Client Data Interface WorkRules Export Structure data available in SAP. These include MINHRSWEEK (Duration expressed in Minutes), MAXHRSWEEK (Duration expressed in Minutes), MINHOURSSHIFT (Duration expressed in Minutes), MAXHOURSSHIFT (Duration expressed in Minutes).. 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: Can be enhanced (character-type or numeric)


SAP WFAS_CDI_WORKRULES_EXPORT 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
WORKRULE_SET_IDWork Rule Set Id WFA_WORKRULEIDCHAR32Assigned to domainWFA_WORKRULEID
MINHRSWEEKDuration expressed in Minutes WFA_DURATION_MINUTESINT410
MAXHRSWEEKDuration expressed in Minutes WFA_DURATION_MINUTESINT410
MINHOURSSHIFTDuration expressed in Minutes WFA_DURATION_MINUTESINT410
MAXHOURSSHIFTDuration expressed in Minutes WFA_DURATION_MINUTESINT410
WEEKENDMAXHOURSSHIFTDuration expressed in Minutes WFA_DURATION_MINUTESINT410
MAXSCHEDDAYSWEEKNumber of Days WFA_NUM_OF_DAYSINT13
MINTIMBTSHIFTSDuration expressed in Minutes WFA_DURATION_MINUTESINT410
MAXCONSECUTIVEDAYSNumber of Days WFA_NUM_OF_DAYSINT13
TWODAYSOFFINROWFlag (Active = 'X', Inactive = ' ') WFA_FLAGCHAR1WFA_BOOLEAN
TWODAYSOFFWEEKENDFlag (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
MAXOTDAYDuration expressed in Minutes WFA_DURATION_MINUTESINT410
MAXOTWEEKDuration expressed in Minutes WFA_DURATION_MINUTESINT410
CONTRACTPERIODSTARTDate WFA_DATEDATS8
CONTRACTDURATIONWEEKSNumber of weeks WFA_NUM_OF_WEEKSINT13
CONTRACTMINHOURSDuration expressed in Minutes WFA_DURATION_MINUTESINT410
CONTRACTMAXHOURSDuration expressed in Minutes WFA_DURATION_MINUTESINT410
CONTRACTTODATEHOURSDuration expressed in Minutes WFA_DURATION_MINUTESINT410
CONTRACTMAXPAYWeek Pay WFA_WEEK_PAYDEC10(2) DEC10_2
CONTRACTTODATEPAYWeek Pay WFA_WEEK_PAYDEC10(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

Key field Non-key field



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

As WFAS_CDI_WORKRULES_EXPORT 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_CDI_WORKRULES_EXPORT as there is no data to select.

How to access SAP table WFAS_CDI_WORKRULES_EXPORT

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