WFAS_DALWDSHFTLN SAP (Disallowed Shift Lengths) Structure details

Dictionary Type: Structure
Description: Disallowed Shift Lengths




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




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

WFAS_DALWDSHFTLN 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 "Disallowed Shift Lengths" 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_DALWDSHFTLN TYPE WFAS_DALWDSHFTLN.

The WFAS_DALWDSHFTLN table consists of various fields, each holding specific information or linking keys about Disallowed Shift Lengths data available in SAP. These include TIME_START (Start Time of Shift), TIME_END (End Time of Shift), DAY1 (Applies on Monday), DAY2 (Applies on Tuesday).. 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_DALWDSHFTLN 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
LENGTHHours data type WFA_HOURSDEC10(2)
TIME_STARTStart Time of Shift WFA_START_TIMETIMS6UZEIT
TIME_ENDEnd Time of Shift WFA_END_TIMETIMS6UZEIT
DAY1Applies on Monday WFA_DAY1CHAR1WFA_BOOLEAN
DAY2Applies on Tuesday WFA_DAY2CHAR1WFA_BOOLEAN
DAY3Applies on Wednesday WFA_DAY3CHAR1WFA_BOOLEAN
DAY4Applies on Thursday WFA_DAY4CHAR1WFA_BOOLEAN
DAY5Applies on Friday WFA_DAY5CHAR1WFA_BOOLEAN
DAY6Applies on Friday WFA_DAY6CHAR1WFA_BOOLEAN
DAY7Applies on Saturday WFA_DAY7CHAR1WFA_BOOLEAN

Key field Non-key field



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

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

How to access SAP table WFAS_DALWDSHFTLN

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