CFC_IT_WORKSTATE SAP (Clarification Case Processing Status) Table details

Dictionary Type: Table
Description: Clarification Case Processing Status




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




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

CFC_IT_WORKSTATE is a standard SAP Table which is used to store Clarification Case Processing Status data and is available within R/3 SAP systems depending on the version and release level.

The CFC_IT_WORKSTATE table consists of various fields, each holding specific information or linking keys about Clarification Case Processing Status data available in SAP. These include OBJAP (CFC: Clarification controller: Application object), WORKSTATE (Last processing status of a clarification case), ICON (CFC: Status info for application items: Icon), RESUBMIT_DAYS (Number of days after which resubmission occurs).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = CFC_WORKSTATE_T


SAP CFC_IT_WORKSTATE 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
CLIENTClient MANDTCLNT3T000MANDT
OBJAPCFC: Clarification controller: Application object CFC_OBJAPCHAR4CFC_APPLOBJCFC_OBJAP
WORKSTATELast processing status of a clarification case CFC_WORKSTATECHAR2CFC_WORKSTATE
ICONCFC: Status info for application items: Icon CFC_ICONCHAR4Assigned to domainICON
RESUBMIT_DAYSNumber of days after which resubmission occurs CFC_RESUBMIT_DAYSNUMC3CFC_LOCK_DAYS
XWRITE_HISTORYEntry in History for Status Changes CFC_XWRITE_HISTORYCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM CFC_IT_WORKSTATE
INTO CORRESPONDING FIELDS OF WA_CFC_IT_WORKSTATE
WHERE...

How to access SAP table CFC_IT_WORKSTATE

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