/SOMO/MONITOR_INFO1_DATA SAP (Structure to transfer information to solution manager) Structure details

Dictionary Type: Structure
Description: Structure to transfer information to solution manager




ABAP Code to SELECT data from /SOMO/MONITOR_INFO1_DATA
Related tables to /SOMO/MONITOR_INFO1_DATA
Access table /SOMO/MONITOR_INFO1_DATA




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

/SOMO/MONITOR_INFO1_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 "Structure to transfer information to solution manager" 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_/SOMO/MONITOR_INFO1_DATA TYPE /SOMO/MONITOR_INFO1_DATA.

The /SOMO/MONITOR_INFO1_DATA table consists of various fields, each holding specific information or linking keys about Structure to transfer information to solution manager data available in SAP. These include MONTY (Type of monitoring ID), KEYOBJ1 (Key1), KEYOBJ2 (Key2), KEYOBJ3 (Key3).. 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: Cannot Be Enhanced


SAP /SOMO/MONITOR_INFO1_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
MONID Monitoring ID0
MONTY Type of monitoring ID0
KEYOBJ1 Key10
KEYOBJ2 Key20
KEYOBJ3 Key30
CHARFIELD01 Character field 10
CHARFIELD02 Character field 20
CHARFIELD03 Character field 30
CHARFIELD04 Character field 40
CHARFIELD05 Character field 50
CHARFIELD06 Character field 60
CHARFIELD07 Character field 70
CHARFIELD08 Character field 80
CHARFIELD09 Character field 90
CHARFIELD10 Character field 100
COUNTFIELD01 Counter field 10
COUNTFIELD02 Counter field 20
COUNTFIELD03 Counter field 30
COUNTFIELD04 Counter field 40
COUNTFIELD05 Counter field 50
COUNTFIELD06 Counter field 60
COUNTFIELD07 Counter field 70
COUNTFIELD08 Counter field 80
COUNTFIELD09 Counter field 90
COUNTFIELD10 Counter field 100
TIME Time0
DATE Date0
PROGRAM Program name0
TCODE Transaction code0
OPMODE Operation mode (Batch, batch i0
ALERTMSG Alert rating0
TEXTMSG Alert text0
USER User0
MANDT Client0
CHGDATE Change date0
CHGTIME Change time0
ANUMYEL Alert threshold number specific messages (Yellow)0
ANUMRED Alert threshold number specific messages (Red)0

Key field Non-key field



How do I retrieve data from SAP structure /SOMO/MONITOR_INFO1_DATA using ABAP code?

As /SOMO/MONITOR_INFO1_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 /SOMO/MONITOR_INFO1_DATA as there is no data to select.

How to access SAP table /SOMO/MONITOR_INFO1_DATA

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