The BUT_HIER_NODE table in SAP ERP or S/4HANA stores Business Partner Hierarchy Group data. There are total 4 fields in BUT_HIER_NODE table. The Business Partner Hierarchy Group 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 BUT_HIER_NODE table. It is in SAP Business Partner Group Hierarchy (BUPA_HIERARCHY) ABAP package and is part of the Group Hierarchy (AP-MD-BP-GRH) module.
SAP BUT_HIER_NODE Table Fields
Following is the list of fields that are available in SAP BUT_HIER_NODE table. The primary key fields of the table are CLIENT (Client), NODE_GUID (GUID of Hierarchy Node).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| NODE_GUID | GUID of Hierarchy Node | BU_NODE_GUID | RAW (16) | |
| TREE_GUID | GUID of Hierarchy Tree | BU_TREE_GUID | BUT_HIER_TREE | RAW (16) |
| NODE_DUMMY | Dummy function in length 1 | DUMMY | CHAR (1) |


