RSTT_SX_TSCEN_HIER SAP (Structure for Hierarchy Data) Structure details

Dictionary Type: Structure
Description: Structure for Hierarchy Data




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




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

RSTT_SX_TSCEN_HIER is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for Hierarchy Data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RSTT_SX_TSCEN_HIER TYPE RSTT_SX_TSCEN_HIER.

The RSTT_SX_TSCEN_HIER table consists of various fields, each holding specific information or linking keys about Structure for Hierarchy Data data available in SAP. These include HIERNODET (), LEVEL (), HIEDIR (), HIEID (Internal hierarchy ID (unique 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP RSTT_SX_TSCEN_HIER structure 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
HIEDIRT 0
HIERNODET 0
LEVEL 0
HIEDIR 0
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 RSIOBJNMCHAR30RSIOBJNMRSC
DATEFROMValid-From Date RSDATEFROMDATS8DATUM
LOGSYSSource system RSSLOGSYSCHAR10ALPHALOGSYS
REQUESTRequest number for the data transfer RSREQUNRCHAR30RSREQUNR
OBJSTATObject Status RSOBJSTATCHAR3RSOBJSTAT
ACTIVFLActive and revised version do not agree RSACTIVFLCHAR1XFELD
CONTRELContent release RSCONTRELCHAR6CHAR6
OWNEROwner (Person Responsible) RSOWNERCHAR12XUBNAMERS_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 RSTSTPNMCHAR12XUBNAME
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
HTAB 0
SOURCE_TIMESTMPUTC Time Stamp of Last Change to Data in Source RSSH_SOURCE_TIMESTMPDEC15TZNTSTMPS
JTAB 0
IS_REMOTE_HIERHierarchy Data Only Returned by Remote DTP (Indicator) RSSH_IS_REMOTE_HIERCHAR1RS_BOOL
DTP_IDData Transfer Process ID RSBKDTPNMCHAR30RSBKDTPNM
JTAB 0

Key field Non-key field



How do I retrieve data from SAP structure RSTT_SX_TSCEN_HIER using ABAP code?

As RSTT_SX_TSCEN_HIER is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RSTT_SX_TSCEN_HIER as there is no data to select.

How to access SAP table RSTT_SX_TSCEN_HIER

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