SAP ABAP Class CL_AR_STATISTIC_HANDLER (Archiving Monitor)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-FS-ARE (Application Component) Archiving Engine
     ARFA_ARCHIVING_COCKPIT (Package) Archiving Cockpit
Properties
Class CL_AR_STATISTIC_HANDLER  
Short Description Archiving Monitor    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package ARFA_ARCHIVING_COCKPIT   Archiving Cockpit 
Created 20040419   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ARFA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSDS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_AR_STATISTIC_HANDLER has no interface implemented.
Friends
Class CL_AR_STATISTIC_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 F_CONGLOMERATE Static Attribute Public Type reference (TYPE) BCA_F_CONGLOMERATE Conglomerate 20050224
2 F_INPUT Static Attribute Public Type reference (TYPE) TYP_F_ARE_STATISTIC_DISPLAY Entry 20050214
3 O_GRID Static Attribute Public Object reference (TYPE REF TO) CL_GUI_ALV_GRID Monitor Overview 20040423
4 O_GRID_BOS Static Attribute Public Object reference (TYPE REF TO) CL_GUI_ALV_GRID Business Objects 20050215
5 O_GRID_PACKAGE Static Attribute Public Object reference (TYPE REF TO) CL_GUI_ALV_GRID Package Overview 20040914
6 O_GRID_TRACE Static Attribute Public Object reference (TYPE REF TO) CL_GUI_ALV_GRID Business Check Sequence 20050215
7 O_GRID_TVIEW1 Static Attribute Public Object reference (TYPE REF TO) CL_GUI_ALV_GRID Technical View 1 20050223
8 O_GRID_TVIEW2 Static Attribute Public Object reference (TYPE REF TO) CL_GUI_ALV_GRID Technical View 2 20050223
9 O_TIMER Static Attribute Public Object reference (TYPE REF TO) CL_GUI_TIMER SAP Timer Control 20041016
10 P_MODE Static Attribute Public Type reference (TYPE) TYP_P_MODE Archiving Engine Mode 20041005
11 P_TABNAME Static Attribute Public Type reference (TYPE) TABNAME Table Name 20050224
12 P_TRACE_CATEGORY Static Attribute Public Type reference (TYPE) AREN_CATEGORY Category 20050214
13 T_TABLE Static Attribute Public Type reference (TYPE) TYP_T_STATISTIC_HEADER Timepoints 20040419
14 T_TABLE_BOS Static Attribute Public Object reference (TYPE REF TO) DATA Business Objects 20050215
15 T_TABLE_PACKAGE Static Attribute Public Type reference (TYPE) TYP_T_STATISTICS_PACKAGE Packages 20040914
16 T_TABLE_PACKAGEADK Static Attribute Public Type reference (TYPE) TYP_T_STATISTICS_PACKAGEADK ADK Packages 20041008
17 T_TABLE_TRACE Static Attribute Public Type reference (TYPE) TYP_T_BUSINESS_CHECK_SEQUENCE Business Check Sequence 20050215
18 T_TABLE_TVIEW1 Static Attribute Public Type reference (TYPE) TYP_T_CONGLOM_STATS Technical View 1 20050223
19 T_TABLE_TVIEW2 Static Attribute Public Object reference (TYPE REF TO) DATA Technical View 2 20050223
Methods
# Method Level Visibility Method type Description Created on
1 IS_DISPLAYABLE_IN_ALV Static method Public Method Check if Structure Can Be Displayed in ALV 20070228
2 ON_FINISHED Static method Public Event handling method Timer in Monitor 20041016
3 ON_HOTSPOT Static method Public Event handling method Monitor Overview - Navigation 20050215
4 ON_HOTSPOT_TRACE Static method Public Event handling method Business Check Sequence: Navigation in Editor 20050217
5 ON_HOTSPOT_TVIEW1 Static method Public Event handling method Navigation for Table Contents and DB Read Module 20050223
6 ON_MENUBUTTON Static method Public Event handling method Menu Button Diagnosis 20040917
7 ON_TOOLBAR Static method Public Event handling method Buttons for Monitor 20040423
8 ON_TOOLBAR_BOS Static method Public Event handling method Buttons for Diagnosis of Business Object - Overview 20050215
9 ON_TOOLBAR_PACK Static method Public Event handling method Buttons for Package Overview 20041002
10 ON_TOOLBAR_TRACE Static method Public Event handling method Buttons for Business Check Sequence 20050215
11 ON_TOOLBAR_TVIEW1 Static method Public Event handling method Buttons for Conglomerate (Technical View 1) 20050224
12 ON_TOOLBAR_TVIEW2 Static method Public Event handling method Buttons for Conglomerate (Technical View 1) 20050225
13 ON_USER_COMMAND Static method Public Event handling method Monitor: Evaluation of Command 20040419
14 ON_USER_COMMAND_BOS Static method Public Event handling method Business Objects: Evaluation of Command 20050215
15 ON_USER_COMMAND_PACK Static method Public Event handling method Package Overview: Evaluation of Command 20041002
Events
Class CL_AR_STATISTIC_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_T_CONGLOM_STATS Public See coding 20070227 TYP_T_CONGLOM_STATS type standard table of aren_str_conglom_statistics with DEFAULT KEY
Method Signatures

