WFMS_DALWDSHFTLN SAP (Disallowed Shift Lengths) Structure details

Dictionary Type: Structure
Description: Disallowed Shift Lengths




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




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

WFMS_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_WFMS_DALWDSHFTLN TYPE WFMS_DALWDSHFTLN.

The WFMS_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), TIME_END (End Time), 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 WFMS_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 WFM_CAS_HOURSDEC10(2)
TIME_STARTStart Time WFM_START_TIMETIMS6UZEIT
TIME_ENDEnd Time WFM_END_TIMETIMS6UZEIT
DAY1Applies on Monday WFM_DAY1CHAR1WFM_BOOLEAN
DAY2Applies on Tuesday WFM_DAY2CHAR1WFM_BOOLEAN
DAY3Applies on Wednesday WFM_DAY3CHAR1WFM_BOOLEAN
DAY4Applies on Thursday WFM_DAY4CHAR1WFM_BOOLEAN
DAY5Applies on Friday WFM_DAY5CHAR1WFM_BOOLEAN
DAY6Applies on Friday WFM_DAY6CHAR1WFM_BOOLEAN
DAY7Applies on Saturday WFM_DAY7CHAR1WFM_BOOLEAN

Key field Non-key field



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

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

How to access SAP table WFMS_DALWDSHFTLN

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