WFMCAS_WRKA_IMPT SAP (Work Area Importance OBSOLETE) Table details

Dictionary Type: Table
Description: Work Area Importance OBSOLETE




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




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

WFMCAS_WRKA_IMPT is a standard SAP Table which is used to store Work Area Importance OBSOLETE data and is available within R/3 SAP systems depending on the version and release level.

The WFMCAS_WRKA_IMPT table consists of various fields, each holding specific information or linking keys about Work Area Importance OBSOLETE data available in SAP. These include MANDT (Client), WRKAREA_ID (Work Area Id), IMPORT_DAYINDEX (Importance Day Index), 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WFMCAS_WRKA_IMPT 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
WRKAREA_IDWork Area Id WFM_CAS_WRKAREA_IDCHAR32WFMCAS_WRKAREAWFMCAS_WRKAREA_ID
IMPORT_DAYINDEXImportance Day Index WFM_CAS_IMPORTANCE_DAYINDEXNUMC1WFM_DAY_OF_WEEK
START_DATEStart Date WFM_BEGDATEDATS8
END_DATEEnd Date WFM_ENDDATEDATS8
TEMP_FLAGTemporary Flag WFM_CAS_TEMP_FLAGCHAR1WFM_BOOLEAN
IMPORT_DAYRANKImportance Day Rank for Work Area Ranking WFM_CAS_IMPORTANCE_DAYRANKINT410
WRKA_IMPT_GUIDWFM GUID WFM_CAS_GUIDRAW16SYSUUID
CREATED_BYCreated By WFM_CAS_CRUNAMECHAR12USNAM
CREATED_ATCreated At WFM_CAS_CRTIMEDEC15TZTMPWFM_TZNTSTMPS
CHANGED_BYLast Changed By WFM_CAS_CHUNAMECHAR12USNAM
CHANGED_ATLast Changed At WFM_CAS_CHTIMEDEC15TZTMPWFM_TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM WFMCAS_WRKA_IMPT
INTO CORRESPONDING FIELDS OF WA_WFMCAS_WRKA_IMPT
WHERE...

How to access SAP table WFMCAS_WRKA_IMPT

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