SAP ABAP Class CL_VMC_PRF_EXC_TRC (Evaluation Module for Exception 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 | 20061012 |
Properties
| Class | CL_VMC_PRF_EXC_TRC | |
| Short Description | Evaluation Module for Exception 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 | 20061012 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_VMC_PRF_EXC_TRC has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_VMC_PRF_EVALUATION_MODULE | Shared Interface for VMC Profiling UIs | 20061012 |
Friends
Class CL_VMC_PRF_EXC_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) | SVMCRT_PROF_EXCEPTION_NODE | Exception Node | 20061012 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | SVMCRT_PROF_EXCEPTION_NODE_TAB | Table with GC Statistics | 20061012 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | TREEMHHDR | Tree Model: Attributes of the Hierarchy Heading | 20061016 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Control | 20061012 | |||
| 5 | Constant | Private | Type reference (TYPE) | I | 100 | Maximum Width of Text Line | 20061017 | ||
| 6 | Instance attribute | Private | Type reference (TYPE) | SVMCRT_PROF_SESSION_INFO | Information About a Saved VMC Profiling Session | 20061012 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | I | 20061012 | ||||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Toolbar Control | 20061016 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_COLUMN_TREE_MODEL | Column Tree Control with Data Management at Backend | 20061016 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Inserts Exception Event Node | 20061017 | |
| 2 | Instance method | Private | Method | Inserts Exception Class Node for Tree | 20061017 | |
| 3 | Instance method | Private | Method | Inserts a Stack Trace Location | 20061016 | |
| 4 | Instance method | Private | Method | Inserts a Stack Trace Node | 20061017 | |
| 5 | Instance method | Private | Event handling method | Handles Expansion of Nodes With No Subnodes | 20061016 | |
| 6 | Instance method | Private | Method | Initializes settings | 20061012 | |
| 7 | Instance method | Private | Method | Initializes the toolbar | 20061016 | |
| 8 | Instance method | Private | Method | Initializes the Tree Control | 20061016 | |
| 9 | Instance method | Private | Event handling method | Context Menu Requested | 20061107 | |
| 10 | Instance method | Private | Event handling method | A context menu entry selected for a node | 20061107 | |
| 11 | Instance method | Private | Method | Resets All Data | 20061016 | |
| 12 | Instance method | Private | Method | Updates the table display | 20061016 |
Events
Class CL_VMC_PRF_EXC_TRC has no event.
Types
Class CL_VMC_PRF_EXC_TRC has no local type.
Method Signatures
Method ADD_EVENT_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EVENT_TYPE | Value transfer | Type reference (TYPE) | I | Typ des Exception-Event (1=THROW, 2=CATCH, 3=FINALLY, 4=CLEA | 20061017 | |||
| 2 | LENGTH | Value transfer | Type reference (TYPE) | I | Anzahl der Tabelleneinträge | 20061017 | |||
| 3 | NODE_LIST | Value transfer | Type reference (TYPE) | SVMCRT_PROF_EXCEPTION_NODE_TAB | Tabelle mit Exception-Einträgen | 20061017 | |||
| 4 | OFFSET | Value transfer | Type reference (TYPE) | I | Anzahl von Einträgen die übersprungen werden sollen | 20061017 | |||
| 5 | PARENT_NODE | Value transfer | Type reference (TYPE) | TM_NODEKEY | Tree Model: Schlüssel eines Knotens | 20061017 |
Method ADD_EVENT_NODES on class CL_VMC_PRF_EXC_TRC has no exception.
Method ADD_EXC_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXC_NODE_LIST | Value transfer | Type reference (TYPE) | SVMCRT_PROF_EXCEPTION_NODE_TAB | Tabelle mit Exception-Einträgen | 20061017 |
Method ADD_EXC_NODES on class CL_VMC_PRF_EXC_TRC has no exception.
Method ADD_LOC_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EVENT_TYPE | Value transfer | Type reference (TYPE) | I | 20061016 | ||||
| 2 | LENGTH | Value transfer | Type reference (TYPE) | I | Anzahl der Einträge | 20061017 | |||
| 3 | NODE_LIST | Value transfer | Type reference (TYPE) | SVMCRT_PROF_EXCEPTION_NODE_TAB | Tabelle mit Exception-Einträgen | 20061016 | |||
| 4 | OFFSET | Value transfer | Type reference (TYPE) | I | Anzahl der Einträge die übersprungen werden sollen | 20061017 | |||
| 5 | PARENT_NODE | Value transfer | Type reference (TYPE) | TM_NODEKEY | Tree Model: Schlüssel eines Knotens | 20061016 |
Method ADD_LOC_NODES on class CL_VMC_PRF_EXC_TRC has no exception.
Method ADD_STACK_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 hinzugefügt werden sollen | 20061017 | |||
| 2 | NODE_LIST | Value transfer | Type reference (TYPE) | SVMCRT_PROF_EXCEPTION_NODE_TAB | Tabelle mit Exception-Einträgen | 20061017 | |||
| 3 | OFFSET | Value transfer | Type reference (TYPE) | I | Anzahl der Einträge die übersprungen werden sollen | 20061017 | |||
| 4 | PARENT_NODE | Value transfer | Type reference (TYPE) | TM_NODEKEY | Tree Model: Schlüssel eines Knotens | 20061017 |
Method ADD_STACK_NODES on class CL_VMC_PRF_EXC_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 | Call by reference | Attribute reference (LIKE) | 20061016 |
Method EXPAND_NO_CHILDREN_HANDLER on class CL_VMC_PRF_EXC_TRC has no exception.
Method INIT_SETTINGS Signature
Method INIT_SETTINGS on class CL_VMC_PRF_EXC_TRC has no parameter.
Method INIT_SETTINGS on class CL_VMC_PRF_EXC_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 | 20061016 |
Method INIT_TOOLBAR on class CL_VMC_PRF_EXC_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 | 20061016 |
Method INIT_TREE on class CL_VMC_PRF_EXC_TRC has no exception.
Method NODE_CONTEXT_MENU_REQUEST_HNDL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MENU | Call by reference | Attribute reference (LIKE) | 20061107 | |||||
| 2 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20061107 |
Method NODE_CONTEXT_MENU_REQUEST_HNDL on class CL_VMC_PRF_EXC_TRC has no exception.
Method NODE_CONTEXT_MENU_SELECT_HNDL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Call by reference | Attribute reference (LIKE) | 20061107 | |||||
| 2 | NODE_KEY | Call by reference | Attribute reference (LIKE) | 20061107 |
Method NODE_CONTEXT_MENU_SELECT_HNDL on class CL_VMC_PRF_EXC_TRC has no exception.
Method RESET Signature
Method RESET on class CL_VMC_PRF_EXC_TRC has no parameter.
Method RESET on class CL_VMC_PRF_EXC_TRC has no exception.
Method UPDATE Signature
Method UPDATE on class CL_VMC_PRF_EXC_TRC has no parameter.
Method UPDATE on class CL_VMC_PRF_EXC_TRC has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |