ENH_BADI_IMPL_ADMIN_DATA SAP (Management Data BAdI Implementation) Structure details

Dictionary Type: Structure
Description: Management Data BAdI Implementation




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




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

ENH_BADI_IMPL_ADMIN_DATA 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 "Management Data BAdI Implementation" 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_ENH_BADI_IMPL_ADMIN_DATA TYPE ENH_BADI_IMPL_ADMIN_DATA.

The ENH_BADI_IMPL_ADMIN_DATA table consists of various fields, each holding specific information or linking keys about Management Data BAdI Implementation data available in SAP. These include BADI_IMPL (Enhancement Id a BAdI Implementation), IMPL_TEXT (Short Text Uppercase/Lowercase), BADI_IMPL_CLASS (Reference type), SAMPLE_IMPL (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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP ENH_BADI_IMPL_ADMIN_DATA 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
BADI_NAMEName of a BAdI in Enhancement Framework ENHBADIIDCHAR30CHAR30
BADI_IMPLEnhancement Id a BAdI Implementation ENH_BADI_IMPLCHAR30CHAR30
IMPL_TEXTShort Text Uppercase/Lowercase ENHSHORTTEXT255CHAR255ENHTEXT255_DO
BADI_IMPL_CLASSReference type CLASSNAMECHAR30CLASSNAME
SAMPLE_IMPLEnhancement Boolean ENHBOOLEANCHAR1ENHBOOLEAN
DEFAULT_IMPLDefault Implementation ENH_BADIIMPL_DEFAULT_IMPLCHAR1ENHBOOLEAN
BADI_INTERFACEReference type CLASSNAMECHAR30CLASSNAME
DEF_TEXTShort Text Uppercase/Lowercase ENHSHORTTEXT255CHAR255ENHTEXT255_DO
CONTEXT_MODEShort Text Uppercase/Lowercase ENHSHORTTEXT255CHAR255ENHTEXT255_DO
ACTIVEActive Implementation ENH_BADIIMPL_SAMPLE_ACTIVECHAR1ENHBOOLEAN
INTERNAL_USEEnhancement View of BAdI: Use Limited to SAP ENH_BADI_SAP_INTERNALCHAR1ENHBOOLEAN
MIG_TEXT Migrated from class. BAdI impl. or CMOD0
MIG_BADI_IMPLBusiness Add-In Implementation EXIT_IMPCHAR20EXITIMPIMNSH_IMP_NAME_ALL
ENBC_EXISTSEnhancement Boolean ENHBOOLEANCHAR1ENHBOOLEAN
ENBC_ACTIVEEnhancement Boolean ENHBOOLEANCHAR1ENHBOOLEAN
SWITCH_IDId of a Switch in Switch Framework SFW_SWITCH_IDCHAR30Assigned to domainSFW_SWITCHIDSFW
SWITCH_ACTIVEEnhancement Boolean ENHBOOLEANCHAR1ENHBOOLEAN
OVERALL_ACTIVEEnhancement Boolean ENHBOOLEANCHAR1ENHBOOLEAN
SWITCH_SCREEN_TEXT Text Line for Switch Assignment on the Screen0
OVERALL_STATE_TEXT Text for Runtime Result: Implementation (Not) Called0
FILTER_LIMITATIONBAdI: Limited Filter Use ENH_BADI_FILTER_LIMITATIONCHAR1ENHBOOLEAN
IS_EXAMPLE_IMPLEMENTATIONExample Implementation ENH_BADIIMPL_EXAMPLE_IMPLCHAR1ENHBOOLEAN
LOCKED_IN_CUSTOMIZINGCannot be switched in Customizing ENH_BADIIMPL_LOCK_IN_CUSTOMCHAR1ENHBOOLEAN

Key field Non-key field



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

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

How to access SAP table ENH_BADI_IMPL_ADMIN_DATA

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