SAP ESH_S_OM_SYSRELSTACK Sysrelstack: Root Sysrel - X Sysrel - GX-Sysrel Table data and field list

ESH_S_OM_SYSRELSTACK 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 "Sysrelstack: Root Sysrel - X Sysrel - GX-Sysrel" 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_ESH_S_OM_SYSRELSTACK TYPE ESH_S_OM_SYSRELSTACK.

The ESH_S_OM_SYSRELSTACK table consists of various fields, each holding specific information or linking keys about Sysrelstack: Root Sysrel - X Sysrel - GX-Sysrel data available in SAP. These include R_SYSREL_GUID (Root Sysrel GUID), R_SYSREL_TYPE (Root Sysrel Type), R_TEMPLATE_TYPE (Template Type), R_HIERLEVEL_FROM_BOTTOM (Hierarchy Level from Bottom)... 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. .

ESH_S_OM_SYSRELSTACK structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ESH_S_OM_SYSRELSTACK structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the ESH_S_OM_SYSRELSTACK table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
R_SYSRELRoot Sysrel ESH_E_OM_R_SYSRELCHAR32ESH_D_OM_SYSREL
R_SYSREL_GUIDRoot Sysrel GUID ESH_E_OM_R_SYSREL_GUIDCHAR32SYSUUID_C
R_SYSREL_TYPERoot Sysrel Type ESH_E_OM_R_SYSREL_TYPECHAR1ESH_D_OM_SYSREL_TYPE
R_TEMPLATE_TYPETemplate Type ESH_E_OM_TEMPLATE_TYPECHAR10ESH_D_OM_TEMPLATE_TYPE
R_HIERLEVEL_FROM_BOTTOMHierarchy Level from Bottom ESH_E_OM_HIER_LEVEL_FR_BOTTOMINT410
X_SYSRELX-Stack Sysrel (Cross-System Enhancements) ESH_E_OM_X_SYSRELCHAR32ESH_D_OM_SYSREL
X_SYSREL_GUIDX-Stack Sysrel GUID ESH_E_OM_X_SYSREL_GUIDCHAR32SYSUUID_C
XR_SYSRELD_GUIDX-to-R Sysrel Dependency GUID ESH_E_OM_XR_SYSRELD_GUIDCHAR32SYSUUID_C
G_SYSRELG-Stack Sysrel (Generated Cross-System Enhancements) ESH_E_OM_G_SYSRELCHAR32ESH_D_OM_SYSREL
G_SYSREL_GUIDG-Stack Sysrel GUID ESH_E_OM_G_SYSREL_GUIDCHAR32SYSUUID_C
GX_SYSRELD_GUIDX-to-R Sysrel Dependency GUID ESH_E_OM_GX_SYSRELD_GUIDCHAR32SYSUUID_C
GR_SYSRELD_GUIDG-to-X Sysrel Dependency GUID ESH_E_OM_GR_SYSRELD_GUIDCHAR32SYSUUID_C
STACK_DEPENDENCIES 0

Key field Non-key field



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

As ESH_S_OM_SYSRELSTACK 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 ESH_S_OM_SYSRELSTACK as there is no data to select.

How to access SAP table ESH_S_OM_SYSRELSTACK

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

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