SAP ABAP Class CL_ILM_JOB_MONITOR_MPC (Job Mon Model for odata)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ILM-WP (Application Component) ILM Workplace
⤷
S_ILM_RWC (Package) ILm Cockpit Reporting workcenter
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_MGW_ABS_MODEL | definition class to define programmatically a meta model | 20131120 |
Properties
| Class | CL_ILM_JOB_MONITOR_MPC | |
| Short Description | Job Mon Model for odata | |
| Super Class | /IWBEP/CL_MGW_ABS_MODEL | definition class to define programmatically a meta model |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ILM_RWC | ILm Cockpit Reporting workcenter |
| Created | 20131120 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ILM_JOB_MONITOR_MPC has no forward declaration.
Interfaces
Class CL_ILM_JOB_MONITOR_MPC has no interface implemented.
Friends
Class CL_ILM_JOB_MONITOR_MPC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20131120 | |||||
| 2 | Constant | Public | See coding | 20131120 | |||||
| 3 | Constant | Public | See coding | 20131120 | |||||
| 4 | Constant | Public | See coding | 20131120 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20131120 | ||
| 2 | Instance method | Private | Method | 20131120 | ||
| 3 | Instance method | Private | Method | 20131120 | ||
| 4 | Instance method | Private | Method | 20131120 | ||
| 5 | Instance method | Private | Method | 20131120 | ||
| 6 | Instance method | Private | Method | 20131120 | ||
| 7 | Instance method | Private | Method | 20131120 | ||
| 8 | Instance method | Private | Method | 20131120 | ||
| 9 | Instance method | Private | Method | 20131120 |
Events
Class CL_ILM_JOB_MONITOR_MPC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTY_ACTION_JOB | Public | See coding | 20131120 | tty_action_job TYPE STANDARD TABLE OF ty_action_job
|
||
| 2 | TTY_AO_MASTER | Public | See coding | 20131120 | tty_ao_master TYPE STANDARD TABLE OF ty_ao_master
|
||
| 3 | TTY_APP_LOG | Public | See coding | 20131120 | tty_app_log TYPE STANDARD TABLE OF ty_log
|
||
| 4 | TTY_JOB_LOG | Public | See coding | 20131120 | tty_job_log TYPE STANDARD TABLE OF ty_log
|
||
| 5 | TY_ACTION_JOB | Public | See coding | 20131120 | BEGIN OF ty_action_job,
object TYPE arch_def-object,
jobname TYPE string,
jobcount TYPE string,
action TYPE string, " if action is Cancel - C or retrigger - R
END OF ty_action_job
|
||
| 6 | TY_AO_MASTER | Public | See coding | 20131120 | BEGIN OF ty_ao_master,
object TYPE objct_tr01,
objtext TYPE obtxt_tr01,
applic TYPE appli_tr01,
tjobcnt TYPE string,
numjobsf TYPE string,
numjobss TYPE string,
numjobsp TYPE string,
numjobsc TYPE string,
datefrom TYPE string,
END OF ty_ao_master
|
||
| 7 | TY_JOB | Public | See coding | 20131120 | BEGIN OF ty_job,
jobname TYPE string,
jobcount TYPE tbtcjob-jobcount,
jobtype TYPE admi_job_t,
object TYPE objct_tr01,
status TYPE btcstatus,
date TYPE dats,
time TYPE string,
user_fullname TYPE string,
user TYPE btcauthnam,
document TYPE admi_run_d,
archfile TYPE string,
variant TYPE admi_vari_,
progname TYPE btcprog,
var_desc TYPE char30,
exmode TYPE string,
duration TYPE string,
END OF ty_job
|
||
| 8 | TY_LOG | Public | See coding | 20131120 | BEGIN OF ty_log,
type TYPE string,
msg TYPE string,
count TYPE i,
date TYPE string,
time TYPE string,
END OF ty_log
|
Method Signatures
Method DEFINE_ACTIONS Signature
Method DEFINE_ACTIONS on class CL_ILM_JOB_MONITOR_MPC has no parameter.
Method DEFINE_ACTIONS on class CL_ILM_JOB_MONITOR_MPC has no exception.
Method DEFINE_ASSOCIATIONS Signature
Method DEFINE_ASSOCIATIONS on class CL_ILM_JOB_MONITOR_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131120 |
Method DEFINE_ENTITIES Signature
Method DEFINE_ENTITIES on class CL_ILM_JOB_MONITOR_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131120 |
Method DEFINE_ENTITY_AO Signature
Method DEFINE_ENTITY_AO on class CL_ILM_JOB_MONITOR_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131120 |
Method DEFINE_ENTITY_APPLOG Signature
Method DEFINE_ENTITY_APPLOG on class CL_ILM_JOB_MONITOR_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131120 |
Method DEFINE_ENTITY_JOB Signature
Method DEFINE_ENTITY_JOB on class CL_ILM_JOB_MONITOR_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131120 |
Method DEFINE_ENTITY_JOBLOG Signature
Method DEFINE_ENTITY_JOBLOG on class CL_ILM_JOB_MONITOR_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131120 |
Method DEFINE_ENTITY_SETS Signature
Method DEFINE_ENTITY_SETS on class CL_ILM_JOB_MONITOR_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131120 |
Method DEFINE_JOB_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_ENTITY | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_MGW_ODATA_ENTITY_TYP | 20131120 | ||||
| 2 | CR_PROPERTIES | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_MGW_ODATA_PROPERTY | 20131120 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131211 |
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |