WFATCS_DFTSET_PRFMAP is an SAP Structure so does not store data like a database table does but can be used to process "Restriction profile default setting" 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_WFATCS_DFTSET_PRFMAP TYPE WFATCS_DFTSET_PRFMAP .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
DEFSET_GRPID | WFA_TC_DEFSETGRPID | CHAR | 20 |
* | Default setting group ID | |
RESTR_PRFID | WFA_TC_RESTRPROFID | CHAR | 20 |
* | Restriction profile ID | |
CALC_PROF_ID | WFA_PAR_EXTERNAL_ID | CHAR | 20 | Profile Identifier | ||
EXCP_PROF_ID | WFA_PAR_EXTERNAL_ID | CHAR | 20 | Profile Identifier | ||
SPECIAL_AGE | ITC_SPECIAL_AGE | CHAR | 1 | Special Age Group Checkbox |
Key field | |
Non-key field |
WFATCS_DFTSET_PRFMAP - Restriction profile default setting WFATCS_CLK_ACTIONS - Clock scheduled actions structure WFATCS_CLKMSG2 - Clock messages with Lang Key WFATCS_CLKMSG - Clock messages WFATCS_CLKCONFIG - Clock punch device type WFAS_WSV_SHIFT_STATUS - Weekly Schedule View Shift Availability Status