The CDBM_HIE_NODE_D table in SAP ERP or S/4HANA stores Descriptions for Hierarchy Nodes data. There are total 6 fields in CDBM_HIE_NODE_D table. The Descriptions for Hierarchy Nodes 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 CDBM_HIE_NODE_D table. It is in CRM BP Group Hierarchy (CRM_BUPA_HIERARCHY) ABAP package and is part of the Group Hierarchy (CRM-MD-BP-GRH) module.
SAP CDBM_HIE_NODE_D Table Fields
Following is the list of fields that are available in SAP CDBM_HIE_NODE_D table. The primary key fields of Descriptions for Hierarchy Nodes table in SAP are CLIENT (Client), RECORD_GUID (GUID of Data Record on Database (ID of Record)).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| RECORD_GUID | GUID of Data Record on Database (ID of Record) | BU_RECORD_GUID | RAW (16) | |
| NODE_GUID | GUID of Hierarchy Node | BU_NODE_GUID | CDBM_HIE_NODE | RAW (16) |
| LANGUAGE | Language Key | SPRAS | LANG (1) | |
| DESCRIPTION | Description of a Hierarchy Node | BU_NODE_DESCRIPTION | CHAR (40) | |
| TREE_GUID | GUID of Hierarchy Tree | BU_TREE_GUID | CDBM_HIE_TREE | RAW (16) |


