RLMON_RBT SAP (Radio buttons of the 'Change priority' screen) Structure details

Dictionary Type: Structure
Description: Radio buttons of the 'Change priority' screen




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




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

RLMON_RBT 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 "Radio buttons of the 'Change priority' screen" 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_RLMON_RBT TYPE RLMON_RBT.

The RLMON_RBT table consists of various fields, each holding specific information or linking keys about Radio buttons of the 'Change priority' screen data available in SAP. These include RBM90 (Radio Button (-90)), RBM80 (Radio Button (-80)), RBM70 (Radio Button (-70)), RBM60 (Radio Button (-60)).. 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 RLMON_RBT 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
RBM100Radio Button (-100) LMON_RADBUT_M100CHAR1FLAG
RBM90Radio Button (-90) LMON_RADBUT_M90CHAR1FLAG
RBM80Radio Button (-80) LMON_RADBUT_M80CHAR1FLAG
RBM70Radio Button (-70) LMON_RADBUT_M70CHAR1FLAG
RBM60Radio Button (-60) LMON_RADBUT_M60CHAR1FLAG
RBM50Radio Button (-50) LMON_RADBUT_M50CHAR1FLAG
RBM40Radio Button (-40) LMON_RADBUT_M40CHAR1FLAG
RBM30Radio Button (-30) LMON_RADBUT_M30CHAR1FLAG
RBM20Radio Button (-20) LMON_RADBUT_M20CHAR1FLAG
RBM10Radio Button (-10) LMON_RADBUT_M10CHAR1FLAG
RBZ0Radio Button (0) LMON_RADBUT_Z0CHAR1FLAG
RBP10Radio Button (+10) LMON_RADBUT_P10CHAR1FLAG
RBP20Radio Button (+20) LMON_RADBUT_P20CHAR1FLAG
RBP30Radio Button (+30) LMON_RADBUT_P30CHAR1FLAG
RBP40Radio Button (+40) LMON_RADBUT_P40CHAR1FLAG
RBP50Radio Button (+50) LMON_RADBUT_P50CHAR1FLAG
RBP60Radio Button (+60) LMON_RADBUT_P60CHAR1FLAG
RBP70Radio Button (+70) LMON_RADBUT_P70CHAR1FLAG
RBP80Radio Button (+80) LMON_RADBUT_P80CHAR1FLAG
RBP90Radio Button (+90) LMON_RADBUT_P90CHAR1FLAG
RBP100Radio Button (+100) LMON_RADBUT_P100CHAR1FLAG

Key field Non-key field



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

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

How to access SAP table RLMON_RBT

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