WRF_HIER_ID SAP (Hierarchy Table) Table details

Dictionary Type: Table
Description: Hierarchy Table




ABAP Code to SELECT data from WRF_HIER_ID
Related tables to WRF_HIER_ID
Access table WRF_HIER_ID




Table field list including key, data, relationships and ABAP select examples

WRF_HIER_ID is a standard SAP Table which is used to store Hierarchy Table data and is available within R/3 SAP systems depending on the version and release level.

The WRF_HIER_ID table consists of various fields, each holding specific information or linking keys about Hierarchy Table data available in SAP. These include APP_ID (Application ID), HIER_ID (Hierarchy ID), ROOT_ID (Root Node), NEXT_OBJECT_ID (Next Free Object ID).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = WRF_HIER_ID_T


SAP WRF_HIER_ID table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
APP_IDApplication ID WRF_APPIDNUMC2WRF_APPL_SETWRF_APPIDWRF_GENAPPLID
HIER_IDHierarchy ID WRF_HIERIDCHAR2WRF_HIERIDWRF_GENHIERID
ROOT_IDRoot Node WRF_ROOTIDNUMC6Assigned to domainWRF_NODEID
NEXT_OBJECT_IDNext Free Object ID WRF_NEXT_OBJ_IDNUMC6Assigned to domainWRF_OBJID
NEXT_NODE_IDNext Free Node ID WRF_NEXT_NODE_IDNUMC6Assigned to domainWRF_NODEID
OBJ_REFReference Object WRF_OBJ_REFCHAR30WRF_NODENAME
OBJ_STRUCTAttribute Structure for Objects WRF_OSTRUCT_REFCHAR30DD02LAS4TAB
NODE_STRUCTAttribute Structure for Nodes WRF_STRUCT_REFCHAR30DD02LAS4TAB
AUTH_GRPAuthorization Group WRF_AUTHGRPCHAR4WRF_BRGRU
OBJ_DISPLAY_CONTDisplay Objects in Hierarchy Tree WRF_OBJ_DIS_CONTCHAR1WRF_FLAG
DISPLAY_MODEDisplay Mode for Tree Display WRF_DISPLAY_MODENUMC1WRF_DISPLAY_MODE
FLG_OBJSTR_ONLYNo Other Attribute Structure for Objects Allowed WRF_OBJSTR_ONLYCHAR1WRF_FLAG
FLG_NODESTR_ONLYNo Other Attribute Structure Allowed for Node WRF_NODESTR_ONLYCHAR1WRF_FLAG
FLG_OBJNME_UNIQObject Name Must Be Unique WRF_OBJNME_UNIQCHAR1WRF_FLAG
FLG_NODENME_UNIQNode Name Must Be Unique WRF_NODENME_UNIQCHAR1WRF_FLAG
FLG_ADD_EN_ONLYObjects Can Only Be Moved to End Nodes WRF_ADD_EN_ONLYCHAR1WRF_FLAG
FLG_CHANGE_DOCWrite Change Document WRF_CHNGE_DOCCHAR1WRF_FLAG

Key field Non-key field



How do I retrieve data from SAP table WRF_HIER_ID using ABAP code

The following ABAP code Example will allow you to do a basic selection on WRF_HIER_ID to SELECT all data from the table
DATA: WA_WRF_HIER_ID TYPE WRF_HIER_ID.

SELECT SINGLE *
FROM WRF_HIER_ID
INTO CORRESPONDING FIELDS OF WA_WRF_HIER_ID
WHERE...

How to access SAP table WRF_HIER_ID

Within an ECC or HANA version of SAP you can also view further information about WRF_HIER_ID and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!