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 | ![]() |
Static Attribute | Private | Type reference (TYPE) | T_DESCR_TAB | Table for Description Texts | 20050520 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_DETAIL_VIEW_TAB | Detail Views for Tabstrip | 20051122 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 0 | 20050520 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | Table for Detail View | 20050520 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | View Currently Displayed | 20050520 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LVC_S_LAYO | Layout Description of Table | 20050520 | ||
7 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20050520 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INT4 | Navigation Pattern (Frame, Tabstrip,...) | 20051122 | ||
9 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20050520 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LVC_S_LAYO | ALV Control: Layout Structure | 20050520 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20050520 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SVMCRT_CACHE_REGION_TABLE | Region Table | 20050520 | ||
13 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Control | 20050520 | ||
14 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Button Toolbar for Cache Admin | 20050520 | ||
15 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_COLUMN_TREE | Tree for Cache Data | 20050520 |
Methods
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 | ![]() |
P_ITEM_TAB | Call by reference | Type reference (TYPE) | T_ITEM_TAB | Bezeichner-Tabelle | 20050520 | ||
2 | ![]() |
P_NODE_TAB | Call by reference | Type reference (TYPE) | TREEV_NTAB | Knoten-Tabelle | 20050520 | ||
3 | ![]() |
P_PARENT_KEY | Call by reference | Type reference (TYPE) | I | Eigenschaften eines Knotens | 20050520 | ||
4 | ![]() |
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 | ![]() |
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 |