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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 DB6CC 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 ABAP_COMP_DESCRS Instance attribute Public Type reference (TYPE) ABAP_COMPONENT_TAB List of columns for values 20110307
2 ALV Instance attribute Public Object reference (TYPE REF TO) CL_DB6_ALV DB6: simple ALV abstraction 20110307
3 C_CMD_PERF_TRACE Constant Public Type reference (TYPE) SYUCOMM 'PERFTRACE' Function Code that Triggered PAI 20120314
4 C_CMD_PYTHON_TRACE Constant Public Type reference (TYPE) SYUCOMM 'PYTHONTRACE' Function code that PAI triggered 20110323
5 C_CMD_SHOW_ALL Constant Public Type reference (TYPE) SYUCOMM 'SHOW_ALL' Function code that PAI triggered 20110318
6 C_CMD_SHOW_PY_BUTTON Constant Private Type reference (TYPE) SYUCOMM 'SHOW_PYTHON_BUTTON' Function Code that Triggered PAI 20120906
7 C_CMD_SQL_TRACE Constant Public Type reference (TYPE) SYUCOMM 'SQLTRACE' Function code that PAI triggered 20110420
8 C_SECTION_TRACE Constant Public Type reference (TYPE) STRING 'trace' Name of trace component 20110308
9 FIELDCAT Instance attribute Private Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20110307
10 LIST_ALL_COMPONENTS Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110318
11 NAVIGATOR Instance attribute Private Attribute reference (LIKE) 20110307
12 PF_STATUS Instance attribute Private Attribute reference (LIKE) 20110307
13 SHOW_PY_BUTTON Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120906
14 TENANTS Instance attribute Private Type reference (TYPE) TENANT_LIST 20110307
15 TITLE Instance attribute Private Attribute reference (LIKE) 20110307
16 TRACELEVEL_RAW_DATA Instance attribute Private Type reference (TYPE) HDB_M_INIFILE_CONTENTS_TAB INIFILE_CONTENTS 20110307
17 TRACE_COMPONENTS Instance attribute Private Type reference (TYPE) TRACE_COMPONENT_TAB 20110307
18 TREE_NODES 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 CONFIGURE_PERF_TRACE Instance method Public Method 20120318
2 CONFIGURE_SQL_TRACE Instance method Public Method 20110427
3 CREATE_ABAP_COMPONENT Instance method Private Method 20110307
4 CREATE_FIELD_CATALOG Instance method Private Method 20110307
5 DISPLAY_MESSAGE Instance method Public Method set/display message from outside 20110307
6 DISPLAY_PYTHONTRACE Instance method Public Method 20110325
7 GET_DATA_FROM_DB Instance method Private Method 20110307
8 GET_NODE_NAME Instance method Public Method 20110307
9 GET_SCHEMA_NAME Instance method Public Method 20110307
10 MERGE_ALL_COMPONENTS Instance method Private Method 20110318
11 NODE_IS_VALUE Instance method Public Method 20110307
12 SHOW_SELECTED_ITEM Instance method Public Method 20110307
13 SWITCH_LIST_OF_ALL_COMPONENTS 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 Importing MESSAGE Call by reference Type reference (TYPE) STRING 20110307
2 Importing 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 CX_DBA_ADBC 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 Importing NODE_KEY Call by reference Type reference (TYPE) I 20110307
2 Returning 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 Returning 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 Returning IS_VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20110307
2 Importing 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