Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_VMCADMIN_NAVCONTEXT | Navigation Tree Properties | 20050408 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_VMCADMIN_NAVIGATION_OBJECT | Navigation object which responds to navigation tree events | 20050408 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_VMCADMIN_TABSTRIP_VIEW | Tabstrip Detail View Pattern for VMC Admin Plugins | 20051124 |
Properties
| Class | CL_VMCADMIN_CACHE_INFO | |
| Short Description | Cache | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | VMC_ADMIN | |
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | SVMCRT_ADMIN | VMC Administration and Monitoring |
| Created | 20050408 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_VMCADMIN_CACHE_INFO has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_VMCADMIN_NAVCONTEXT | Navigation Tree Properties | 20050408 | ||
| 2 | IF_VMCADMIN_NAVIGATION_OBJECT | Navigation object which responds to navigation tree events | 20050408 | ||
| 3 | IF_VMCADMIN_TABSTRIP_VIEW | Tabstrip Detail View Pattern for VMC Admin Plugins | 20051124 |
Friends
Class CL_VMCADMIN_CACHE_INFO has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | T_DESCR_TAB | Table for Description Texts | 20050413 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | T_DETAIL_VIEW_TAB | Table of Detail View Definitions | 20051124 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | I | 0 | 20050412 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | LVC_T_NKEY | Table with Expanded Statistics Tree Nodes | 20060523 | |||
| 5 | Constant | Private | Type reference (TYPE) | UI_FUNC | 'INIT' | Function Code: Display Cumulated Statistics | 20060523 | ||
| 6 | Constant | Private | Type reference (TYPE) | UI_FUNC | 'RESET' | Function Code: Reset Statistics | 20060523 | ||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | Table for Detail View | 20050411 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | I | View Currently Displayed | 20050418 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | LVC_S_LAYO | Layout Description of Table | 20050411 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20050411 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | INT4 | Screen Layout (Single View, Tabstrip, ...) | 20051124 | |||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20050518 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | LVC_S_LAYO | ALV Control: Layout Structure | 20050518 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20050518 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | LVC_T_FILT | Filter table of summary view | 20120716 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | SVMCRT_CACHE_REGION_TABLE | Region Table | 20050518 | |||
| 17 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Control | 20050411 | |||
| 18 | Static Attribute | Private | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for the Cache Statistics | 20060523 | |||
| 19 | Static Attribute | Private | Type reference (TYPE) | TREEV_HHDR | Hierarchy Header for the Cache Statistics | 20060523 | |||
| 20 | Static Attribute | Private | Type reference (TYPE) | LVC_T_LAYI | Layout Table for Entries in Cache Statistics | 20060523 | |||
| 21 | Static Attribute | Private | Type reference (TYPE) | LVC_S_LAYN | Layout for End Nodes in Cache Statistics | 20060523 | |||
| 22 | Static Attribute | Private | Type reference (TYPE) | LVC_S_LAYN | Layout for Cache Statistics Nodes | 20060523 | |||
| 23 | Instance attribute | Private | See coding | 20060523 | |||||
| 24 | Instance attribute | Private | See coding | Table with Last Statistics Tree Data | 20060523 | ||||
| 25 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Button Toolbar for Cache Admin | 20050411 | |||
| 26 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Toolbar Control for Cache Statistics | 20060523 | |||
| 27 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_COLUMN_TREE | Tree for Cache Data | 20050411 | |||
| 28 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_TREE | Tree for Cache Statistics Data | 20060523 |
Methods
Events
Class CL_VMCADMIN_CACHE_INFO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_DESCR_ITM | Private | See coding | 20050413 | begin of t_descr_itm,
line_key(20) type c,
value type string,
end of t_descr_itm
|
||
| 2 | T_DESCR_TAB | Private | See coding | 20050413 | t_descr_tab type sorted table of t_descr_itm
with unique key line_key
|
||
| 3 | T_DETAIL_VIEW_ENTRY | Private | Attribute reference (LIKE) | 20051124 | |
||
| 4 | T_DETAIL_VIEW_TAB | Private | Attribute reference (LIKE) | 20051124 | |
||
| 5 | T_HIERARCHY_NODE | Private | See coding | Hierarchy Nodes of an ALV Tree (Data Structure) | 20060523 | begin of t_hierarchy_node,
part type string,
node_key type lvc_nkey,
expanded type as4flag,
end of t_hierarchy_node
|
|
| 6 | T_ITEM_TAB | Private | See coding | Tree Control: Structure TREEV_ITEM + TEXT Field of Length 72 | 20050412 | t_item_tab type standard table of mtreeitm
|
Method Signatures
Method CALCULATE_REGION_HITS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | APP_NAME | Call by reference | Type reference (TYPE) | STRING | Name der Applikation | 20060524 | |||
| 2 | HITS_TOTAL | Value transfer | Type reference (TYPE) | F | Trefferquote über alle Aktivierungen | 20060524 | |||
| 3 | MONITOR_TAB | Call by reference | Type reference (TYPE) | SVMCRT_CACHE_MONITOR_TAB | Tabelle mit Cache-Monitordaten | 20060524 | |||
| 4 | REGION_NAME | Call by reference | Type reference (TYPE) | STRING | Name der Region | 20060524 |
Method CALCULATE_REGION_HITS on class CL_VMCADMIN_CACHE_INFO has no exception.
Method CALCULATE_TOTAL_HITS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | APP_NAME | Call by reference | Type reference (TYPE) | STRING | Name der Applikation | 20060523 | |||
| 2 | HITS_TOTAL | Value transfer | Type reference (TYPE) | F | Trefferquote über alle Aktivierungen | 20060523 | |||
| 3 | MONITOR_TAB | Call by reference | Type reference (TYPE) | SVMCRT_CACHE_MONITOR_TAB | Tabelle mit Cache-Monitordaten | 20060523 |
Method CALCULATE_TOTAL_HITS on class CL_VMCADMIN_CACHE_INFO has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_VMCADMIN_CACHE_INFO has no parameter.
Method CLASS_CONSTRUCTOR on class CL_VMCADMIN_CACHE_INFO has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_VMCADMIN_CACHE_INFO has no parameter.
Method CONSTRUCTOR on class CL_VMCADMIN_CACHE_INFO has no exception.
Method DEFINE_STATISTIC_LAYOUTS Signature
Method DEFINE_STATISTIC_LAYOUTS on class CL_VMCADMIN_CACHE_INFO has no parameter.
Method DEFINE_STATISTIC_LAYOUTS on class CL_VMCADMIN_CACHE_INFO has no exception.
Method DELETE_REG_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTIVATION | Value transfer | Type reference (TYPE) | STRING | 20120503 | ||||
| 2 | CLIENT | Value transfer | Type reference (TYPE) | STRING | 20120503 | ||||
| 3 | REGION | Value transfer | Type reference (TYPE) | STRING | 20120503 |
Method DELETE_REG_CONTENT on class CL_VMCADMIN_CACHE_INFO has no exception.
Method DISPLAY_KEY_VALUE_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ITEM_TAB | Call by reference | Type reference (TYPE) | T_ITEM_TAB | Bezeichner-Tabelle | 20050414 | |||
| 2 | P_NODE_TAB | Call by reference | Type reference (TYPE) | TREEV_NTAB | Knoten-Tabelle | 20050414 | |||
| 3 | P_PARENT_KEY | Call by reference | Type reference (TYPE) | I | Eigenschaften eines Knotens | 20050414 | |||
| 4 | P_TAB | Call by reference | Type reference (TYPE) | SVMCRT_CACHE_KEY_VALUE_TABLE | anzuzeigende Tabelle | 20050414 |
Method DISPLAY_KEY_VALUE_TABLE on class CL_VMCADMIN_CACHE_INFO has no exception.
Method FILL_DETAIL_VIEW_DEFINITIONS Signature
Method FILL_DETAIL_VIEW_DEFINITIONS on class CL_VMCADMIN_CACHE_INFO has no parameter.
Method FILL_DETAIL_VIEW_DEFINITIONS on class CL_VMCADMIN_CACHE_INFO has no exception.
Method GET_CACHE_MONITOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CACHE_SIZE | Call by reference | Type reference (TYPE) | INT4 | Cachegröße in Megabytes | 20060523 | |||
| 2 | COMMAND | Call by reference | Type reference (TYPE) | STRING | Kontrol-Befehl für den Java-Monitor | 20060523 | |||
| 3 | MESSAGES | Call by reference | Type reference (TYPE) | SVMCRT_MESSAGE_TAB | Tabelle mit T100-Message Codes | 20060523 | |||
| 4 | MONITOR | Call by reference | Type reference (TYPE) | SVMCRT_CACHE_MONITOR_TAB | Tabelle mit Cache-Monitordaten | 20060523 | |||
| 5 | RC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert des Aufrufs | 20060523 |
Method GET_CACHE_MONITOR on class CL_VMCADMIN_CACHE_INFO has no exception.
Method HANDLE_CONTEXT Signature
Method HANDLE_CONTEXT on class CL_VMCADMIN_CACHE_INFO has no parameter.
Method HANDLE_CONTEXT on class CL_VMCADMIN_CACHE_INFO has no exception.
Method INIT_DESCR_TEXTS Signature
Method INIT_DESCR_TEXTS on class CL_VMCADMIN_CACHE_INFO has no parameter.
Method INIT_DESCR_TEXTS on class CL_VMCADMIN_CACHE_INFO has no exception.
Method INIT_GRID_CONTROL Signature
Method INIT_GRID_CONTROL on class CL_VMCADMIN_CACHE_INFO has no parameter.
Method INIT_GRID_CONTROL on class CL_VMCADMIN_CACHE_INFO has no exception.
Method INIT_REG_GRID_CONTROL Signature
Method INIT_REG_GRID_CONTROL on class CL_VMCADMIN_CACHE_INFO has no parameter.
Method INIT_REG_GRID_CONTROL on class CL_VMCADMIN_CACHE_INFO has no exception.
Method INIT_STATISTICS_TREE_CONTROL Signature
Method INIT_STATISTICS_TREE_CONTROL on class CL_VMCADMIN_CACHE_INFO has no parameter.
Method INIT_STATISTICS_TREE_CONTROL on class CL_VMCADMIN_CACHE_INFO has no exception.
Method INIT_TOOLBAR Signature
Method INIT_TOOLBAR on class CL_VMCADMIN_CACHE_INFO has no parameter.
Method INIT_TOOLBAR on class CL_VMCADMIN_CACHE_INFO has no exception.
Method INIT_TREE_CONTROL Signature
Method INIT_TREE_CONTROL on class CL_VMCADMIN_CACHE_INFO has no parameter.
Method INIT_TREE_CONTROL on class CL_VMCADMIN_CACHE_INFO has no exception.
Method IS_STATISTICS_IN_TEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TEST_MODE | Value transfer | Type reference (TYPE) | BOOLEAN | 'X' wenn Test-Zustand aktiv, anderenfalls ' ' | 20060523 |
Method IS_STATISTICS_IN_TEST on class CL_VMCADMIN_CACHE_INFO has no exception.
Method IS_STATISTICS_OPERABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OPERABLE_MODE | Value transfer | Type reference (TYPE) | BOOLEAN | 'X' wenn Kernlefunktionalität aktiv, anderenfalls ' ' | 20060523 |
Method IS_STATISTICS_OPERABLE on class CL_VMCADMIN_CACHE_INFO has no exception.
Method REFRESH_TREE Signature
Method REFRESH_TREE on class CL_VMCADMIN_CACHE_INFO has no parameter.
Method REFRESH_TREE on class CL_VMCADMIN_CACHE_INFO has no exception.
Method REG_SUM_FILTER_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Value transfer | Attribute reference (LIKE) | 20120716 |
Method REG_SUM_FILTER_CHANGED on class CL_VMCADMIN_CACHE_INFO has no exception.
Method RESET_TREE Signature
Method RESET_TREE on class CL_VMCADMIN_CACHE_INFO has no parameter.
Method RESET_TREE on class CL_VMCADMIN_CACHE_INFO has no exception.
Method SET_EXPANDED_STATISTICS_NODES Signature
Method SET_EXPANDED_STATISTICS_NODES on class CL_VMCADMIN_CACHE_INFO has no parameter.
Method SET_EXPANDED_STATISTICS_NODES on class CL_VMCADMIN_CACHE_INFO has no exception.
Method SHOW_CONFIGURATION Signature
Method SHOW_CONFIGURATION on class CL_VMCADMIN_CACHE_INFO has no parameter.
Method SHOW_CONFIGURATION on class CL_VMCADMIN_CACHE_INFO has no exception.
Method SHOW_DETAIL_REG_CONF Signature
Method SHOW_DETAIL_REG_CONF on class CL_VMCADMIN_CACHE_INFO has no parameter.
Method SHOW_DETAIL_REG_CONF on class CL_VMCADMIN_CACHE_INFO has no exception.
Method SHOW_DETAIL_REG_OVERVIEW Signature
Method SHOW_DETAIL_REG_OVERVIEW on class CL_VMCADMIN_CACHE_INFO has no parameter.
Method SHOW_DETAIL_REG_OVERVIEW on class CL_VMCADMIN_CACHE_INFO has no exception.
Method SHOW_OVERVIEW Signature
Method SHOW_OVERVIEW on class CL_VMCADMIN_CACHE_INFO has no parameter.
Method SHOW_OVERVIEW on class CL_VMCADMIN_CACHE_INFO has no exception.
Method SHOW_REGION_OVERVIEW Signature
Method SHOW_REGION_OVERVIEW on class CL_VMCADMIN_CACHE_INFO has no parameter.
Method SHOW_REGION_OVERVIEW on class CL_VMCADMIN_CACHE_INFO has no exception.
Method SHOW_STATISTICS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMMAND | Call by reference | Type reference (TYPE) | STRING | Kontrolbefehl für den Cache-Monitor | 20060523 |
Method SHOW_STATISTICS on class CL_VMCADMIN_CACHE_INFO has no exception.
Method TOOLBAR_EXTENDED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_OBJECT | Call by reference | Attribute reference (LIKE) | 20120503 |
Method TOOLBAR_EXTENDED on class CL_VMCADMIN_CACHE_INFO has no exception.
Method TOOLBAR_PRESSED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Value transfer | Attribute reference (LIKE) | Funktionscode | 20050411 |
Method TOOLBAR_PRESSED on class CL_VMCADMIN_CACHE_INFO has no exception.
Method TOOLBAR_STATISTIC_PRESSED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Call by reference | Attribute reference (LIKE) | 20060523 |
Method TOOLBAR_STATISTIC_PRESSED on class CL_VMCADMIN_CACHE_INFO has no exception.
Method TOOLBAR_USER_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Call by reference | Attribute reference (LIKE) | 20120503 |
Method TOOLBAR_USER_COMMAND on class CL_VMCADMIN_CACHE_INFO has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |