SAP /SOMO/IF_EX_UNIJOBMONDC OO Class - Business add-in interface /SOMO/IF_EX_UNIJOBMONDC
/SOMO/IF_EX_UNIJOBMONDC is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /SOMO/IF_EX_UNIJOBMONDC including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /SOMO/IF_EX_UNIJOBMONDC SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CHECK_JOB_STATUS | Checks the status and core parameters for a list of job inst | Public |
| CALL METHOD /somo/if_ex_unijobmondc=>CHECK_JOB_STATUS...more details | ||
| DETERMINE_METRIC_DEF | Determine job monitoring object specific metric definitions | Public |
| CALL METHOD /somo/if_ex_unijobmondc=>DETERMINE_METRIC_DEF...more details | ||
| DETERMINE_METRIC_INFO | Determine job type specific metric information | Public |
| CALL METHOD /somo/if_ex_unijobmondc=>DETERMINE_METRIC_INFO...more details | ||
| EXPORT_TRACEINFO | Export trace information | Public |
| CALL METHOD /somo/if_ex_unijobmondc=>EXPORT_TRACEINFO...more details | ||
| GET_MANAGED_SYSTEM_TIME | Determine time of managed system | Public |
| CALL METHOD /somo/if_ex_unijobmondc=>GET_MANAGED_SYSTEM_TIME...more details | ||
| IMPORT_GLOBAL_VARIABLES | Import global variables | Public |
| CALL METHOD /somo/if_ex_unijobmondc=>IMPORT_GLOBAL_VARIABLES...more details | ||
|
| ||
| IMPORT_TRACEINFO | Import trace information | Public |
| CALL METHOD /somo/if_ex_unijobmondc=>IMPORT_TRACEINFO...more details | ||
| PROVIDE_INIT_JOB_INSTANCE | Provide an initial job instance parameter table | Public |
| CALL METHOD /somo/if_ex_unijobmondc=>PROVIDE_INIT_JOB_INSTANCE...more details | ||
| SELECT_JOBDATA_INDVI_JT | Select job data for individual job types | Public |
| CALL METHOD /somo/if_ex_unijobmondc=>SELECT_JOBDATA_INDVI_JT...more details | ||
| SELECT_JOBDATA_JT_TIME_RANGE | Select job data for individual job types and time range | Public |
| CALL METHOD /somo/if_ex_unijobmondc=>SELECT_JOBDATA_JT_TIME_RANGE...more details | ||
| STORE_SEL_PARAMETER | Store job monitoring object specific selection parameters | Public |
| CALL METHOD /somo/if_ex_unijobmondc=>STORE_SEL_PARAMETER...more details | ||
/SOMO/IF_EX_UNIJOBMONDC attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| C_EXP_APPEND | Constant | Export and append trace info | 'A' | LIKE CHAR1 | Public |
| C_EXP_REPLACE | Constant | Export and replace trace info | 'R' | LIKE CHAR1 | Public |
| C_IMP | Constant | Import trace information | 'I' | LIKE CHAR1 | Public |
| C_PLACEHOLDER | Constant | Place holder in trace msg template | '&' | LIKE CHAR1 | Public |
| C_TRC_BASIC | Constant | Basic trace level | 1 | LIKE INT4 | Public |
| C_TRC_DETAIL | Constant | Detailed trace level | 2 | LIKE INT4 | Public |
| GF_RFCDEST | Instance Attribute | RFC destination to managed system | LIKE RFCDES-RFCDEST | Public | |
| GF_SYDATUM | Instance Attribute | Current date of managed system | LIKE DATS | Public | |
| GF_SYSYSID | Instance Attribute | System id of managed system | LIKE SY-SYSID | Public | |
| GF_SYTZONE | Instance Attribute | System time zone | LIKE TIMEZONE | Public | |
| GF_SYUZEIT | Instance Attribute | Current time of managed system | LIKE TIMS | Public | |
| GF_TEXT50 | Instance Attribute | Trace text field | LIKE CHAR50 | Public | |
| GF_TRACEGUID | Instance Attribute | BPMon: GUID32 | LIKE /SOMO/JOBMON18-TRACEGUID | Public | |
| GF_TRACE_CNTR | Instance Attribute | Entry counter | LIKE /SOMO/MA_S_TRACE_INFO-CNTR | Public | |
| GF_TRACE_CONTEXT | Instance Attribute | Context of trace information | LIKE /SOMO/JOBMON18-CONTEXT | Public | |
| GF_TRACE_LEVEL | Instance Attribute | Trace level | LIKE INT4 | Public | |
| GF_TRACE_SOLMAN_INSTNO | Instance Attribute | BPMon: Installation number | LIKE /SOMO/JOBMON18-SOLMAN_INSTNO | Public | |
| GF_TRACE_SOLMAN_SID | Instance Attribute | BPMon: System ID | LIKE /SOMO/JOBMON18-SOLMAN_SID | Public | |
| GF_TRACE_TIMEZONE | Instance Attribute | Trace timezone for time stamps | LIKE TIMEZONE | Public | |
| GS_TRACE_MSG | Instance Attribute | Trace information structure | LIKE /SOMO/MA_S_TRACE_INFO | Public | |
| GT_TRACE_TABLE | Instance Attribute | Trace information table | LIKE /SOMO/MA_T_TRACE_INFO | Public |
Links to Related Class(s)
/SOMO/IF...Full list of available SAP object classes
Search for further information about these or an SAP related objects