The CFX_NODE table in SAP ERP or S/4HANA stores Collaboration Folders: Topic data. There are total 8 fields in CFX_NODE table. The Collaboration Folders: Topic 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_NODE table. It is in Business Logic for Collaboration Folders (CFX_COLLABORATION) ABAP package and is part of the Collaboration Folders (PLM-CFO) module.
SAP CFX_NODE Table Fields
Following is the list of fields that are available in SAP CFX_NODE table. The primary key fields of the table are CLIENT (Client), TOPIC_ID (Topic ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| TOPIC_ID | Topic ID | CFX_TOPICID | RAW (16) | |
| NAME | External Name of Object | CFX_NAME | STRG () | |
| DESCRIPTION | Object Short Text | CFX_DESCRIPTION | STRG () | |
| 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) |


