The CRMM_BPH_NODEOBJ table in SAP ERP or S/4HANA stores Objects assigned to the account hierarchy data. There are total 8 fields in CRMM_BPH_NODEOBJ table. The Objects assigned to the account 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 CRMM_BPH_NODEOBJ table. It is in Account Hierarchy – Interaction Layer (CRM_BUPA_HIERARCHY_IL) ABAP package and is part of the Group Hierarchy (CRM-MD-BP-GRH) module.
SAP CRMM_BPH_NODEOBJ Table Fields
Following is the list of fields that are available in SAP CRMM_BPH_NODEOBJ 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) | |
| HIER_TYPE_GUID | GUID for Hierarchy Category of BP Group Hierarchy | BU_HIERARCHY_TYPE_GUID | RAW (16) | |
| TREE_GUID | GUID of Hierarchy Tree | BU_TREE_GUID | RAW (16) | |
| NODE_GUID | GUID of Hierarchy Node | BU_NODE_GUID | RAW (16) | |
| OBJECT_TYPE | Object Type | CRM_BUPA_HIER_OBJ_TYPE | CHAR (10) | |
| VALID_FROM | Valid from date | COMT_VALID_FROM_DATE | DATS (8) | |
| VALID_TO | Valid-To Date | COMT_VALID_TO_DATE | DATS (8) |


