SAP ABAP Class CL_ORA_ACTION_SYSEVT_3 (ORA: System Event Monitor)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON-ORA (Application Component) Oracle Database Monitors
     S_ORA_COCKPIT (Package) DBACockpit: Oracle Monitors
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 20100325
Properties
Class CL_ORA_ACTION_SYSEVT_3  
Short Description ORA: System Event Monitor    
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_ORA_COCKPIT   DBACockpit: Oracle Monitors 
Created 20100122   SAP 
Last change 20130531   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_SYSEVT_3 has no interface implemented.
Friends
Class CL_ORA_ACTION_SYSEVT_3 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALV_1 Instance attribute Public Object reference (TYPE REF TO) CL_DB6_ALV ALV_1 20100325
2 ALV_2 Instance attribute Public Object reference (TYPE REF TO) CL_DB6_ALV ALV_2 20100325
3 ALV_3 Instance attribute Public Object reference (TYPE REF TO) CL_DB6_ALV ALV_3 20100325
4 C_FC_SYSEVTHELP Constant Private Type reference (TYPE) UI_FUNC 'GML_FC_SYSEVTHELP' Function code: Help 20100325
5 C_IDLE_LIST Instance attribute Private Type reference (TYPE) STRING String with idle events 20100325
6 GSV_DB_RAC Instance attribute Private Type reference (TYPE) C RAC flag 20100325
7 IDLE_LIST Instance attribute Private Type reference (TYPE) TY_IDLE_EVENTS Table for idle list event 20120427
8 LS_LAYOUT1 Instance attribute Private Type reference (TYPE) LVC_S_LAYO ALV Layout 20100325
9 LS_LAYOUT2 Instance attribute Private Type reference (TYPE) LVC_S_LAYO ALV Layout 20100325
10 LS_LAYOUT3 Instance attribute Private Type reference (TYPE) LVC_S_LAYO ALV Layout 20100325
11 START Instance attribute Public Object reference (TYPE REF TO) IF_DBA_DATABASE DBA Cockpit: Database Object Interface 20100325
12 TABSTRIP_TAB1 Constant Public Type reference (TYPE) SYUCOMM 'SE_TAB1' Tabstrip 1 20100325
13 TABSTRIP_TAB2 Constant Public Type reference (TYPE) SYUCOMM 'SE_TAB2' Tabstrip 2 20100325
14 TABSTRIP_TAB3 Constant Public Type reference (TYPE) SYUCOMM 'SE_TAB3' Tabstrip 3 20100325
15 VIEW_DATA Instance attribute Public Type reference (TYPE) ORACC_ACTION_SYSEVT Data displayed 20100325
Methods
# Method Level Visibility Method type Description Created on
1 COLLECT_DATA Instance method Public Method Read all data 20100325
2 GET_DATA_1 Instance method Public Method Busy Wait Summary 20100325
3 GET_DATA_2 Instance method Public Method Wait Event Details 20100325
4 GET_DATA_3 Instance method Public Method Get gv$system_event 20100325
5 GET_IDLE_EVENTS Instance method Private Method Get the idle events 20100325
6 MODIFY_INTO_DATE_FORMAT Static method Private Method into date 20100325
7 MODIFY_INTO_TIME_FORMAT Static method Private Method into time 20100325
8 SET_GRID_ATTRIBUTES Instance method Private Method SET_GRID_ATTRIBUTES 20100325
9 SUBTRACT_DATA Instance method Public Method Subtract data: Since Reset button 20100325
Events
Class CL_ORA_ACTION_SYSEVT_3 has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_IDLE_EVENT Private See coding 20120427 BEGIN OF ty_idle_event, t_idle(64) TYPE c, END OF ty_idle_event
2 TY_IDLE_EVENTS Private See coding 20120427 ty_idle_events TYPE STANDARD TABLE OF ty_idle_event WITH DEFAULT KEY
Method Signatures

Method COLLECT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_INST_ID Call by reference Type reference (TYPE) ORA_INST_ID Oracle monitor: Instance ID 20100325
2 Importing P_REMSYS Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20100325

Method COLLECT_DATA on class CL_ORA_ACTION_SYSEVT_3 has no exception.

Method GET_DATA_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_INST_ID Call by reference Type reference (TYPE) ORA_INST_ID Oracle monitor: Instance ID 20100325
2 Importing P_REMSYS Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20100325

Method GET_DATA_1 on class CL_ORA_ACTION_SYSEVT_3 has no exception.

Method GET_DATA_2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_INST_ID Call by reference Type reference (TYPE) ORA_INST_ID Oracle monitor: Instance ID 20100325
2 Importing P_REMSYS Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20100325

Method GET_DATA_2 on class CL_ORA_ACTION_SYSEVT_3 has no exception.

Method GET_DATA_3 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_INST_ID Call by reference Type reference (TYPE) ORA_INST_ID Oracle monitor: Instance ID 20100325
2 Importing P_REMSYS Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20100325

Method GET_DATA_3 on class CL_ORA_ACTION_SYSEVT_3 has no exception.

Method GET_IDLE_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REMSYS Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20101117
2 Returning R_IDLE_LIST Value transfer Type reference (TYPE) TY_IDLE_EVENTS 20120427

Method GET_IDLE_EVENTS on class CL_ORA_ACTION_SYSEVT_3 has no exception.

Method MODIFY_INTO_DATE_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing INPUT_DATE Call by reference Type reference (TYPE) STRING 20100325

Method MODIFY_INTO_DATE_FORMAT on class CL_ORA_ACTION_SYSEVT_3 has no exception.

Method MODIFY_INTO_TIME_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing INPUT_TIME Call by reference Type reference (TYPE) STRING 20100325

Method MODIFY_INTO_TIME_FORMAT on class CL_ORA_ACTION_SYSEVT_3 has no exception.

Method SET_GRID_ATTRIBUTES Signature

Method SET_GRID_ATTRIBUTES on class CL_ORA_ACTION_SYSEVT_3 has no parameter.
Method SET_GRID_ATTRIBUTES on class CL_ORA_ACTION_SYSEVT_3 has no exception.

Method SUBTRACT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_OLD_DATA Call by reference Type reference (TYPE) ORACC_ACTION_SYSEVT 20100325

Method SUBTRACT_DATA on class CL_ORA_ACTION_SYSEVT_3 has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703