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 NameDescriptionVisability
CHECK_JOB_STATUSChecks the status and core parameters for a list of job instPublic
CALL METHOD /somo/if_ex_unijobmondc=>CHECK_JOB_STATUS...more details

DETERMINE_METRIC_DEFDetermine job monitoring object specific metric definitionsPublic
CALL METHOD /somo/if_ex_unijobmondc=>DETERMINE_METRIC_DEF...more details

DETERMINE_METRIC_INFODetermine job type specific metric informationPublic
CALL METHOD /somo/if_ex_unijobmondc=>DETERMINE_METRIC_INFO...more details

EXPORT_TRACEINFOExport trace informationPublic
CALL METHOD /somo/if_ex_unijobmondc=>EXPORT_TRACEINFO...more details

GET_MANAGED_SYSTEM_TIMEDetermine time of managed systemPublic
CALL METHOD /somo/if_ex_unijobmondc=>GET_MANAGED_SYSTEM_TIME...more details

IMPORT_GLOBAL_VARIABLESImport global variablesPublic
CALL METHOD /somo/if_ex_unijobmondc=>IMPORT_GLOBAL_VARIABLES...more details

IMPORT_TRACEINFOImport trace informationPublic
CALL METHOD /somo/if_ex_unijobmondc=>IMPORT_TRACEINFO...more details

PROVIDE_INIT_JOB_INSTANCEProvide an initial job instance parameter tablePublic
CALL METHOD /somo/if_ex_unijobmondc=>PROVIDE_INIT_JOB_INSTANCE...more details

SELECT_JOBDATA_INDVI_JTSelect job data for individual job typesPublic
CALL METHOD /somo/if_ex_unijobmondc=>SELECT_JOBDATA_INDVI_JT...more details

SELECT_JOBDATA_JT_TIME_RANGESelect job data for individual job types and time rangePublic
CALL METHOD /somo/if_ex_unijobmondc=>SELECT_JOBDATA_JT_TIME_RANGE...more details

STORE_SEL_PARAMETERStore job monitoring object specific selection parametersPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
C_EXP_APPENDConstantExport and append trace info'A'LIKE
CHAR1
Public
C_EXP_REPLACEConstantExport and replace trace info'R'LIKE
CHAR1
Public
C_IMPConstantImport trace information'I'LIKE
CHAR1
Public
C_PLACEHOLDERConstantPlace holder in trace msg template'&'LIKE
CHAR1
Public
C_TRC_BASICConstantBasic trace level1LIKE
INT4
Public
C_TRC_DETAILConstantDetailed trace level2LIKE
INT4
Public
GF_RFCDESTInstance AttributeRFC destination to managed systemLIKE
RFCDES-RFCDEST
Public
GF_SYDATUMInstance AttributeCurrent date of managed systemLIKE
DATS
Public
GF_SYSYSIDInstance AttributeSystem id of managed systemLIKE
SY-SYSID
Public
GF_SYTZONEInstance AttributeSystem time zoneLIKE
TIMEZONE
Public
GF_SYUZEITInstance AttributeCurrent time of managed systemLIKE
TIMS
Public
GF_TEXT50Instance AttributeTrace text fieldLIKE
CHAR50
Public
GF_TRACEGUIDInstance AttributeBPMon: GUID32LIKE
/SOMO/JOBMON18-TRACEGUID
Public
GF_TRACE_CNTRInstance AttributeEntry counterLIKE
/SOMO/MA_S_TRACE_INFO-CNTR
Public
GF_TRACE_CONTEXTInstance AttributeContext of trace informationLIKE
/SOMO/JOBMON18-CONTEXT
Public
GF_TRACE_LEVELInstance AttributeTrace levelLIKE
INT4
Public
GF_TRACE_SOLMAN_INSTNOInstance AttributeBPMon: Installation numberLIKE
/SOMO/JOBMON18-SOLMAN_INSTNO
Public
GF_TRACE_SOLMAN_SIDInstance AttributeBPMon: System IDLIKE
/SOMO/JOBMON18-SOLMAN_SID
Public
GF_TRACE_TIMEZONEInstance AttributeTrace timezone for time stampsLIKE
TIMEZONE
Public
GS_TRACE_MSGInstance AttributeTrace information structureLIKE
/SOMO/MA_S_TRACE_INFO
Public
GT_TRACE_TABLEInstance AttributeTrace information tableLIKE
/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



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!