The CFC_WORKSTATE_T table in SAP ERP or S/4HANA stores Clarification Case Processing State (Texts) data. There are total 5 fields in CFC_WORKSTATE_T table. The Clarification Case Processing State (Texts) table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CFC_WORKSTATE_T table. It is in FI-CA: Clarification Control (CFC-Framework) (FKK_CFC) ABAP package and is part of the Contract Accounts Receivable and Payable (FI-CA) module.
SAP CFC_WORKSTATE_T Table Fields
Following is the list of fields that are available in SAP CFC_WORKSTATE_T table. The primary key fields of Clarification Case Processing State (Texts) table in SAP are CLIENT (Client), SPRAS (Language Key), OBJAP (CFC: Clarification controller: Application object), WORKSTATE (Processing Status of Clarification Case).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| SPRAS | Language Key | SPRAS | * | LANG (1) |
| OBJAP | CFC: Clarification controller: Application object | CFC_OBJAP | * | CHAR (4) |
| WORKSTATE | Processing Status of Clarification Case | CFC_WORKSTATE | CFC_IT_WORKSTATE | CHAR (2) |
| TXT50 | Name of Processing Status | CFC_TXT_WORKSTATE | CHAR (30) |


