The CFX_NTF_CONTENT table in SAP ERP or S/4HANA stores Collaboration Folders: Content Data of Notifications data. There are total 7 fields in CFX_NTF_CONTENT table. The Collaboration Folders: Content Data of Notifications 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_CONTENT table. It is in Manages Notifications (CFX_NOTIFICATION) ABAP package and is part of the Collaboration Folders (PLM-CFO) module.
SAP CFX_NTF_CONTENT Table Fields
Following is the list of fields that are available in SAP CFX_NTF_CONTENT table. The primary key fields of the table are CLIENT (Client), NTF_BASE_ID (ID of Basis Data of a Notification).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| NTF_BASE_ID | ID of Basis Data of a Notification | CFX_NTF_BASEID | RAW (16) | |
| PRIORITY | Priority of a Notification | CFX_PRIORITY | INT4 (10) | |
| SUBJECT | Subject of a Notification | CFX_SUBJECT | STRG () | |
| TEXT | Commentary Text for Notifications | CFX_COMMENT | STRG () | |
| SENDER | Sender of a Notification | CFX_SENDER | CHAR (12) | |
| STATE | Notification Status | CFX_NTF_STATE | CHAR (12) |


