SAP ABAP Class CL_VMCADMIN_CACHE_CONF (Cache)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-VMC (Application Component) Virtual Machine Container
     SVMCRT_ADMIN (Package) VMC Administration and Monitoring
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_VMCADMIN_NAVCONTEXT Navigation Tree Properties 20050520
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_VMCADMIN_NAVIGATION_OBJECT Navigation object which responds to navigation tree events 20050520
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_VMCADMIN_TABSTRIP_VIEW Tabstrip Detail View Pattern for VMC Admin Plugins 20051122
Properties
Class CL_VMCADMIN_CACHE_CONF  
Short Description Cache    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SVMCRT_ADMIN   VMC Administration and Monitoring 
Created 20050520   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_VMCADMIN_CACHE_CONF has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_VMCADMIN_NAVCONTEXT Navigation Tree Properties 20050520
2 IF_VMCADMIN_NAVIGATION_OBJECT Navigation object which responds to navigation tree events 20050520
3 IF_VMCADMIN_TABSTRIP_VIEW Tabstrip Detail View Pattern for VMC Admin Plugins 20051122
Friends
Class CL_VMCADMIN_CACHE_CONF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DESCR_TAB Static Attribute Private Type reference (TYPE) T_DESCR_TAB Table for Description Texts 20050520
2 DETAIL_VIEW_TAB Instance attribute Private Type reference (TYPE) T_DETAIL_VIEW_TAB Detail Views for Tabstrip 20051122
3 DISTINCT_IDX Instance attribute Private Type reference (TYPE) I 0 20050520
4 GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID Table for Detail View 20050520
5 LAST_VIEW Instance attribute Private Type reference (TYPE) I View Currently Displayed 20050520
6 LAYOUT_GRID Instance attribute Private Type reference (TYPE) LVC_S_LAYO Layout Description of Table 20050520
7 MAIN_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20050520
8 MY_PATTERN Instance attribute Private Type reference (TYPE) INT4 Navigation Pattern (Frame, Tabstrip,...) 20051122
9 REG_GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20050520
10 REG_GRID_LAYOUT Instance attribute Private Type reference (TYPE) LVC_S_LAYO ALV Control: Layout Structure 20050520
11 REG_SUM_FCAT Instance attribute Private Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20050520
12 REG_SUM_TAB Instance attribute Private Type reference (TYPE) SVMCRT_CACHE_REGION_TABLE Region Table 20050520
13 SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter Control 20050520
14 TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR Button Toolbar for Cache Admin 20050520
15 TREE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_COLUMN_TREE Tree for Cache Data 20050520
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Class Constructor 20050520
2 DELETE_REG_CONTENT Instance method Private Method 20050520
3 DISPLAY_KEY_VALUE_TABLE Instance method Private Method Creation of Configuration View 20050520
4 FILL_DETAIL_VIEW_DEFINITIONS Instance method Private Method 20051123
5 HANDLE_CONTEXT Instance method Private Method 20050520
6 INIT_DESCR_TEXTS Instance method Private Method Initialization of Table of Description Texts 20050520
7 INIT_GRID_CONTROL Instance method Private Method 20050520
8 INIT_REG_GRID_CONTROL Instance method Private Method 20050520
9 INIT_TOOLBAR Instance method Private Method 20050520
10 INIT_TREE_CONTROL Instance method Private Method Initializes the tree control 20050520
11 REFRESH_TREE Instance method Private Method Refresh Tree Structure 20050520
12 RESET_TREE Instance method Private Method Deletion of Tree 20050520
13 SHOW_CONFIGURATION Instance method Private Method Cache Configuration Display 20050520
14 SHOW_DETAIL_REG_CONF Instance method Private Method Provides detailed cache information 20050520
15 SHOW_DETAIL_REG_OVERVIEW Instance method Private Method 20050520
16 SHOW_REGION_OVERVIEW Instance method Private Method 20050520
17 TOOLBAR_PRESSED Instance method Private Event handling method 20050520
Events
Class CL_VMCADMIN_CACHE_CONF has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_DESCR_ITM Private See coding 20050520 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 20050520 T_DESCR_TAB TYPE SORTED TABLE of t_descr_itm WITH UNIQUE KEY line_key
3 T_DETAIL_VIEW_ENTRY Private Attribute reference (LIKE) 20051122
4 T_DETAIL_VIEW_TAB Private Attribute reference (LIKE) 20051122
5 T_ITEM_TAB Private See coding Tree Control: Structure TREEV_ITEM + TEXT Field of Length 72 20050520 T_ITEM_TAB TYPE STANDARD TABLE of mtreeitm
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_VMCADMIN_CACHE_CONF has no parameter.
Method CONSTRUCTOR on class CL_VMCADMIN_CACHE_CONF has no exception.

