SAP ABAP Class CL_VMC_PRF_SCL_TRC (Evaluation Module for Shared Closure Trace 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_VMC_PRF_EVALUATION_MODULE | Shared Interface for VMC Profiling UIs | 20061030 |
Properties
| Class | CL_VMC_PRF_SCL_TRC | |
| Short Description | Evaluation Module for Shared Closure Trace 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 | 20061030 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_VMC_PRF_SCL_TRC has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_VMC_PRF_EVALUATION_MODULE | Shared Interface for VMC Profiling UIs | 20061030 |
Friends
Class CL_VMC_PRF_SCL_TRC 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) | TREEMHHDR | Tree Model: Attributes of the Hierarchy Heading | 20061030 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | STRING | Last Search Term Used | 20061205 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | I | Last Key Used in Tree | 20061031 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Control | 20061030 | |||
| 5 | Constant | Private | Type reference (TYPE) | I | 100 | Maximum line length | 20061030 | ||
| 6 | Instance attribute | Private | Type reference (TYPE) | SVMCRT_PROF_SCL | Shared Closure Trace Node | 20061030 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | SVMCRT_PROF_SCL_TAB | Table Containing Shared Closure Trace Data | 20061030 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | SVMCRT_PROF_SESSION_INFO | Information About a Saved VMC Profiling Session | 20061030 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | I | 20061030 | ||||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Toolbar Control | 20061030 | |||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_COLUMN_TREE_MODEL | Column Tree Control with Data Management at Backend | 20061030 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Adds shared closure trace data to the tree | 20061030 | |
| 2 | Instance method | Private | Method | Adds node for shared closure versions | 20061030 | |
| 3 | Instance method | Private | Event handling method | Expand Node Without Lower-Level | 20061030 | |
| 4 | Instance method | Private | Method | Exports tree to front-end file | 20061201 | |
| 5 | Instance method | Private | Method | Find in Tree | 20061205 | |
| 6 | Instance method | Private | Event handling method | A toolbar button has been pressed | 20061201 | |
| 7 | Instance method | Private | Method | Initializes settings | 20061030 | |
| 8 | Instance method | Private | Method | Initializes the Toolbar Control | 20061030 | |
| 9 | Instance method | Private | Method | Initializes the Tree Control | 20061030 | |
| 10 | Instance method | Private | Event handling method | Handles the double-click on a node | 20061030 | |
| 11 | Instance method | Private | Method | Resets all tree data | 20061030 | |
| 12 | Instance method | Private | Method | Updates the table display | 20061030 |
Events
Class CL_VMC_PRF_SCL_TRC has no event.
Types
Class CL_VMC_PRF_SCL_TRC has no local type.
Method Signatures
Method ADD_SCL_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SCL_NODE_LIST | Value transfer | Type reference (TYPE) | SVMCRT_PROF_SCL_TAB | Tabelle mit Shared Closure Trace Daten | 20061030 |
Method ADD_SCL_NODES on class CL_VMC_PRF_SCL_TRC has no exception.
Method ADD_VERSION_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LENGTH | Value transfer | Type reference (TYPE) | I | Anzahl der Einträge die hinzuzufügen sind | 20061030 | |||
| 2 | NODE_LIST | Value transfer | Type reference (TYPE) | SVMCRT_PROF_EXCEPTION_NODE_TAB | Tabelle mit Exception-Einträgen | 20061030 | |||
| 3 | OFFSET | Value transfer | Type reference (TYPE) | I | Anzahl der Einträge die zu überspringen sind | 20061030 | |||
| 4 | PARENT_NODE | Value transfer | Type reference (TYPE) | TM_NODEKEY | Tree Model: Schlüssel eines Knotens | 20061030 |
Method ADD_VERSION_NODES on class CL_VMC_PRF_SCL_TRC has no exception.
Method EXPAND_NO_CHILDREN_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20061030 |
Method EXPAND_NO_CHILDREN_HANDLER on class CL_VMC_PRF_SCL_TRC has no exception.
Method EXPORT_TO_FILE Signature
Method EXPORT_TO_FILE on class CL_VMC_PRF_SCL_TRC has no parameter.
Method EXPORT_TO_FILE on class CL_VMC_PRF_SCL_TRC has no exception.
Method FIND_DIALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIND_NEXT | Call by reference | Type reference (TYPE) | AS4FLAG | Flag (X oder Blank) | 20061205 |
Method FIND_DIALOG on class CL_VMC_PRF_SCL_TRC has no exception.
Method HANDLE_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Call by reference | Attribute reference (LIKE) | 20061201 |
Method HANDLE_TOOLBAR on class CL_VMC_PRF_SCL_TRC has no exception.
Method INIT_SETTINGS Signature
Method INIT_SETTINGS on class CL_VMC_PRF_SCL_TRC has no parameter.
Method INIT_SETTINGS on class CL_VMC_PRF_SCL_TRC has no exception.
Method INIT_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20061030 |
Method INIT_TOOLBAR on class CL_VMC_PRF_SCL_TRC has no exception.
Method INIT_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20061030 |
Method INIT_TREE on class CL_VMC_PRF_SCL_TRC has no exception.
Method ITEM_DOUBLE_CLICK_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20061030 |
Method ITEM_DOUBLE_CLICK_HANDLER on class CL_VMC_PRF_SCL_TRC has no exception.
Method RESET Signature
Method RESET on class CL_VMC_PRF_SCL_TRC has no parameter.
Method RESET on class CL_VMC_PRF_SCL_TRC has no exception.
Method UPDATE Signature
Method UPDATE on class CL_VMC_PRF_SCL_TRC has no parameter.
Method UPDATE on class CL_VMC_PRF_SCL_TRC has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |