WFMCAS_WA_DEMAND SAP (Mapping of Work Areas to Demands in WFD Server) Table details

Dictionary Type: Table
Description: Mapping of Work Areas to Demands in WFD Server




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




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

WFMCAS_WA_DEMAND is a standard SAP Table which is used to store Mapping of Work Areas to Demands in WFD Server data and is available within R/3 SAP systems depending on the version and release level.

The WFMCAS_WA_DEMAND table consists of various fields, each holding specific information or linking keys about Mapping of Work Areas to Demands in WFD Server data available in SAP. These include DEMAND_ID (Demand Id), WRKAREA_ID (Work Area Id), ORG_ID (Object ID), SCHED_START_DATE (Start Date).. 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: Cannot Be Enhanced


SAP WFMCAS_WA_DEMAND 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
DEMAND_IDDemand Id WFM_CAS_DEMAND_IDCHAR32
WRKAREA_IDWork Area Id WFM_CAS_WRKAREA_IDCHAR32Assigned to domainWFMCAS_WRKAREA_ID
ORG_IDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
SCHED_START_DATEStart Date WFM_CAS_START_DATEDATS8
SCHED_END_DATEEnd Date WFM_CAS_END_DATEDATS8

Key field Non-key field



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

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

SELECT SINGLE *
FROM WFMCAS_WA_DEMAND
INTO CORRESPONDING FIELDS OF WA_WFMCAS_WA_DEMAND
WHERE...

How to access SAP table WFMCAS_WA_DEMAND

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