BMPARAM1 SAP (Parameter for Where-Used Lists) Structure details

Dictionary Type: Structure
Description: Parameter for Where-Used Lists




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




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

BMPARAM1 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 "Parameter for Where-Used Lists" 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_BMPARAM1 TYPE BMPARAM1.

The BMPARAM1 table consists of various fields, each holding specific information or linking keys about Parameter for Where-Used Lists data available in SAP. These include ALL_LEVELS (Data element for Flag - Any use), LEVELS (Node level), TOP_LEVEL (Node level), LIST_DISPL (Data element for Flag - Any use).. 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: Not classified


SAP BMPARAM1 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
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
ALL_LEVELSData element for Flag - Any use UFFLAGCHAR1UFFLAG
LEVELSNode level SEU_LEVELNUMC2SEU_LEVEL
TOP_LEVELNode level SEU_LEVELNUMC2SEU_LEVEL
LIST_DISPLData element for Flag - Any use UFFLAGCHAR1UFFLAG
W_TOPNODEData element for Flag - Any use UFFLAGCHAR1UFFLAG
W_FORCEPLData element for Flag - Any use UFFLAGCHAR1UFFLAG
CHECK_MODEData element for Flag - Any use UFFLAGCHAR1UFFLAG

Key field Non-key field



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

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

How to access SAP table BMPARAM1

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