WFMCAS_WRKRLST_V SAP (Work Rule Set Values Master Data) Table details

Dictionary Type: Table
Description: Work Rule Set Values Master Data




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




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

WFMCAS_WRKRLST_V is a standard SAP Table which is used to store Work Rule Set Values Master Data data and is available within R/3 SAP systems depending on the version and release level.

The WFMCAS_WRKRLST_V table consists of various fields, each holding specific information or linking keys about Work Rule Set Values Master Data data available in SAP. These include MANDT (Client), WRKRUL_VALSET_ID (Work Rule Value Set ID), LOCATION_TYPE (Location Profile), WORKRULE_TYPE (Work Rule Type).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WFMCAS_WRKRLST_V table 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
WRKRUL_VALSET_IDWork Rule Value Set ID WFM_CAS_WRKRUL_VALSET_IDCHAR32WFMCAS_WRKRUL_VALSET_ID
LOCATION_TYPELocation Profile WFM_LOCATION_TYPECHAR20WFMC_LOCATIONALPHAWFM_LOCATION_TYPE
WORKRULE_TYPEWork Rule Type WFM_WORKRULE_TYPECHAR4WFMC_WKRL_DEFALPHAWFM_WORKRULE_TYPE
FLOAT_VALUEFloat Value WFM_FLOAT_VALUEDEC10(2) DEC10_2
BOOLEAN_VALUEActive Flag WFM_ACTIVECHAR1WFM_BOOLEAN
DATE_VALUEDate Value WFM_DATEDATS8

Key field Non-key field



How do I retrieve data from SAP table WFMCAS_WRKRLST_V using ABAP code

The following ABAP code Example will allow you to do a basic selection on WFMCAS_WRKRLST_V to SELECT all data from the table
DATA: WA_WFMCAS_WRKRLST_V TYPE WFMCAS_WRKRLST_V.

SELECT SINGLE *
FROM WFMCAS_WRKRLST_V
INTO CORRESPONDING FIELDS OF WA_WFMCAS_WRKRLST_V
WHERE...

How to access SAP table WFMCAS_WRKRLST_V

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