ESH_S_MU_STARTUP SAP (Startup navigation info) Structure details

Dictionary Type: Structure
Description: Startup navigation info




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




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

ESH_S_MU_STARTUP 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 "Startup navigation info" 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_MU_STARTUP TYPE ESH_S_MU_STARTUP.

The ESH_S_MU_STARTUP table consists of various fields, each holding specific information or linking keys about Startup navigation info data available in SAP. These include ITEM (Name), SYS_GROUP (Model), STEP1_INDICATOR (Marker for Check Field), PROPERTIES_INDICATOR (Marker for Check Field).. 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: Cannot Be Enhanced


SAP ESH_S_MU_STARTUP 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
SWCVSoftware Component ESH_E_OM_SYSRELCHAR32
ITEMName ESH_E_MU_NAMECHAR32CHAR32
SYS_GROUPModel ESH_E_OM_MODELCHAR32
STEP1_INDICATORMarker for Check Field ESH_E_MU_CHECKEDCHAR1SAP_BOOL
PROPERTIES_INDICATORMarker for Check Field ESH_E_MU_CHECKEDCHAR1SAP_BOOL
KEYWORDS_INDICATORMarker for Check Field ESH_E_MU_CHECKEDCHAR1SAP_BOOL
CATEGORIES_INDICATORMarker for Check Field ESH_E_MU_CHECKEDCHAR1SAP_BOOL
SCHEDULING_INDICATORMarker for Check Field ESH_E_MU_CHECKEDCHAR1SAP_BOOL
NODES_INDICATORMarker for Check Field ESH_E_MU_CHECKEDCHAR1SAP_BOOL
NODENode Name - Long Field ESH_E_MU_NODE_LONGCHAR50
STRUCTURE_INDICATORMarker for Check Field ESH_E_MU_CHECKEDCHAR1SAP_BOOL
ASSO_TYPEAssociation Type ESH_E_MU_ASSO_TYPECHAR1ESH_D_MU_ASSO_TYPE
ASSO_NAMERelation ID ESH_E_OM_RELATION_IDCHAR32ESH_D_OM_RELATION_ID
REQUEST_INDICATORMarker for Check Field ESH_E_MU_CHECKEDCHAR1SAP_BOOL
REQUESTRequest ESH_E_OM_REQUESTCHAR20
SETTINGS_INDICATORMarker for Check Field ESH_E_MU_CHECKEDCHAR1SAP_BOOL
AUTHORIZATION_ABAP_INDICATORMarker for Check Field ESH_E_MU_CHECKEDCHAR1SAP_BOOL
AUTHORIZATION_PATH_INDICATORMarker for Check Field ESH_E_MU_CHECKEDCHAR1SAP_BOOL
AUTH_CHECKAuthorization Check ESH_E_OM_AUTH_CHECKCHAR30
RESPONSE_INDICATORMarker for Check Field ESH_E_MU_CHECKEDCHAR1SAP_BOOL
FILTER_INDICATORMarker for Check Field ESH_E_MU_CHECKEDCHAR1SAP_BOOL
REL_REQUEST_INDICATORMarker for Check Field ESH_E_MU_CHECKEDCHAR1SAP_BOOL
REL_REQUESTRequest ESH_E_OM_REQUESTCHAR20
BACKEND_NAV_INDICATORMarker for Check Field ESH_E_MU_CHECKEDCHAR1SAP_BOOL
TARGET_UI_TYPETarget UI Type (SAP GUI, SAP Portal, #) ESH_E_IF_TARGET_UI_TYPECHAR15ESH_D_IF_TARGET_UI_TYPE
TARGET_NAV_IDID of Target Navigation ESH_E_IF_TARGET_NAVIGATION_IDCHAR32
ODP_INDICATORMarker for Check Field ESH_E_MU_CHECKEDCHAR1SAP_BOOL
ODP_IDID of Operational Data Provider ESH_E_OM_ODP_ID_12CHAR12ESH_D_OM_ODP_ID_12
ODP_SEMANTICSSemantics of an ODP ESH_E_OM_ODP_SEMANTICSCHAR5ESH_D_OM_ODP_SEMANTICS
ATTRIBUTENode Field ESH_E_OM_NODE_FIELDCHAR30Assigned to domainFDNAME
FIRST_TIMEMarker for Check Field ESH_E_MU_CHECKEDCHAR1SAP_BOOL

Key field Non-key field



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

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

How to access SAP table ESH_S_MU_STARTUP

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