The CFX_NTF_ACTION table in SAP ERP or S/4HANA stores Status Managment: Action: Send a Notification data. There are total 16 fields in CFX_NTF_ACTION table. The Status Managment: Action: Send a Notification 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 CFX_NTF_ACTION table. It is in Status Actions for cFolders (CFX_STATUS_ACTIONS) ABAP package and is part of the Collaboration Folders (PLM-CFO) module.
SAP CFX_NTF_ACTION Table Fields
Following is the list of fields that are available in SAP CFX_NTF_ACTION table. The primary key fields of the table are CLIENT (Client), ACTION_ID (Status Action ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| ACTION_ID | Status Action ID | CFS_ACTION_ID | CHAR (32) | |
| ACTION_TYPE | Action Type at Status(Transition) | CFS_ACTION_TYPE | CHAR (32) | |
| NTF_TMPL_ID | ID for Notification Templates | CFX_NTF_TMPL_ID | CHAR (32) | |
| NAME | Character String for Collaboration Folders | CFX_STRING | STRG () | |
| REFERENCE_COUNT | Counter for Object References to an Action | CFX_REFERENCE_COUNTER | INT4 (10) | |
| SUBJECT | Subject of a Notification | CFX_SUBJECT | STRG () | |
| HIGH_PRIORITY | Single-Character Flag | CHAR1 | CHAR (1) | |
| TEXT | Commentary Text for Notifications | CFX_COMMENT | STRG () | |
| PROCESSING_TIME | Processing Time for a Status | CFX_PROCESS_TIME | INT4 (10) | |
| DEADLINE | Deadline for Reaching a Status | CFX_DEADLINE | DEC (15) | |
| MANUAL_ADAPT | Manual Adjustment Required Before Sending | CFX_MANUAL_ADAPT | CHAR (1) | |
| CREATED_BY | Created By | CFX_CREATED_BY | CHAR (12) | |
| CREATED_ON | Created on | CFX_CREATED_ON | DEC (15) | |
| CHANGED_BY | Changed by | CFX_CHANGED_BY | CHAR (12) | |
| CHANGED_ON | Changed on | CFX_CHANGED_ON | DEC (15) |


