The BUT_HIER_TREE_D table in SAP ERP or S/4HANA stores Business Partner Group Hierarchy – Description data. There are total 5 fields in BUT_HIER_TREE_D table. The Business Partner Group Hierarchy – Description 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_TREE_D 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_TREE_D Table Fields
Following is the list of fields that are available in SAP BUT_HIER_TREE_D table. The primary key fields of the table 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 | * | CLNT (3) |
| RECORD_GUID | GUID of Data Record on Database (ID of Record) | BU_RECORD_GUID | RAW (16) | |
| TREE_GUID | GUID of Hierarchy Tree | BU_TREE_GUID | BUT_HIER_TREE | RAW (16) |
| LANGUAGE | Language Key | SPRAS | * | LANG (1) |
| DESCRIPTION | Description of Hierarchy Tree | BU_TREE_DESCRIPTION | CHAR (40) |