Method DELETE_REG_CONTENT Signature

Method DELETE_REG_CONTENT on class CL_VMCADMIN_CACHE_CONF has no parameter.
Method DELETE_REG_CONTENT on class CL_VMCADMIN_CACHE_CONF has no exception.

Method DISPLAY_KEY_VALUE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_ITEM_TAB Call by reference Type reference (TYPE) T_ITEM_TAB Bezeichner-Tabelle 20050520
2 Changing P_NODE_TAB Call by reference Type reference (TYPE) TREEV_NTAB Knoten-Tabelle 20050520
3 Importing P_PARENT_KEY Call by reference Type reference (TYPE) I Eigenschaften eines Knotens 20050520
4 Importing P_TAB Call by reference Type reference (TYPE) SVMCRT_CACHE_KEY_VALUE_TABLE anzuzeigende Tabelle 20050520

Method DISPLAY_KEY_VALUE_TABLE on class CL_VMCADMIN_CACHE_CONF has no exception.

Method FILL_DETAIL_VIEW_DEFINITIONS Signature

Method FILL_DETAIL_VIEW_DEFINITIONS on class CL_VMCADMIN_CACHE_CONF has no parameter.
Method FILL_DETAIL_VIEW_DEFINITIONS on class CL_VMCADMIN_CACHE_CONF has no exception.

Method HANDLE_CONTEXT Signature

Method HANDLE_CONTEXT on class CL_VMCADMIN_CACHE_CONF has no parameter.
Method HANDLE_CONTEXT on class CL_VMCADMIN_CACHE_CONF has no exception.

Method INIT_DESCR_TEXTS Signature

Method INIT_DESCR_TEXTS on class CL_VMCADMIN_CACHE_CONF has no parameter.
Method INIT_DESCR_TEXTS on class CL_VMCADMIN_CACHE_CONF has no exception.

Method INIT_GRID_CONTROL Signature

Method INIT_GRID_CONTROL on class CL_VMCADMIN_CACHE_CONF has no parameter.
Method INIT_GRID_CONTROL on class CL_VMCADMIN_CACHE_CONF has no exception.

Method INIT_REG_GRID_CONTROL Signature

Method INIT_REG_GRID_CONTROL on class CL_VMCADMIN_CACHE_CONF has no parameter.
Method INIT_REG_GRID_CONTROL on class CL_VMCADMIN_CACHE_CONF has no exception.

Method INIT_TOOLBAR Signature

Method INIT_TOOLBAR on class CL_VMCADMIN_CACHE_CONF has no parameter.
Method INIT_TOOLBAR on class CL_VMCADMIN_CACHE_CONF has no exception.

Method INIT_TREE_CONTROL Signature

Method INIT_TREE_CONTROL on class CL_VMCADMIN_CACHE_CONF has no parameter.
Method INIT_TREE_CONTROL on class CL_VMCADMIN_CACHE_CONF has no exception.

Method REFRESH_TREE Signature

Method REFRESH_TREE on class CL_VMCADMIN_CACHE_CONF has no parameter.
Method REFRESH_TREE on class CL_VMCADMIN_CACHE_CONF has no exception.

Method RESET_TREE Signature

Method RESET_TREE on class CL_VMCADMIN_CACHE_CONF has no parameter.
Method RESET_TREE on class CL_VMCADMIN_CACHE_CONF has no exception.

Method SHOW_CONFIGURATION Signature

Method SHOW_CONFIGURATION on class CL_VMCADMIN_CACHE_CONF has no parameter.
Method SHOW_CONFIGURATION on class CL_VMCADMIN_CACHE_CONF has no exception.

Method SHOW_DETAIL_REG_CONF Signature

Method SHOW_DETAIL_REG_CONF on class CL_VMCADMIN_CACHE_CONF has no parameter.
Method SHOW_DETAIL_REG_CONF on class CL_VMCADMIN_CACHE_CONF has no exception.

Method SHOW_DETAIL_REG_OVERVIEW Signature

Method SHOW_DETAIL_REG_OVERVIEW on class CL_VMCADMIN_CACHE_CONF has no parameter.
Method SHOW_DETAIL_REG_OVERVIEW on class CL_VMCADMIN_CACHE_CONF has no exception.

Method SHOW_REGION_OVERVIEW Signature

Method SHOW_REGION_OVERVIEW on class CL_VMCADMIN_CACHE_CONF has no parameter.
Method SHOW_REGION_OVERVIEW on class CL_VMCADMIN_CACHE_CONF has no exception.

Method TOOLBAR_PRESSED Signature

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

Method TOOLBAR_PRESSED on class CL_VMCADMIN_CACHE_CONF has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710