SAP ABAP Class CL_VMCADMIN_SAT_DATA (SAT Monitoring Information)
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 | 20060327 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_VMCADMIN_NAVIGATION_OBJECT | Navigation object which responds to navigation tree events | 20060327 |
Properties
| Class | CL_VMCADMIN_SAT_DATA | |
| Short Description | SAT Monitoring Information | |
| 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 | 20060327 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_VMCADMIN_SAT_DATA has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_VMCADMIN_NAVCONTEXT | Navigation Tree Properties | 20060327 | ||
| 2 | IF_VMCADMIN_NAVIGATION_OBJECT | Navigation object which responds to navigation tree events | 20060327 |
Friends
Class CL_VMCADMIN_SAT_DATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | C | 'X' | 20060516 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | C | 'X' | 20060516 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | C | 'X' | 20060623 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | SVMCRT_CPT_ID | ID of a CPT Unit | 20060602 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | SVMCRT_SAT_REQ_DESCR | Display of a Request Descriptor in SAT | 20060602 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | SVMCRT_SAT_REQ_META | Display of Meta Information of a SAT Requests | 20060602 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | SVMCRT_SAT_TREE_KEY_TAB | Sorted Table of Node Keys | 20060602 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | SVMCRT_SAT_REQ_META_TAB | Table of SAT Request Meta Information | 20060602 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SIMPLE_TREE | Simple Tree Control | 20060405 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20060327 | |||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_COLUMN_TREE | Column Tree Control | 20060518 | |||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20060328 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20060328 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | LVC_S_LAYO | ALV Control: Layout Structure | 20060328 | |||
| 15 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20060518 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20060518 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | LVC_S_LAYO | ALV Control: Layout Structure | 20060518 | |||
| 18 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Control | 20060327 | |||
| 19 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Control | 20060327 | |||
| 20 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Control | 20060403 | |||
| 21 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Control | 20060403 | |||
| 22 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Control | 20060519 | |||
| 23 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DD_DOCUMENT | Dynamic Documents: Document | 20060327 | |||
| 24 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Tool Bar Control | 20060403 | |||
| 25 | Constant | Private | Type reference (TYPE) | TV_NODEKEY | '999999' | Tree Control: Node Key | 20060331 |
Methods
Events
Class CL_VMCADMIN_SAT_DATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_NAV_ENTITY | Private | See coding | 20060327 | BEGIN OF t_nav_entity,
n_key TYPE tv_nodekey,
n_type TYPE i,
value TYPE string,
END OF t_nav_entity
|
||
| 2 | T_NAV_TAB | Private | See coding | 20060327 | t_nav_tab TYPE SORTED TABLE OF t_nav_entity
WITH UNIQUE KEY n_key
|
||
| 3 | T_NODE_ITEMS | Private | See coding | 20060518 | t_node_items TYPE STANDARD TABLE OF mtreeitm
|
||
| 4 | T_RECORD_NODES | Private | See coding | 20060518 | t_record_nodes TYPE STANDARD TABLE OF treev_node
|
Method Signatures
Method CHECK_FOR_DB_IMPORT Signature
Method CHECK_FOR_DB_IMPORT on class CL_VMCADMIN_SAT_DATA has no parameter.
Method CHECK_FOR_DB_IMPORT on class CL_VMCADMIN_SAT_DATA has no exception.
Method CREATE_RECORD_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DISP_DESCR | Value transfer | Type reference (TYPE) | STRING | 20060518 | ||||
| 2 | DISP_TEXT | Value transfer | Type reference (TYPE) | STRING | Node text to display | 20060518 | |||
| 3 | ICON | Value transfer | Type reference (TYPE) | TV_IMAGE | '@P6@' | 20060518 | |||
| 4 | IS_FOLDER | Value transfer | Type reference (TYPE) | AS4FLAG | '' | Flag (X = true) otherwise false | 20060518 | ||
| 5 | ITEM_TABLE | Call by reference | Type reference (TYPE) | T_NODE_ITEMS | 20060518 | ||||
| 6 | KEY | Value transfer | Type reference (TYPE) | TV_NODEKEY | Node key for the new node | 20060518 | |||
| 7 | NODE_TABLE | Call by reference | Type reference (TYPE) | T_RECORD_NODES | Tabelle von Satt Treeknoten | 20060518 | |||
| 8 | PARENT | Value transfer | Type reference (TYPE) | TV_NODEKEY | SPACE | Parent node key | 20060518 | ||
| 9 | RELATION | Value transfer | Type reference (TYPE) | I | CL_GUI_COLUMN_TREE=>RELAT_LAST_CHILD | Relation type tp parent node | 20060518 |
Method CREATE_RECORD_NODE on class CL_VMCADMIN_SAT_DATA has no exception.
Method CREATE_TREE_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DISP_TEXT | Value transfer | Type reference (TYPE) | STRING | Node text to display | 20060405 | |||
| 2 | ICON | Value transfer | Type reference (TYPE) | TV_IMAGE | '@P6@' | 20060405 | |||
| 3 | IS_FOLDER | Value transfer | Type reference (TYPE) | AS4FLAG | '' | Flag (X = true) otherwise false | 20060405 | ||
| 4 | KEY | Value transfer | Type reference (TYPE) | TV_NODEKEY | Node key for the new node | 20060405 | |||
| 5 | NODE_TABLE | Call by reference | Type reference (TYPE) | SVMCRT_SAT_TREE_TAB | Tabelle von Satt Treeknoten | 20060405 | |||
| 6 | PARENT | Value transfer | Type reference (TYPE) | TV_NODEKEY | SPACE | Parent node key | 20060405 | ||
| 7 | RELATION | Value transfer | Type reference (TYPE) | I | CL_GUI_SIMPLE_TREE=>RELAT_LAST_CHILD | Relation type tp parent node | 20060405 |
Method CREATE_TREE_NODE on class CL_VMCADMIN_SAT_DATA has no exception.
Method HANDLE_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_INTERACTIVE | Value transfer | Attribute reference (LIKE) | 20060328 | |||||
| 2 | E_OBJECT | Value transfer | Attribute reference (LIKE) | 20060328 |
Method HANDLE_TOOLBAR on class CL_VMCADMIN_SAT_DATA has no exception.
Method HANDLE_TREE_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20060518 |
Method HANDLE_TREE_SELECTION on class CL_VMCADMIN_SAT_DATA has no exception.
Method HANDLE_USER_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Value transfer | Attribute reference (LIKE) | 20060328 |
Method HANDLE_USER_COMMAND on class CL_VMCADMIN_SAT_DATA has no exception.
Method INIT_RECORD_TREE Signature
Method INIT_RECORD_TREE on class CL_VMCADMIN_SAT_DATA has no parameter.
Method INIT_RECORD_TREE on class CL_VMCADMIN_SAT_DATA has no exception.
Method INIT_TOOLBAR Signature
Method INIT_TOOLBAR on class CL_VMCADMIN_SAT_DATA has no parameter.
Method INIT_TOOLBAR on class CL_VMCADMIN_SAT_DATA has no exception.
Method REFRESH Signature
Method REFRESH on class CL_VMCADMIN_SAT_DATA has no parameter.
Method REFRESH on class CL_VMCADMIN_SAT_DATA has no exception.
Method REFRESH_RECORD_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REQ_NAME | Call by reference | Type reference (TYPE) | STRING | 20060518 | ||||
| 2 | REQ_TIME | Call by reference | Type reference (TYPE) | SVMCRT_TIME_US | 20060518 |
Method REFRESH_RECORD_TREE on class CL_VMCADMIN_SAT_DATA has no exception.
Method REFRESH_REQ_TAB Signature
Method REFRESH_REQ_TAB on class CL_VMCADMIN_SAT_DATA has no parameter.
Method REFRESH_REQ_TAB on class CL_VMCADMIN_SAT_DATA has no exception.
Method REFRESH_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SELECTED_REQUEST | Call by reference | Type reference (TYPE) | SVMCRT_SAT_REQ_META | 20060331 |
Method REFRESH_STATUS on class CL_VMCADMIN_SAT_DATA has no exception.
Method RESET_RECORD_TREE Signature
Method RESET_RECORD_TREE on class CL_VMCADMIN_SAT_DATA has no parameter.
Method RESET_RECORD_TREE on class CL_VMCADMIN_SAT_DATA has no exception.
Method SHOW_INFO_GRID Signature
Method SHOW_INFO_GRID on class CL_VMCADMIN_SAT_DATA has no parameter.
Method SHOW_INFO_GRID on class CL_VMCADMIN_SAT_DATA has no exception.
Method SHOW_INFO_TREE Signature
Method SHOW_INFO_TREE on class CL_VMCADMIN_SAT_DATA has no parameter.
Method SHOW_INFO_TREE on class CL_VMCADMIN_SAT_DATA has no exception.
Method SHOW_RECORD_METRICS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CPT_RECORD_ID | Call by reference | Type reference (TYPE) | SVMCRT_CPT_ID | ID einer CPT -Einheit | 20060404 |
Method SHOW_RECORD_METRICS on class CL_VMCADMIN_SAT_DATA has no exception.
Method SHOW_REQUEST_DETAILS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REQ_META_DATA | Call by reference | Type reference (TYPE) | SVMCRT_SAT_REQ_META | 20060608 |
Method SHOW_REQUEST_DETAILS on class CL_VMCADMIN_SAT_DATA has no exception.
Method SHOW_REQ_DETAILS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ROW_NO | Value transfer | Attribute reference (LIKE) | 20060329 | |||||
| 2 | E_COLUMN | Value transfer | Attribute reference (LIKE) | 20060329 | |||||
| 3 | E_ROW | Value transfer | Attribute reference (LIKE) | 20060329 |
Method SHOW_REQ_DETAILS on class CL_VMCADMIN_SAT_DATA has no exception.
Method SHOW_SELECTED_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RECORD_FILTER | Call by reference | Type reference (TYPE) | CHAR01 | Charakterfeld der Länge 1 | 20060406 |
Method SHOW_SELECTED_REQUEST on class CL_VMCADMIN_SAT_DATA 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) | FCode | 20060403 |
Method TOOLBAR_PRESSED on class CL_VMCADMIN_SAT_DATA has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |