SAP WRF_HIER_OBJ Objects of a Hierarchy Table
Overview
WRF_HIER_OBJ is a standard SAP S/4HANA table that stores Objects of a Hierarchy data. There are total 14 fields in the WRF_HIER_OBJ table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table WRF_HIER_OBJ belongs to Merchandise Categories (LO-RFM-MD-MC) module and is located in the package Generic Hierarchy (WRF_GENERIC_HIERARCHY).
In addition, following links provide an overview of foreign key relationships, if any, that link WRF_HIER_OBJ to other SAP tables and standard CDS views available based on WRF_HIER_OBJ table in S/4HANA 2020.
Techincal Settings of WRF_HIER_OBJ
Below are technical details of the table WRF_HIER_OBJ
- Buffering not allowed
- No buffering
- Storage type is Column Store
List of WRF_HIER_OBJ Fields
The following table gives you an overview of the fields available in WRF_HIER_OBJ
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT | 3 |
| APP_ID | Application ID | WRF_APPID | WRF_APPL_SET | NUMC | 2 |
| HIER_ID | Hierarchy ID | WRF_HIERID | WRF_HIER_ID | CHAR | 2 |
| NODE_ID | Node ID | WRF_NODEID | WRF_HIER_NODES | NUMC | 6 |
| OBJ_ID | Object ID | WRF_OBJID | NUMC | 6 | |
| OBJ_NAME | Object Name | WRF_OBJNAME | CHAR | 30 | |
| TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC | 15 | |
| CREATOR | Created By | WRF_CREATOR | * | CHAR | 12 |
| CREATE_DATE | Creation Date | WRF_CREATEDATE | DATS | 8 | |
| MODIFIER | Last Changed by | WRF_MODIFIER | * | CHAR | 12 |
| LOGSYS | Logical System | WRF_LOGSYS | CHAR | 10 | |
| VALID_FROM | Valid From | WRF_VALID_FROM | DATS | 8 | |
| VALID_TO | Valid To | WRF_VALID_TO | DATS | 8 | |
| FLAG_CONT_USED | Additional Attributes for Nodes/Objects | WRF_CON_USED | CHAR | 1 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for WRF_HIER_OBJ
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| WRF_HIER_OBJ | APP_ID | : | WRF_APPL_SET |
| WRF_HIER_OBJ | HIER_ID | : | WRF_HIER_ID |
| WRF_HIER_OBJ | MANDT | : | T000 |
| WRF_HIER_OBJ | NODE_ID | : | WRF_HIER_NODES |