T5ASRDTOBJHIER SAP (Object Hierarchy) Table details

Dictionary Type: Table
Description: Object Hierarchy




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




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

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

The T5ASRDTOBJHIER table consists of various fields, each holding specific information or linking keys about Object Hierarchy data available in SAP. These include NODE_TYPE (Node Type), IS_ROOT_NODE (Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')), NODE_ID (Node ID), PARENT_NODE_ID (Node 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T5ASRDTOBJHIER 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
OBJECT_TYPEObject Type ASR_DT_OBJECT_TYPECHAR32ASR_DT_OBJECT_TYPE
NODE_TYPENode Type ASR_DT_NODE_TYPECHAR32ASR_DT_NODE_TYPE
IS_ROOT_NODEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
NODE_IDNode ID ASR_DT_NODE_IDCHAR32ASR_DT_NODE_ID
PARENT_NODE_IDNode ID ASR_DT_NODE_IDCHAR32ASR_DT_NODE_ID
CHILD_ORDERSequence of Subordinate Objects ASR_DT_CHILD_ORDERINT13ASR_DT_CHILD_ORDER
CARDINALITYCardinality ASR_DT_CARDINALITYCHAR32ASR_DT_CARDINALITY
EXPAND_NODEExpand Node ASR_DT_EXPAND_NODECHAR1ASR_DT_EXPAND_NODE
REF_NODE_IDNode ID ASR_DT_NODE_IDCHAR32ASR_DT_NODE_ID
REF_OBJECT_TYPEObject Type ASR_DT_OBJECT_TYPECHAR32ASR_DT_OBJECT_TYPE
PROVIDER_IDBrowser Provider ID ASR_DT_PROVIDER_IDCHAR32T5ASRDTPROVASR_DT_PROVIDER_ID
EXCLUDE_SUBTREEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ASRDTOBJHIER
INTO CORRESPONDING FIELDS OF WA_T5ASRDTOBJHIER
WHERE...

How to access SAP table T5ASRDTOBJHIER

Within an ECC or HANA version of SAP you can also view further information about T5ASRDTOBJHIER 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!