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 CONFIGURATION_NAME Instance attribute Private Type reference (TYPE) IUUC_RM_CONF_NAME configuration name 20130814
2 CONFIGURATION_NAME_FLAG Instance attribute Private Type reference (TYPE) IUUC_RM_DATA_ELEM_FLAG flag for saving info about Var already loaded 'X' or not 20130827
3 CONFIG_GUID Instance attribute Private Type reference (TYPE) IUUC_REPL_CONFIG_GUID Configuration GUID 20130815
4 DESCRIPTION Instance attribute Private Type reference (TYPE) DMC_MT_HEADER-DESCR Description 20130814
5 DESCRIPTION_FLAG Instance attribute Private Type reference (TYPE) IUUC_RM_DATA_ELEM_FLAG flag for saving info about Var already loaded 'X' or not 20130827
6 JOBS_CANCELED Instance attribute Private Type reference (TYPE) IUUC_RM_JOBS_CANCELED number of canceled jobs 20130814
7 JOBS_CANCELED_FLAG Instance attribute Private Type reference (TYPE) IUUC_RM_DATA_ELEM_FLAG flag for saving info about Var already loaded 'X' or not 20130827
8 JOBS_DEFINED Instance attribute Private Type reference (TYPE) IUUC_RM_JOBS_DEFINED number of jobs defined for given MT-ID 20130814
9 JOBS_DEFINED_FLAG Instance attribute Private Type reference (TYPE) IUUC_RM_DATA_ELEM_FLAG flag for saving info about Var already loaded 'X' or not 20130827
10 JOBS_RUNNING Instance attribute Private Type reference (TYPE) IUUC_RM_JOBS_RUNNING number of running jobs 20130814
11 JOBS_RUNNING_FLAG Instance attribute Private Type reference (TYPE) IUUC_RM_DATA_ELEM_FLAG flag for saving info about Var already loaded 'X' or not 20130827
12 MT_ID 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 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130814
2 GET_CONFIGURATION_NAME Instance method Public Method get configuration name 20130814
3 GET_CONFIG_GUID Instance method Public Method get config_guid 20130815
4 GET_DESCRIPTION Instance method Public Method get description 20130814
5 GET_JOBS_CANCELED Instance method Public Method get number of canceled jobs 20130814
6 GET_JOBS_DEFINED Instance method Public Method get number of defined jobs 20130814
7 GET_JOBS_RUNNING Instance method Public Method get number of running jobs 20130814
8 GET_MT_ID Instance method Public Method get MT-ID of object 20130814
9 RELOAD_ALL Instance method Public Method reload all attributes for MT-ID 20130827
10 RELOAD_CONFIGURATION_NAME Instance method Public Method reload configuration name 20130827
11 RELOAD_DESCRIPTION Instance method Public Method reload description 20130827
12 RELOAD_JOBS_DEFINED_RUNNING Instance method Public Method reload number of defined+running jobs 20130827
13 RELOAD_JOBS_DEF_CANCELED_RUN Instance method Public Method reload number of defined+canceled+running jobs 20130827
14 RESET_ALL_ENTRIES 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 Importing 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 Exporting 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 Exporting 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 Exporting 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 Exporting 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 Exporting 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 Exporting 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 Exporting 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