SAP ABAP Class CL_IUUC_REPL_MON_CONF (class for storing configuration specific settings)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_IUUC_REPL_MON (Package) extended replication monitoring
⤷
⤷
Properties
| Class | CL_IUUC_REPL_MON_CONF | |
| Short Description | class for storing configuration specific settings | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CNV_IUUC_REPL_MON | extended replication monitoring |
| Created | 20130814 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_IUUC_REPL_MON_CONF has no forward declaration.
Interfaces
Class CL_IUUC_REPL_MON_CONF has no interface implemented.
Friends
Class CL_IUUC_REPL_MON_CONF has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | IUUC_RM_CONF_NAME | configuration name | 20130814 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | IUUC_RM_DATA_ELEM_FLAG | flag for saving info about Var already loaded 'X' or not | 20130827 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | IUUC_REPL_CONFIG_GUID | Configuration GUID | 20130815 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | DMC_MT_HEADER-DESCR | Description | 20130814 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | IUUC_RM_DATA_ELEM_FLAG | flag for saving info about Var already loaded 'X' or not | 20130827 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | IUUC_RM_JOBS_CANCELED | number of canceled jobs | 20130814 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | IUUC_RM_DATA_ELEM_FLAG | flag for saving info about Var already loaded 'X' or not | 20130827 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | IUUC_RM_JOBS_DEFINED | number of jobs defined for given MT-ID | 20130814 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | IUUC_RM_DATA_ELEM_FLAG | flag for saving info about Var already loaded 'X' or not | 20130827 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | IUUC_RM_JOBS_RUNNING | number of running jobs | 20130814 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | IUUC_RM_DATA_ELEM_FLAG | flag for saving info about Var already loaded 'X' or not | 20130827 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20130814 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20130814 | |
| 2 | Instance method | Public | Method | get configuration name | 20130814 | |
| 3 | Instance method | Public | Method | get config_guid | 20130815 | |
| 4 | Instance method | Public | Method | get description | 20130814 | |
| 5 | Instance method | Public | Method | get number of canceled jobs | 20130814 | |
| 6 | Instance method | Public | Method | get number of defined jobs | 20130814 | |
| 7 | Instance method | Public | Method | get number of running jobs | 20130814 | |
| 8 | Instance method | Public | Method | get MT-ID of object | 20130814 | |
| 9 | Instance method | Public | Method | reload all attributes for MT-ID | 20130827 | |
| 10 | Instance method | Public | Method | reload configuration name | 20130827 | |
| 11 | Instance method | Public | Method | reload description | 20130827 | |
| 12 | Instance method | Public | Method | reload number of defined+running jobs | 20130827 | |
| 13 | Instance method | Public | Method | reload number of defined+canceled+running jobs | 20130827 | |
| 14 | Instance method | Public | Method | reset all RM attributes to its original values | 20130925 |
Events
Class CL_IUUC_REPL_MON_CONF has no event.
Types
Class CL_IUUC_REPL_MON_CONF has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20130814 |
Method CONSTRUCTOR on class CL_IUUC_REPL_MON_CONF has no exception.
Method GET_CONFIGURATION_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CONFIGURATION_NAME | Call by reference | Type reference (TYPE) | IUUC_RM_CONF_NAME | configuration name | 20130814 |
Method GET_CONFIGURATION_NAME on class CL_IUUC_REPL_MON_CONF has no exception.
Method GET_CONFIG_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CONFIG_GUID | Call by reference | Type reference (TYPE) | IUUC_REPL_CONFIG_GUID | Configuration GUID | 20130815 |
Method GET_CONFIG_GUID on class CL_IUUC_REPL_MON_CONF has no exception.
Method GET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DESCRIPTION | Call by reference | Type reference (TYPE) | IUUC_RM_DESCR | description | 20130814 |
Method GET_DESCRIPTION on class CL_IUUC_REPL_MON_CONF has no exception.
Method GET_JOBS_CANCELED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_JOBS_CANCELED | Call by reference | Type reference (TYPE) | IUUC_RM_JOBS_CANCELED | number of canceled jobs | 20130814 |
Method GET_JOBS_CANCELED on class CL_IUUC_REPL_MON_CONF has no exception.
Method GET_JOBS_DEFINED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_JOBS_DEFINED | Call by reference | Type reference (TYPE) | IUUC_RM_JOBS_DEFINED | number of jobs defined for given MT-ID | 20130814 |
Method GET_JOBS_DEFINED on class CL_IUUC_REPL_MON_CONF has no exception.
Method GET_JOBS_RUNNING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_JOBS_RUNNING | Call by reference | Type reference (TYPE) | IUUC_RM_JOBS_RUNNING | number of running jobs | 20130814 |
Method GET_JOBS_RUNNING on class CL_IUUC_REPL_MON_CONF has no exception.
Method GET_MT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20130814 |
Method GET_MT_ID on class CL_IUUC_REPL_MON_CONF has no exception.
Method RELOAD_ALL Signature
Method RELOAD_ALL on class CL_IUUC_REPL_MON_CONF has no parameter.
Method RELOAD_ALL on class CL_IUUC_REPL_MON_CONF has no exception.
Method RELOAD_CONFIGURATION_NAME Signature
Method RELOAD_CONFIGURATION_NAME on class CL_IUUC_REPL_MON_CONF has no parameter.
Method RELOAD_CONFIGURATION_NAME on class CL_IUUC_REPL_MON_CONF has no exception.
Method RELOAD_DESCRIPTION Signature
Method RELOAD_DESCRIPTION on class CL_IUUC_REPL_MON_CONF has no parameter.
Method RELOAD_DESCRIPTION on class CL_IUUC_REPL_MON_CONF has no exception.
Method RELOAD_JOBS_DEFINED_RUNNING Signature
Method RELOAD_JOBS_DEFINED_RUNNING on class CL_IUUC_REPL_MON_CONF has no parameter.
Method RELOAD_JOBS_DEFINED_RUNNING on class CL_IUUC_REPL_MON_CONF has no exception.
Method RELOAD_JOBS_DEF_CANCELED_RUN Signature
Method RELOAD_JOBS_DEF_CANCELED_RUN on class CL_IUUC_REPL_MON_CONF has no parameter.
Method RELOAD_JOBS_DEF_CANCELED_RUN on class CL_IUUC_REPL_MON_CONF has no exception.
Method RESET_ALL_ENTRIES Signature
Method RESET_ALL_ENTRIES on class CL_IUUC_REPL_MON_CONF has no parameter.
Method RESET_ALL_ENTRIES on class CL_IUUC_REPL_MON_CONF has no exception.
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2010_1_700 |