SAP ABAP Class CL_HDB_ACTION_TRACE_LEVEL (HDB: display trace level (not used any longer...))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
HAN-DB (Application Component) SAP HANA Database
⤷
SDBA_HDB (Package) DBACOCKPIT for NewDB (HDB)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_HDB_ACTION_CONTROLLER | HDB: Abstract Action Controller | 20110307 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DBA_ACTION_CONTROLLER_ALV | DBA Cockpit: Access to ALV object | 20110307 |
Properties
| Class | CL_HDB_ACTION_TRACE_LEVEL | |
| Short Description | HDB: display trace level (not used any longer...) | |
| Super Class | CL_HDB_ACTION_CONTROLLER | HDB: Abstract Action Controller |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SDBA_HDB | DBACOCKPIT for NewDB (HDB) |
| Created | 20110307 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_DBA_ACTION_CONTROLLER_ALV | DBA Cockpit: Access to ALV object | 20110307 |
Friends
Class CL_HDB_ACTION_TRACE_LEVEL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | ABAP_COMPONENT_TAB | List of columns for values | 20110307 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_DB6_ALV | DB6: simple ALV abstraction | 20110307 | |||
| 3 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'PERFTRACE' | Function Code that Triggered PAI | 20120314 | ||
| 4 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'PYTHONTRACE' | Function code that PAI triggered | 20110323 | ||
| 5 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'SHOW_ALL' | Function code that PAI triggered | 20110318 | ||
| 6 | Constant | Private | Type reference (TYPE) | SYUCOMM | 'SHOW_PYTHON_BUTTON' | Function Code that Triggered PAI | 20120906 | ||
| 7 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'SQLTRACE' | Function code that PAI triggered | 20110420 | ||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'trace' | Name of trace component | 20110308 | ||
| 9 | Instance attribute | Private | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20110307 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110318 | |||
| 11 | Instance attribute | Private | Attribute reference (LIKE) | 20110307 | |||||
| 12 | Instance attribute | Private | Attribute reference (LIKE) | 20110307 | |||||
| 13 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120906 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | TENANT_LIST | 20110307 | ||||
| 15 | Instance attribute | Private | Attribute reference (LIKE) | 20110307 | |||||
| 16 | Instance attribute | Private | Type reference (TYPE) | HDB_M_INIFILE_CONTENTS_TAB | INIFILE_CONTENTS | 20110307 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | TRACE_COMPONENT_TAB | 20110307 | ||||
| 18 | Instance attribute | Private | Type reference (TYPE) | HDB_INIFILE_TREE_NODES | Screen: ALV tree for ini file node | 20110307 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120318 | ||
| 2 | Instance method | Public | Method | 20110427 | ||
| 3 | Instance method | Private | Method | 20110307 | ||
| 4 | Instance method | Private | Method | 20110307 | ||
| 5 | Instance method | Public | Method | set/display message from outside | 20110307 | |
| 6 | Instance method | Public | Method | 20110325 | ||
| 7 | Instance method | Private | Method | 20110307 | ||
| 8 | Instance method | Public | Method | 20110307 | ||
| 9 | Instance method | Public | Method | 20110307 | ||
| 10 | Instance method | Private | Method | 20110318 | ||
| 11 | Instance method | Public | Method | 20110307 | ||
| 12 | Instance method | Public | Method | 20110307 | ||
| 13 | Instance method | Public | Method | 20110318 |
Events
Class CL_HDB_ACTION_TRACE_LEVEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TENANT_LIST | Private | See coding | 20110307 | tenant_list TYPE STANDARD TABLE OF mandt
|
||
| 2 | TRACE_COMPONENT | Private | See coding | 20110307 | BEGIN OF trace_component,
service_name TYPE c LENGTH 20,
component_name TYPE c LENGTH 128,
END OF trace_component
|
||
| 3 | TRACE_COMPONENT_TAB | Private | See coding | 20110307 | trace_component_tab TYPE STANDARD TABLE OF trace_component
|
Method Signatures
Method CONFIGURE_PERF_TRACE Signature
Method CONFIGURE_PERF_TRACE on class CL_HDB_ACTION_TRACE_LEVEL has no parameter.
Method CONFIGURE_PERF_TRACE on class CL_HDB_ACTION_TRACE_LEVEL has no exception.
Method CONFIGURE_SQL_TRACE Signature
Method CONFIGURE_SQL_TRACE on class CL_HDB_ACTION_TRACE_LEVEL has no parameter.
Method CONFIGURE_SQL_TRACE on class CL_HDB_ACTION_TRACE_LEVEL has no exception.
Method CREATE_ABAP_COMPONENT Signature
Method CREATE_ABAP_COMPONENT on class CL_HDB_ACTION_TRACE_LEVEL has no parameter.
Method CREATE_ABAP_COMPONENT on class CL_HDB_ACTION_TRACE_LEVEL has no exception.
Method CREATE_FIELD_CATALOG Signature
Method CREATE_FIELD_CATALOG on class CL_HDB_ACTION_TRACE_LEVEL has no parameter.
Method CREATE_FIELD_CATALOG on class CL_HDB_ACTION_TRACE_LEVEL has no exception.
Method DISPLAY_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20110307 | ||||
| 2 | MESSAGE_TYPE | Call by reference | Type reference (TYPE) | CHAR1 | 'S' | E: Error, I: Info, S: Success | 20110307 |
Method DISPLAY_MESSAGE on class CL_HDB_ACTION_TRACE_LEVEL has no exception.
Method DISPLAY_PYTHONTRACE Signature
Method DISPLAY_PYTHONTRACE on class CL_HDB_ACTION_TRACE_LEVEL has no parameter.
Method DISPLAY_PYTHONTRACE on class CL_HDB_ACTION_TRACE_LEVEL has no exception.
Method GET_DATA_FROM_DB Signature
Method GET_DATA_FROM_DB on class CL_HDB_ACTION_TRACE_LEVEL has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | DBA Cockpit: ADBC Errors | 20110307 |
Method GET_NODE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_KEY | Call by reference | Type reference (TYPE) | I | 20110307 | ||||
| 2 | NODE_NAME | Value transfer | Type reference (TYPE) | CHAR128 | 128 character | 20110307 |
Method GET_NODE_NAME on class CL_HDB_ACTION_TRACE_LEVEL has no exception.
Method GET_SCHEMA_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SCHEMA_NAME | Value transfer | Type reference (TYPE) | DB6SCHEMA | DB6: Schema Name | 20110307 |
Method GET_SCHEMA_NAME on class CL_HDB_ACTION_TRACE_LEVEL has no exception.
Method MERGE_ALL_COMPONENTS Signature
Method MERGE_ALL_COMPONENTS on class CL_HDB_ACTION_TRACE_LEVEL has no parameter.
Method MERGE_ALL_COMPONENTS on class CL_HDB_ACTION_TRACE_LEVEL has no exception.
Method NODE_IS_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110307 | ||||
| 2 | NODE_KEY | Call by reference | Type reference (TYPE) | I | 20110307 |
Method NODE_IS_VALUE on class CL_HDB_ACTION_TRACE_LEVEL has no exception.
Method SHOW_SELECTED_ITEM Signature
Method SHOW_SELECTED_ITEM on class CL_HDB_ACTION_TRACE_LEVEL has no parameter.
Method SHOW_SELECTED_ITEM on class CL_HDB_ACTION_TRACE_LEVEL has no exception.
Method SWITCH_LIST_OF_ALL_COMPONENTS Signature
Method SWITCH_LIST_OF_ALL_COMPONENTS on class CL_HDB_ACTION_TRACE_LEVEL has no parameter.
Method SWITCH_LIST_OF_ALL_COMPONENTS on class CL_HDB_ACTION_TRACE_LEVEL has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 731 |