SAP ABAP Class CL_ORA_ACTION_MET_SS (ORA: System Summary Metrics)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON-ORA (Application Component) Oracle Database Monitors
     S_DBMON_ORA_COCKPIT (Package) Database Monitor for Oracle in Cockpit Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ORA_ACTION_CONTROLLER ORA: Abstract Action Controller 20060710
Properties
Class CL_ORA_ACTION_MET_SS  
Short Description ORA: System Summary Metrics    
Super Class CL_ORA_ACTION_CONTROLLER ORA: Abstract Action Controller 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_DBMON_ORA_COCKPIT   Database Monitor for Oracle in Cockpit Framework 
Created 20060710   SAP 
Last change 20080612   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ORACC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ORA_ACTION_MET_SS has no interface implemented.
Friends
Class CL_ORA_ACTION_MET_SS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_DATASOURCE_DBA Constant Public Type reference (TYPE) ORA_MET_SS_DATASOURCE '2' Datatype for System Summary Metrics selection 20060721
2 GC_DATASOURCE_GV Constant Public Type reference (TYPE) ORA_MET_SS_DATASOURCE '1' Datatype for System Summary Metrics selection 20060721
3 GC_METRIC_GROUP_ALL Constant Public Type reference (TYPE) ORA_METRIC_GROUP_ALL 'ALL' Data element for "ALL' value in metric group 20060722
4 GC_MET_VALUENAME_AVERAGE Constant Private Type reference (TYPE) ORA_MET_VALUENAME 'AVERAGE' type for minimum, maximum, average value 20060726
5 GC_MET_VALUENAME_MAXIMUM Constant Private Type reference (TYPE) ORA_MET_VALUENAME 'MAXIMUM' type for minimum, maximum, average value 20060726
6 GC_MET_VALUENAME_MINIMUM Constant Private Type reference (TYPE) ORA_MET_VALUENAME 'MINIMUM' type for minimum, maximum, average value 20060726
7 GT_METRIC_GROUPS Instance attribute Public Type reference (TYPE) ORA_T_DBA_HIST_METRIC_NAME Oracle Monitoring: table type for DBA_HIST_METRIC_NAME 20060721
8 GT_SUMMETRICS_TABLE Instance attribute Private Type reference (TYPE) ORA_T_SYSMETRIC_SUMMARY table type for s_gv_sysmetric 20060722
9 G_METRICS_SELECTION Instance attribute Public Type reference (TYPE) ORA_T_DBA_HIST_METRIC_NAME Oracle Monitoring: table type for DBA_HIST_METRIC_NAME 20060721
10 G_MET_SS_SELECTION Instance attribute Public Type reference (TYPE) ORA_S_MET_SS_SELECTION General selections / Settings System Summary Metrics Monitr 20060721
11 MET_DET_SS_ALV_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20061113
12 MET_DET_SS_ALV_TABLE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20061113
13 MET_DET_SS_FIELDCATALOG Instance attribute Private Type reference (TYPE) LVC_T_FCAT Field Catalog for SAP List Viewer Control 20061113
14 MET_DET_SS_LAYOUT Instance attribute Private Type reference (TYPE) LVC_S_LAYO ALV control: Layout structure 20061113
15 MET_SS_ALV_CONTAINER Instance attribute Public Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20060721
16 MET_SS_ALV_TABLE Instance attribute Public Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20060721
17 MET_SS_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20060721
18 MET_SS_FIELDCATALOG Instance attribute Private Type reference (TYPE) LVC_T_FCAT Field Catalog for SAP List Viewer Control 20060721
19 MET_SS_LAYOUT Instance attribute Public Type reference (TYPE) LVC_S_LAYO ALV control: Layout structure 20060721
20 MET_SS_VIEWER Instance attribute Private Object reference (TYPE REF TO) CL_TIME_CHART_SIMPLE Simple time chart (based on chart engine) 20060721
21 TABSTRIP_TAB1 Constant Public Type reference (TYPE) SYUCOMM 'MET_SS_FC1' Function Code that Triggered PAI 20080125
22 TABSTRIP_TAB2 Constant Public Type reference (TYPE) SYUCOMM 'MET_SS_FC2' Function Code that Triggered PAI 20080125
23 VIEW_DATA Instance attribute Public Type reference (TYPE) ORACC_ACTION_MET_SS All System Summary Metrics definitions 20060721
Methods
# Method Level Visibility Method type Description Created on
1 GET_DEFAULT_TIMEFRAME Instance method Private Method get timestamps from gv$view and set them in the sel box 20061108
2 GET_GENERAL_SELECTION Instance method Public Method 20060724
3 GET_METRICS_SELECTION Instance method Public Method 20060726
4 HANDLE_CLICK_GRAPH Instance method Private Event handling method event handler for graphic click 20061113
5 MAKE_HUMAN_TIMESTAMP Instance method Private Method generate timestamp out of a graph timestamp 20060724
6 MET_SS_GET_DATA Instance method Private Method retrieving the System Summary Data from the Database 20060722
7 OKC_LOADDATA Instance method Private Method Load data pool according to selections 20060724
8 OKC_METRIC_SELECTION Instance method Private Method switch to a different metric from the pull-down menu 20060727
9 OKC_SHOW_TIMEFRAMEINFO Instance method Private Method show available timestamps for system metrics 20060724
10 OKC_TIMEFRAME_DEFAULT Instance method Private Method resets the timestamps to the 1h default 20060724
11 SET_GENERAL_SELECTION Instance method Public Method 20060724
12 SET_METRICS_SELECTION Instance method Public Method 20060726
Events
Class CL_ORA_ACTION_MET_SS has no event.
Types
Class CL_ORA_ACTION_MET_SS has no local type.
Method Signatures

