RLMON SAP (Addititional fields of Monitoring) Structure details

Dictionary Type: Structure
Description: Addititional fields of Monitoring




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




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

RLMON 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 "Addititional fields of Monitoring" 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 TYPE RLMON.

The RLMON table consists of various fields, each holding specific information or linking keys about Addititional fields of Monitoring data available in SAP. These include WLEFT (Width of Hierarchy Tree Frame in TRM monitor), BTREE (Tree Display Configuration), BSIZE (Frame Size), INTRV (Period for AutoRefresh (min)).. 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 RLMON 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
MAXOBMaximum Number of Objects on a Page LMON_MAX_OBJECTSINT410LTRM_UNITS
WLEFTWidth of Hierarchy Tree Frame in TRM monitor LMON_WLEFTINT410LTRM_UNITS
BTREETree Display Configuration LMON_BTREECHAR1CHAR1
BSIZEFrame Size LMON_BSIZECHAR1CHAR1
INTRVPeriod for AutoRefresh (min) LMON_TIME_INTERVALINT410
CLOCKDisplay of Auto-Refresh Clock LMON_CLOCK_VISIBLE_FLAGCHAR1FLAG
MSGT1Message/Error LMON_MESSAGECHAR50TEXT50
MSGT2Message/Error LMON_MESSAGECHAR50TEXT50
MSGT3Message/Error LMON_MESSAGECHAR50TEXT50
MSGT4Message/Error LMON_MESSAGECHAR50TEXT50
MSGICIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
COTREMonitor Hierarchy Tree Completion LMON_COTRECHAR1CHECKBOX
STATVVariant Chosen LMON_STATVCHAR1CHECKBOX
VIAZNVia Zone for Monitor Presentation LMON_VIAZNCHAR10LTRM_ZONE
ZONESRCSource Zone LMON_ZONESRCCHAR10LTRM_ZONE
ZONEDSTDestination Zone LMON_ZONEDSTCHAR10LTRM_ZONE
NODESRCSource Node LMON_NODESRCCHAR15LTRM_NODE
NODEDSTDestination Zone LMON_ZONEDSTCHAR10LTRM_ZONE
ICON_ATTRTRM Monitor Attribute Icon LMON_ICON_ATTRCHAR46TV_IMAGE
TL_LPDVCMaintain Presentation Devices LMON_TITLE_LPDVCCHAR1CHAR1
TL_STPRIChange Static Activity Priority LMON_TITLE_STPRICHAR1CHAR1
TL_MNVARMaintain Monitor Variants LMON_TITLE_MNVARCHAR1CHAR1
TL_MROUTMaintain Mandatory Routes LMON_TITLE_MROUTCHAR1CHAR1
ZONE_FNCTN_TXTZone Functionality LMON_ZONE_FNCTN_TXTCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table RLMON

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