The CFX_HIERARCHY table in SAP ERP or S/4HANA stores Collaboration Folders: Topic Hierarchy data. There are total 5 fields in CFX_HIERARCHY table. The Collaboration Folders: Topic Hierarchy 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_HIERARCHY 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_HIERARCHY Table Fields
Following is the list of fields that are available in SAP CFX_HIERARCHY 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) | |
| COL_ID | Collaboration ID | CFX_COLID | CFX_COL | RAW (16) |
| PARENT_TOPIC_ID | Topic ID of Predecessor | CFX_PARENT_TOPICID | RAW (16) | |
| LEFT_TOPIC_ID | Left Topic ID | CFX_LEFT_TOPICID | RAW (16) |


