WFMCAS_WRK_COVER SAP (Work Coverage Rule - OBSOLETE) Table details

Dictionary Type: Table
Description: Work Coverage Rule - OBSOLETE




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




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

WFMCAS_WRK_COVER is a standard SAP Table which is used to store Work Coverage Rule - OBSOLETE data and is available within R/3 SAP systems depending on the version and release level.

The WFMCAS_WRK_COVER table consists of various fields, each holding specific information or linking keys about Work Coverage Rule - OBSOLETE data available in SAP. These include MANDT (Client), WRK_COVER_ID (Work Coverage Rule Id), WRKAREA_ID (Work Area Id), 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: Can be enhanced (character-type or numeric)


SAP WFMCAS_WRK_COVER 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
WRK_COVER_IDWork Coverage Rule Id WFM_CAS_WRK_COVER_IDCHAR32WFMCAS_ID
WRKAREA_IDWork Area Id WFM_CAS_WRKAREA_IDCHAR32WFMCAS_WRKAREAWFMCAS_WRKAREA_ID
START_DATEStart Date WFM_BEGDATEDATS8
END_DATEEnd Date WFM_ENDDATEDATS8
COVERAGE_TYPECoverage Type WFM_CAS_COVERAGE_TYPENUMC2WFMCAS_COVERAGE_TYPE
OVERLAY_FLAGOverlay Flag WFM_CAS_OVERLAY_FLAGCHAR1WFM_BOOLEAN
QUAL_PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
QUAL_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
QUAL_IDObject ID HROBJIDNUMC8PLOGIHROBJIDPON
STAT_IDStat Id WFM_FC_STAT_IDCHAR32Assigned to domainWFMFC_STAT_ID
FORMStat Form WFM_FC_STAT_FORMNUMC2WFMFC_STAT_FORM

Key field Non-key field



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

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

SELECT SINGLE *
FROM WFMCAS_WRK_COVER
INTO CORRESPONDING FIELDS OF WA_WFMCAS_WRK_COVER
WHERE...

How to access SAP table WFMCAS_WRK_COVER

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