The CFC_ACTIONLOG table in SAP ERP or S/4HANA stores Action Log of Status and Processing Status Changes data. There are total 8 fields in CFC_ACTIONLOG table. The Action Log of Status and Processing Status Changes 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_ACTIONLOG 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_ACTIONLOG Table Fields
Following is the list of fields that are available in SAP CFC_ACTIONLOG table. The primary key fields of Action Log of Status and Processing Status Changes table in SAP are CLIENT (Client), OBJAP (CFC: Clarification controller: Application object), ITEMKEY (Concatenated Key of a Clarification Case), DATUM (Changed On), UZEIT (Time when the Status was Changed).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | * | CLNT (3) |
| OBJAP | CFC: Clarification controller: Application object | CFC_OBJAP | * | CHAR (4) |
| ITEMKEY | Concatenated Key of a Clarification Case | CFC_LOCKKEY | CHAR (98) | |
| DATUM | Changed On | CFC_LOGDATUM | DATS (8) | |
| UZEIT | Time when the Status was Changed | CFC_LOGZEIT | TIMS (6) | |
| LOCK_USER | ID of User who Changed Status | CFC_LOGUNAME | CHAR (12) | |
| STATE | CFC: Status of an Application Table Entry | CFC_STATE | CHAR (2) | |
| WORKSTATE | Processing Status of Clarification Case | CFC_WORKSTATE | CHAR (2) |


