/SOMO/JOBMON07 SAP (Monitoring configuration last monitoring activation object) Table details

Dictionary Type: Table
Description: Monitoring configuration last monitoring activation object




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




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

/SOMO/JOBMON07 is a standard SAP Table which is used to store Monitoring configuration last monitoring activation object data and is available within R/3 SAP systems depending on the version and release level.

The /SOMO/JOBMON07 table consists of various fields, each holding specific information or linking keys about Monitoring configuration last monitoring activation object data available in SAP. These include SOLMAN_INSTNO (BPMon: Installation number), CONTEXT_ID (BPMon: GUID32), MONID (BPMon: Monitoring ID), METRIC_ID (BPMon: GUID32).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SOMO/JOBMON07 table 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
SOLMAN_SIDBPMon: System ID /SOMO/MA_D_SYSTIDCHAR8
SOLMAN_INSTNOBPMon: Installation number /SOMO/MA_D_INSTNOCHAR10
CONTEXT_IDBPMon: GUID32 /SOMO/MA_D_GUID32CHAR32SYSUUID_C
MONIDBPMon: Monitoring ID /SOMO/MA_D_MONIDCHAR20
METRIC_IDBPMon: GUID32 /SOMO/MA_D_GUID32CHAR32SYSUUID_C
PARAM_IDBPMon: Parameter ID /SOMO/MA_D_PARAMIDCHAR30/SOMO/MA_FIELDNAME
PARAM_SET_IDBPMon: Parameter Set ID /SOMO/MA_D_PARAMSETIDNUMC3
PARAM_TYPEBPMon: Parameter type /SOMO/MA_D_PARAMTYPECHAR4/SOMO/MA_PARAMTYPE
KEY_FIG_IDBPMon: Key figure ID /SOMO/MA_D_KEYFIGIDCHAR10/SOMO/MA_KEYFIGID
PUSAGEUnified job monitoring - parameter field usage /SOMO/MA_D_USAGECHAR2/SOMO/MA_USAGE
CATEGORYUnified job monitoring - parameter category /SOMO/MA_D_CATEGORYCHAR1/SOMO/MA_CATEGORY
LACT_TIMSTUnified job monitoring - Activation Time Stamp /SOMO/MA_D_ACTTIMDEC15TZNTSTMPS
PARAM_STRING 0

Key field Non-key field



How do I retrieve data from SAP table /SOMO/JOBMON07 using ABAP code

The following ABAP code Example will allow you to do a basic selection on /SOMO/JOBMON07 to SELECT all data from the table
DATA: WA_/SOMO/JOBMON07 TYPE /SOMO/JOBMON07.

SELECT SINGLE *
FROM /SOMO/JOBMON07
INTO CORRESPONDING FIELDS OF WA_/SOMO/JOBMON07
WHERE...

How to access SAP table /SOMO/JOBMON07

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