BADI_MENU_ELEM SAP (Runtime Table BAdI Menu Enhancements) Table details

Dictionary Type: Table
Description: Runtime Table BAdI Menu Enhancements




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




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

BADI_MENU_ELEM is a standard SAP Table which is used to store Runtime Table BAdI Menu Enhancements data and is available within R/3 SAP systems depending on the version and release level.

The BADI_MENU_ELEM table consists of various fields, each holding specific information or linking keys about Runtime Table BAdI Menu Enhancements data available in SAP. These include GUI_PROG (Program/Transaction in SQL Trace Evaluation), GUI_CODE (Menu Painter: Function code), GUI_TEXT_ID (Abstraction of Possible Doc. Tool Objects), HAS_DEFAULT (Enhancement Boolean).. 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: Can be enhanced (character-type)


SAP BADI_MENU_ELEM 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
BADI_NAMEName of a BAdI in Enhancement Framework ENHBADIIDCHAR30CHAR30
GUI_PROGProgram/Transaction in SQL Trace Evaluation PROGRAMCHAR40Assigned to domainPROGRAMMRID
GUI_CODEMenu Painter: Function code GUI_FUNCCHAR20GUI_FUNC
GUI_TEXT_IDAbstraction of Possible Doc. Tool Objects ENHDOCUOBJECTCHAR40ENHDOCUOBJECT
HAS_DEFAULTEnhancement Boolean ENHBOOLEANCHAR1ENHBOOLEAN
DEF_ICON_IDIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
DEF_ICON_NAMEName of an Icon ICONNAMECHAR30ICONNAME
DEF_MENU_TEXTAbstraction of Possible Doc. Tool Objects ENHDOCUOBJECTCHAR40ENHDOCUOBJECT
DEF_ICON_TEXTAbstraction of Possible Doc. Tool Objects ENHDOCUOBJECTCHAR40ENHDOCUOBJECT
DEF_QUICKINFOAbstraction of Possible Doc. Tool Objects ENHDOCUOBJECTCHAR40ENHDOCUOBJECT
ENHSPOTNAMEName (ID) of an Enhancement Spot ENHSPOTNAMECHAR30ENHSPOTNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM BADI_MENU_ELEM
INTO CORRESPONDING FIELDS OF WA_BADI_MENU_ELEM
WHERE...

How to access SAP table BADI_MENU_ELEM

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