CFC_ITEM_STATE SAP (CFC: Status of the application table entries) Table details

Dictionary Type: Table
Description: CFC: Status of the application table entries




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




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

CFC_ITEM_STATE is a standard SAP Table which is used to store CFC: Status of the application table entries data and is available within R/3 SAP systems depending on the version and release level.

The CFC_ITEM_STATE table consists of various fields, each holding specific information or linking keys about CFC: Status of the application table entries data available in SAP. These include OBJAP (CFC: Clarification controller: Application object), STATE (CFC: Status of an application table entry), ICON (CFC: Status info for application items: Icon), ICON_OWNED (CFC: Status info for application items: Icon).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = CFC_ITEM_STATE_T


SAP CFC_ITEM_STATE 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
STATECFC: Status of an application table entry CFC_STATECHAR2CFC_STATE
ICONCFC: Status info for application items: Icon CFC_ICONCHAR4Assigned to domainICON
ICON_OWNEDCFC: Status info for application items: Icon CFC_ICON_OWNEDCHAR4Assigned to domainICON
ICON_RESUBMITStatus information icon for resubmission CFC_ICON_RESUBMITCHAR4Assigned to domainICON
ICON_RESUBMIT_OStatus information icon for own resubmission CFC_ICON_RESUBMIT_OWNCHAR4Assigned to domainICON
XLOCKIndicator: Application item locked by this status CFC_LOCKCHAR1XFELD
XCLARIFIEDApplication item locked by this status CFC_X_CLARIFIEDCHAR1XFELD
LOCK_DAYSNumber of days an object remains locked CFC_LOCK_DAYSNUMC3CFC_LOCK_DAYS
FLLBCK_STATEStatus of the application object after the lock period ends CFC_FLLBCK_STATECHAR2CFC_STATE
XWRITE_HISTORYEntry in History for Status Changes CFC_XWRITE_HISTORYCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM CFC_ITEM_STATE
INTO CORRESPONDING FIELDS OF WA_CFC_ITEM_STATE
WHERE...

How to access SAP table CFC_ITEM_STATE

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