SAP ABAP Class CL_DB6_ACTION_APPLS_UOWS (DB6: Agent + UOW Overview (replaces Appl.Snapshot with 9.7))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-DB6 (Application Component) DB2 Universal Database for UNIX / NT
     STU6 (Package) DB6: Performance-Monitor (UNIX/Windows)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DB6_ACTION_CONTROLLER DB6: Abstract Action Controller 20090407
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DB6_SELECTION_MEMBER DB6: member selection interface 20091202
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DB6_SELECTION_SC DB6: SC selection interface 20100218
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_ACTION_CONTROLLER_ALV DBA Cockpit: Access to ALV object 20090407
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_ACTION_CONTROLLER_SLCT DBA Cockpit: Data Selection 20131129
Properties
Class CL_DB6_ACTION_APPLS_UOWS  
Short Description DB6: Agent + UOW Overview (replaces Appl.Snapshot with 9.7)    
Super Class CL_DB6_ACTION_CONTROLLER DB6: Abstract Action Controller 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STU6   DB6: Performance-Monitor (UNIX/Windows) 
Created 20090407   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_DB6_SELECTION_MEMBER DB6: member selection interface 20091202
2 IF_DB6_SELECTION_SC DB6: SC selection interface 20100218
3 IF_DBA_ACTION_CONTROLLER_ALV DBA Cockpit: Access to ALV object 20090407
4 IF_DBA_ACTION_CONTROLLER_SLCT DBA Cockpit: Data Selection 20131129
Friends
Class CL_DB6_ACTION_APPLS_UOWS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALV Instance attribute Private Object reference (TYPE REF TO) CL_DB6_ALV DB6: simple ALV abstraction 20090407
2 ALV_VISIBLE_ROW_CNT Instance attribute Public Type reference (TYPE) I 20100301
3 CANCEL_SEL_IX Instance attribute Public Type reference (TYPE) I 20100301
4 CMD_CANCELACT Constant Public Type reference (TYPE) SYUCOMM 'CANCELACT' 20090407
5 CMD_CAPTUREACT Constant Public Type reference (TYPE) SYUCOMM 'CAPTUREACT' 20090407
6 CMD_TRACEAPPL Constant Public Type reference (TYPE) SYUCOMM 'TRACEAPPL' 20090407
7 CO_APPLTYPE_APPL Constant Private Type reference (TYPE) I 1 20100226
8 CO_APPLTYPE_AUTON Constant Private Type reference (TYPE) I 2 20100226
9 IT_AGENT_MEM_POOLS Instance attribute Private Type reference (TYPE) DB6PMSAGENT_MEMORY_POOL_TAB DB6: Application Snapshot Memory Pool 20100301
10 IT_SCAGENTS Instance attribute Private Type reference (TYPE) DB6WLM_SC_AGENTS_TAB DB6: Tabel of DB6WLM_SC_AGENTS 20100301
11 IT_UOWS Instance attribute Private Type reference (TYPE) DB6MON_UOW_TAB DB6: Table of DB6MON_UOW 20100301
12 IT_WLOCCACTS Instance attribute Private Type reference (TYPE) DB6WLM_WLOCCACT_TAB DB6: Table of DB6WLM_WLOCCACT 20100301
13 LAST_ACTSTATE_FILTER Instance attribute Private Type reference (TYPE) DBA_CHECKBOX_GROUP DBA Cockpit: Checkbox Group 20100301
14 LAST_ACTTYPE_FILTER Instance attribute Private Type reference (TYPE) DBA_CHECKBOX_GROUP DBA Cockpit: Checkbox Group 20100301
15 LAST_APPLSTATE_FILTER Instance attribute Private Type reference (TYPE) DBA_CHECKBOX_GROUP DBA Cockpit: Checkbox Group 20100301
16 LAST_EVENTTYPE_FILTER Instance attribute Private Type reference (TYPE) DBA_CHECKBOX_GROUP DBA Cockpit: Checkbox Group 20100304
17 NAV_REF Instance attribute Private Attribute reference (LIKE) 20090407
18 REGEN_DYN_FILTER Instance attribute Public Type reference (TYPE) ABAP_BOOL Supplement for True Boolean Type: 'X' == True '' == False 20100301
19 VIEW_DATA Instance attribute Public Type reference (TYPE) DB6_VIEW_AGENTS_UOWS DB6: view data structure for Agent-UOW overview 20090407
Methods
# Method Level Visibility Method type Description Created on
1 CANCEL_ACTIVITY Instance method Public Method cancel activity in progress 20090407
2 CAPTURE_ACTIVITY Instance method Public Method capture activity in progress 20090407
3 DISPLAY_DETAILS Instance method Public Method display application details 20090407
4 HANDLE_ALV_DOUBLE_CLICK Instance method Private Method 20131002
5 PREPARE_DYN_FILTER Instance method Private Method 20100301
6 REFRESH_DISPLAY Instance method Public Method refresh display according selection 20090407
7 SET_GRID_ATTRIBUTES Instance method Private Method set grid attributes for ALV Grid 20090407
8 TRACE_APPLICATION Instance method Public Method trace activity of a selected agent 20090407
Events
Class CL_DB6_ACTION_APPLS_UOWS has no event.
Types
Class CL_DB6_ACTION_APPLS_UOWS has no local type.
Method Signatures

Method CANCEL_ACTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEL_IX Call by reference Type reference (TYPE) I 20100301

Method CANCEL_ACTIVITY on class CL_DB6_ACTION_APPLS_UOWS has no exception.

Method CAPTURE_ACTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEL_IX Call by reference Type reference (TYPE) I 20100301

Method CAPTURE_ACTIVITY on class CL_DB6_ACTION_APPLS_UOWS has no exception.

Method DISPLAY_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEL_IX Call by reference Type reference (TYPE) I 20100301

Method DISPLAY_DETAILS on class CL_DB6_ACTION_APPLS_UOWS has no exception.

Method HANDLE_ALV_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SELECT_ROW Call by reference Type reference (TYPE) I 20131002

Method HANDLE_ALV_DOUBLE_CLICK on class CL_DB6_ACTION_APPLS_UOWS has no exception.

Method PREPARE_DYN_FILTER Signature

Method PREPARE_DYN_FILTER on class CL_DB6_ACTION_APPLS_UOWS has no parameter.
Method PREPARE_DYN_FILTER on class CL_DB6_ACTION_APPLS_UOWS has no exception.

Method REFRESH_DISPLAY Signature

Method REFRESH_DISPLAY on class CL_DB6_ACTION_APPLS_UOWS has no parameter.
Method REFRESH_DISPLAY on class CL_DB6_ACTION_APPLS_UOWS has no exception.

Method SET_GRID_ATTRIBUTES Signature

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

Method TRACE_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEL_IX Call by reference Type reference (TYPE) I 20100301

Method TRACE_APPLICATION on class CL_DB6_ACTION_APPLS_UOWS has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 720