Method IS_DISPLAYABLE_IN_ALV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRUCTNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20070228
2 Returning R_FLG_DISPLAYABLE Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20070228

Method IS_DISPLAYABLE_IN_ALV on class CL_AR_STATISTIC_HANDLER has no exception.

Method ON_FINISHED Signature

Method ON_FINISHED on class CL_AR_STATISTIC_HANDLER has no parameter.
Method ON_FINISHED on class CL_AR_STATISTIC_HANDLER has no exception.

Method ON_HOTSPOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_COLUMN_ID Value transfer Attribute reference (LIKE) 20050215
2 Importing E_ROW_ID Value transfer Attribute reference (LIKE) ZeilenId 20050215

Method ON_HOTSPOT on class CL_AR_STATISTIC_HANDLER has no exception.

Method ON_HOTSPOT_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_COLUMN_ID Value transfer Attribute reference (LIKE) 20050217
2 Importing E_ROW_ID Value transfer Attribute reference (LIKE) 20050217

Method ON_HOTSPOT_TRACE on class CL_AR_STATISTIC_HANDLER has no exception.

Method ON_HOTSPOT_TVIEW1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_COLUMN_ID Value transfer Attribute reference (LIKE) 20050223
2 Importing E_ROW_ID Value transfer Attribute reference (LIKE) 20050223

Method ON_HOTSPOT_TVIEW1 on class CL_AR_STATISTIC_HANDLER has no exception.

Method ON_MENUBUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20040917
2 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20040917

Method ON_MENUBUTTON on class CL_AR_STATISTIC_HANDLER has no exception.

Method ON_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20040423

Method ON_TOOLBAR on class CL_AR_STATISTIC_HANDLER has no exception.

Method ON_TOOLBAR_BOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20050215

Method ON_TOOLBAR_BOS on class CL_AR_STATISTIC_HANDLER has no exception.

Method ON_TOOLBAR_PACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20041002

Method ON_TOOLBAR_PACK on class CL_AR_STATISTIC_HANDLER has no exception.

Method ON_TOOLBAR_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20050215

Method ON_TOOLBAR_TRACE on class CL_AR_STATISTIC_HANDLER has no exception.

Method ON_TOOLBAR_TVIEW1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20050224

Method ON_TOOLBAR_TVIEW1 on class CL_AR_STATISTIC_HANDLER has no exception.

Method ON_TOOLBAR_TVIEW2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20050225

Method ON_TOOLBAR_TVIEW2 on class CL_AR_STATISTIC_HANDLER has no exception.

Method ON_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20040423

Method ON_USER_COMMAND on class CL_AR_STATISTIC_HANDLER has no exception.

Method ON_USER_COMMAND_BOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20050215

Method ON_USER_COMMAND_BOS on class CL_AR_STATISTIC_HANDLER has no exception.

Method ON_USER_COMMAND_PACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20041002

Method ON_USER_COMMAND_PACK on class CL_AR_STATISTIC_HANDLER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 30