SAP ABAP Class CL_IUUC_RM_OVIEW_DATA_FETCH (get data for Replication Monitoring - Overview)
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_RM_OVIEW_DATA_FETCH  
Short Description get data for Replication Monitoring - Overview    
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 20130930   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_IUUC_RM_OVIEW_DATA_FETCH has no forward declaration.
Interfaces
Class CL_IUUC_RM_OVIEW_DATA_FETCH has no interface implemented.
Friends
Class CL_IUUC_RM_OVIEW_DATA_FETCH has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_ALOG_SELECTION Static Attribute Private Type reference (TYPE) TY_ALOG_SELECTION 20131017
2 MT_BALHDR Static Attribute Private Type reference (TYPE) BALHDR_T 20131017
3 MT_LOG_HANDLE Static Attribute Private Type reference (TYPE) BAL_T_LOGH 20131017
Methods
# Method Level Visibility Method type Description Created on
1 GET_APPL_SERV_NAMES Static method Public Method get the application server names 20131002
2 GET_APP_SERVER_INFO Static method Public Method get information (free batch jobs, max runtime..) from Server 20131002
3 GET_CONFIGS_FOR_RCVR Static method Public Method get all MT_IDs for a given receiver system 20130930
4 GET_CONNECTED_RECEIVER_SYSTEMS Static method Public Method get all connected receivers to this SLT system 20130930
5 GET_LAST_HANADB_ALERTS Static method Public Method get last n target alert during time t 20130930
6 GET_NO_ERRORS Static method Public Method get number of error for configuration, interval + opt. table 20131011
7 GET_NUMBER_TOTAL_HANA_ALERTS Static method Public Method get total number of Hana Alerts 20131002
Events
Class CL_IUUC_RM_OVIEW_DATA_FETCH has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_ALOG_SELECTION Private See coding 20131017 BEGIN OF ty_alog_selection, object TYPE balobj_d, subobject TYPE balsubobj, extnumber TYPE balnrext, aldate TYPE baldate, altime TYPE baltime, aldate_h TYPE baldate, altime_h TYPE baltime, aluser TYPE baluser, almode TYPE balmode, probclass TYPE balprobclh, END OF ty_alog_selection
Method Signatures

Method GET_APPL_SERV_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_APP_SERVER_NAMES Call by reference Type reference (TYPE) IUUC_RM_APPLSERV_TAB list containing all appication server names 20131002

Method GET_APPL_SERV_NAMES on class CL_IUUC_RM_OVIEW_DATA_FETCH has no exception.

Method GET_APP_SERVER_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PROCESSES_BGD_FREE Call by reference Type reference (TYPE) INT4 Natural Number 20131002
2 Exporting EV_PROCESSES_BGD_TOTAL Call by reference Type reference (TYPE) INT4 Natural Number 20131002
3 Exporting EV_PROCESSES_DIA_FREE Call by reference Type reference (TYPE) INT4 Natural Number 20131030
4 Exporting EV_PROCESSES_DIA_TOTAL Call by reference Type reference (TYPE) INT4 Natural Number 20131030
5 Exporting EV_RUNTIME_BGD_MAX Call by reference Type reference (TYPE) INT4 Natural Number 20131002
6 Exporting EV_RUNTIME_DIA_MAX Call by reference Type reference (TYPE) INT4 Natural Number 20131030
7 Importing IV_APP_SERVER Call by reference Type reference (TYPE) MSNAME2 Application Server Name 20131002

Method GET_APP_SERVER_INFO on class CL_IUUC_RM_OVIEW_DATA_FETCH has no exception.

Method GET_CONFIGS_FOR_RCVR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MT_ID_LIST Call by reference Type reference (TYPE) IUUC_RM_CONFIGS_TAB itab of IUUC_RM_CONFIGS (holding config data) 20130930
2 Importing IT_MT_ID Call by reference Type reference (TYPE) IUUC_T_REPL_MT_ID Table of Mass Transfer IDs 20140319
3 Importing IV_CON_ENV Call by reference Type reference (TYPE) DBCON_ENV Database-specific information for a database connection 20130930

Method GET_CONFIGS_FOR_RCVR on class CL_IUUC_RM_OVIEW_DATA_FETCH has no exception.

Method GET_CONNECTED_RECEIVER_SYSTEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CON_DETAILS Call by reference Type reference (TYPE) IUUC_RM_CON_NAME_ENV_TAB table holding dbcon-con_name + con_env 20131030
2 Importing IT_MT_ID Call by reference Type reference (TYPE) IUUC_T_REPL_MT_ID Table of Mass Transfer IDs 20140319

Method GET_CONNECTED_RECEIVER_SYSTEMS on class CL_IUUC_RM_OVIEW_DATA_FETCH has no exception.

Method GET_LAST_HANADB_ALERTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ALERTS Call by reference Type reference (TYPE) IUUC_RM_ALERTS_TAB itab of IUUC_RM_ALERTS alert field 20130930
2 Importing IV_DBCON_NAME Call by reference Type reference (TYPE) DBCON_NAME dbcon_name under which the alerts will be read 20130930
3 Importing IV_ELAPSED_SECONDS Call by reference Type reference (TYPE) INT4 43200 time period in seconds 20130930
4 Importing IV_NO_ALERTS Call by reference Type reference (TYPE) INT4 20 max. no. of alerts to fetch at most 20130930

Method GET_LAST_HANADB_ALERTS on class CL_IUUC_RM_OVIEW_DATA_FETCH has no exception.

Method GET_NO_ERRORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NO_ERRORS Call by reference Type reference (TYPE) IUUC_RM_ERROR_LOGS error logs for a user-defined period 20131011
2 Importing IV_INTERVAL Call by reference Type reference (TYPE) IUUC_RM_LATENCY_TIME_H time in hours 20131011
3 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20131011
4 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20131011

Method GET_NO_ERRORS on class CL_IUUC_RM_OVIEW_DATA_FETCH has no exception.

Method GET_NUMBER_TOTAL_HANA_ALERTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NO_ALERTS Call by reference Type reference (TYPE) IUUC_RM_NO_ALERTS number of alerts 20131002
2 Importing IV_DBCON_NAME Call by reference Type reference (TYPE) DBCON_NAME dbcon_name under which the alerts will be read 20131002
3 Importing IV_ELAPSED_SECONDS Call by reference Type reference (TYPE) INT4 43200 time period in seconds 20131002
4 Importing IV_NO_ALERTS Call by reference Type reference (TYPE) INT4 20 max. no. of alerts to fetch at most 20131002

Method GET_NUMBER_TOTAL_HANA_ALERTS on class CL_IUUC_RM_OVIEW_DATA_FETCH has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_700