RSHIEDIR SAP (Hierarchy Catalog) Table details

Dictionary Type: Table
Description: Hierarchy Catalog




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




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

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

The RSHIEDIR table consists of various fields, each holding specific information or linking keys about Hierarchy Catalog data available in SAP. These include OBJVERS (Object version), HIETYPE (BW Hierarchy Types), HIENM (Hierarchy name), VERSION (Hierarchy version).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = RSHIEDIRT


SAP RSHIEDIR 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
HIEIDInternal hierarchy ID (unique ID) RSHIEIDCHAR25SYSUUID_25
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
HIETYPEBW Hierarchy Types RSHITYPECHAR1RSHIERTYPE
HIENMHierarchy name RSHIENMCHAR30RSHIENM
VERSIONHierarchy version RSVERSIONCHAR3RSVERSION
DATETOValid-to date RSDATETODATS8DATUM
IOBJNMInfoObject RSIOBJNMCHAR30RSDIOBJRSIOBJNMRSC
DATEFROMValid-From Date RSDATEFROMDATS8DATUM
LOGSYSSource system RSSLOGSYSCHAR10TBDLSALPHALOGSYS
REQUESTRequest number for the data transfer RSREQUNRCHAR30RSREQUNR
OBJSTATObject Status RSOBJSTATCHAR3RSOBJSTAT
ACTIVFLActive and revised version do not agree RSACTIVFLCHAR1XFELD
CONTRELContent release RSCONTRELCHAR6CHAR6
OWNEROwner (Person Responsible) RSOWNERCHAR12Assigned to domainXUBNAMERS_OWNER
DBPARTDB partition RSDBPARTCHAR16CHAR16
HIENDTFLHierarchy structure is time-dependent RSHIENDTFLCHAR1XFELD
NORESTNODESSuppression of unassigned nodes RSHIERNORESTCHAR1RSBOOL
STARTLEVELLevel on which the hierarchy is first expanded RSSTARTLEVELNUMC2RSTLEVEL
NUMBERLEVELNumber of levels in a hierarchy RSNUMBERLEVNUMC2RSTLEVEL
MAXNODEIDLargest Node ID of Hierarchy RSMAXNODEIDNUMC8RSHIENODID
LEVELTABTYPELevel table type for hierarchies in BW RSLEVELTABTYPENUMC1RSLEVELTABTYPE
NODEPOSITIONPositions of the nodes in reference to their leaves RRXHRYNODEPOSITCHAR1RRXHRYNODEPOSIT
ALEAFNODSPDo Not Display Leaves for Inner-Nodes in the Query RSSHCRLEAFDSPCHAR1RSSHCRLEAFDSP
ALEAFNODCHDisplay for Generated Leaves Cannot Be Changed RSSHCLDSPCHCHAR1RSSHCLDSPCH
TSTPNMLast changed by RSTSTPNMCHAR12USR02XUBNAME
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
CONSISTENTIndicator: hierarchy is consistent RSCHECKED2CHAR1XFELD
SIGNCHEXISTReverse Sign Set for at Least one Node RSSHSIGNCHEXISTCHAR1RSSHSIGNCHEXIST
LINKEXISTLink Nodes Exist RSSHLINKEXISTCHAR1RSBOOL
ROOTIDHierarchy Root Node Id RSSHROOTIDNUMC8RSHIENODID
INTERVALLEXISTFlag: Hierarchy contains intervals RSRINTVLFLCHAR1RSBOOL
HIERCLNMName of the Hierarchy Read Class RRHICLNMCHAR30SEOCLSNAME
SOURCE_TIMESTMPUTC Time Stamp of Last Change to Data in Source RSSH_SOURCE_TIMESTMPDEC15TZNTSTMPS
IS_REMOTE_HIERHierarchy Data Only Returned by Remote DTP (Indicator) RSSH_IS_REMOTE_HIERCHAR1RS_BOOL
DTP_IDData Transfer Process ID RSBKDTPNMCHAR30RSBKDTPNM

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSHIEDIR
INTO CORRESPONDING FIELDS OF WA_RSHIEDIR
WHERE...

How to access SAP table RSHIEDIR

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