Method GET_DEFAULT_TIMEFRAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DBA_MAX_TIME Call by reference Type reference (TYPE) ORA_HIST_END_INT_T Oracle mon.: Time at the end of the snapshot interval 20061108
2 Exporting E_DBA_MIN_TIME Call by reference Type reference (TYPE) ORA_HIST_BEG_INT_T Oracle mon: Time at the beginning of the snapshot interval 20061108
3 Exporting E_GV_MAX_TIME Call by reference Type reference (TYPE) ORA_HIST_END_INT_T Oracle mon.: Time at the end of the snapshot interval 20061108
4 Exporting E_GV_MIN_TIME Call by reference Type reference (TYPE) ORA_HIST_BEG_INT_T Oracle mon: Time at the beginning of the snapshot interval 20061108

Method GET_DEFAULT_TIMEFRAME on class CL_ORA_ACTION_MET_SS has no exception.

Method GET_GENERAL_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_GENERAL_SELECTION Value transfer Type reference (TYPE) ORA_S_MET_SS_SELECTION 20060724

Method GET_GENERAL_SELECTION on class CL_ORA_ACTION_MET_SS has no exception.

Method GET_METRICS_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_METRICS_SELECTION Value transfer Type reference (TYPE) ORA_T_DBA_HIST_METRIC_NAME Oracle Monitoring: table type for DBA_HIST_METRIC_NAME 20060726

Method GET_METRICS_SELECTION on class CL_ORA_ACTION_MET_SS has no exception.

Method HANDLE_CLICK_GRAPH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLICKED_ENTRY Call by reference Attribute reference (LIKE) 20061113
2 Importing CLICKED_SERIES Call by reference Attribute reference (LIKE) 20061113
3 Importing ELEMENT Call by reference Attribute reference (LIKE) 20061113
4 Importing POINT_NR Call by reference Attribute reference (LIKE) 20061113
5 Importing SERIES_NR Call by reference Attribute reference (LIKE) 20061113

Method HANDLE_CLICK_GRAPH on class CL_ORA_ACTION_MET_SS has no exception.

Method MAKE_HUMAN_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATE Call by reference Type reference (TYPE) SYDATS (8-character) Date for SYST 20060724
2 Exporting E_MILLI Call by reference Type reference (TYPE) CHAR3 3-Byte field 20060724
3 Exporting E_TIME Call by reference Type reference (TYPE) SYTIME TIME Data Element for SYST 20060724
4 Importing I_TIMESTAMP Call by reference Type reference (TYPE) ORA_HIST_BEG_INT_T Oracle mon: Time at the beginning of the snapshot interval 20060724

Method MAKE_HUMAN_TIMESTAMP on class CL_ORA_ACTION_MET_SS has no exception.

Method MET_SS_GET_DATA Signature

Method MET_SS_GET_DATA on class CL_ORA_ACTION_MET_SS has no parameter.
Method MET_SS_GET_DATA on class CL_ORA_ACTION_MET_SS has no exception.

Method OKC_LOADDATA Signature

Method OKC_LOADDATA on class CL_ORA_ACTION_MET_SS has no parameter.
Method OKC_LOADDATA on class CL_ORA_ACTION_MET_SS has no exception.

Method OKC_METRIC_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SELECTION Call by reference Type reference (TYPE) ORA_S_MET_SS_SELECTION General selections / settings for System Metrics Monitor 20060727
2 Returning R_SELECTION Value transfer Type reference (TYPE) ORA_S_MET_SS_SELECTION General selections / settings for System Metrics Monitor 20060727

Method OKC_METRIC_SELECTION on class CL_ORA_ACTION_MET_SS has no exception.

Method OKC_SHOW_TIMEFRAMEINFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SELECTION Call by reference Type reference (TYPE) ORA_S_MET_SS_SELECTION General selections / settings for System Metrics Monitor 20060724
2 Returning R_SELECTION Value transfer Type reference (TYPE) ORA_S_MET_SS_SELECTION General selections / settings for System Metrics Monitor 20060724

Method OKC_SHOW_TIMEFRAMEINFO on class CL_ORA_ACTION_MET_SS has no exception.

Method OKC_TIMEFRAME_DEFAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SELECTION Call by reference Type reference (TYPE) ORA_S_MET_SS_SELECTION General selections / settings for System Metrics Monitor 20060724
2 Returning R_SELECTION Value transfer Type reference (TYPE) ORA_S_MET_SS_SELECTION General selections / settings for System Metrics Monitor 20060724

Method OKC_TIMEFRAME_DEFAULT on class CL_ORA_ACTION_MET_SS has no exception.

Method SET_GENERAL_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GENERAL_SELECTION Call by reference Type reference (TYPE) ORA_S_MET_SS_SELECTION 20060724

Method SET_GENERAL_SELECTION on class CL_ORA_ACTION_MET_SS has no exception.

Method SET_METRICS_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_METRICS_SELECTION Call by reference Type reference (TYPE) ORA_T_DBA_HIST_METRIC_NAME Oracle Monitoring: table type for DBA_HIST_METRIC_NAME 20060726

Method SET_METRICS_SELECTION on class CL_ORA_ACTION_MET_SS has no exception.
History
Last changed by/on SAP  20080612 
SAP Release Created in 710