/SOMO/JOBMON15 SAP (Customizing table for BP monitoring customizing) Table details

Dictionary Type: Table
Description: Customizing table for BP monitoring customizing




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




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

/SOMO/JOBMON15 is a standard SAP Table which is used to store Customizing table for BP monitoring customizing data and is available within R/3 SAP systems depending on the version and release level.

The /SOMO/JOBMON15 table consists of various fields, each holding specific information or linking keys about Customizing table for BP monitoring customizing data available in SAP. These include SOLMAN_INSTNO (BPMon: Installation number), OBJECT (Parameter object), SUBOBJECT1 (Subobject 1), SUBOBJECT2 (Subobject 2).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SOMO/JOBMON15 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
OBJECT Parameter object0
SUBOBJECT1 Subobject 10
SUBOBJECT2 Subobject 20
COUNTER Internal counter0
PARAM Parameter namen0
VALUE1 Value field0
VALUE2 Value field0
VALUE3 Value field0
VALUE4 Value field0
VALUE5 Value field0
VALUE6 Value field0
VALUE7 Value field0
VALUE8 Value field0
VALUE9 Value field0
VALUE10 Value field0
VALUE11 Value field0
VALUE12 Value field0
VALUE13 Value field0
VALUE14 Value field0
VALUE15 Value field0
VALUE16 Value field0
VALUE17 Value field0
VALUE18 Value field0
VALUE19 Value field0
VALUE20 Value field0

Key field Non-key field



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

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

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

How to access SAP table /SOMO/JOBMON15

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