SAP ABAP Class CL_HDB_ACTION_DATABASE_TRACE (Database Trace)
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 20130418
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_ACTION_CONTROLLER_ALV DBA Cockpit: Access to ALV object 20130418
Properties
Class CL_HDB_ACTION_DATABASE_TRACE  
Short Description Database Trace    
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 20130418   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HDB_ACTION_DATABASE_TRACE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_DBA_ACTION_CONTROLLER_ALV DBA Cockpit: Access to ALV object 20130418
Friends
Class CL_HDB_ACTION_DATABASE_TRACE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 VIEW_DATA Instance attribute Public Type reference (TYPE) HDB_TRACE_ALV HDB Trace 20130418
2 _MC_ALL_SERVICES Constant Private Type reference (TYPE) TEXT30 'All Services' Text (30 Characters) 20130429
3 _MC_CMD_RESTORE Constant Private Type reference (TYPE) SYUCOMM 'RESTORE' Function Code that Triggered PAI 20130418
4 _MC_CMD_SAVE Constant Private Type reference (TYPE) SYUCOMM 'SAVE' Function Code that Triggered PAI 20130418
5 _MC_CMD_SHOW_ALL_COMPONENTS Constant Private Type reference (TYPE) SYUCOMM 'SHOW_ALL_COMPONENTS' Function Code that Triggered PAI 20130418
6 _MC_CMD_SHOW_DEF_COMPONENTS Constant Private Type reference (TYPE) SYUCOMM 'SHOW_DEFAULT_COMPONENTS' Function Code that Triggered PAI 20130418
7 _MC_FILENAME_GLOBAL Constant Private Type reference (TYPE) STRING 'global.ini' 20130423
8 _MC_LAYERNAME_SYSTEM Constant Private Type reference (TYPE) STRING 'SYSTEM' 20130423
9 _MC_SECTION_TRACE Constant Private Type reference (TYPE) STRING 'trace' 20130423
10 _MC_SYSTEM_TRACE_LEVEL Constant Private Type reference (TYPE) LVC_FNAME 'SYSTEM_TRACE_LEVEL' ALV control: Field name of internal table field 20130430
11 _MR_ALV Instance attribute Private Object reference (TYPE REF TO) CL_DB6_ALV 20130418
12 _MR_TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar Control 20130424
13 _MS_ITEM_DEFAULT Instance attribute Private Type reference (TYPE) LVC_S_LAYI Layout structure for items of the ALV tree control 20130430
14 _MS_ITEM_INACTIVE Instance attribute Private Type reference (TYPE) LVC_S_LAYI Layout structure for items of the ALV tree control 20130430
15 _MS_NODE_LAYOUT Instance attribute Private Type reference (TYPE) LVC_S_LAYN Node layout of ALV tree control 20130418
16 _MT_DEFAULT_GLOBAL Instance attribute Private Type reference (TYPE) HDB_M_INIFILE_CONTENTS_TAB INIFILE_CONTENTS 20130423
17 _MT_DEFAULT_SERVICES Instance attribute Private Type reference (TYPE) HDB_M_INIFILE_CONTENTS_TAB INIFILE_CONTENTS 20130423
18 _MT_DELTA Instance attribute Private Type reference (TYPE) HDB_TRACE_TAB HDB Trace 20130430
19 _MT_DROPDOWN Instance attribute Private Type reference (TYPE) LVC_T_DROP ALV Control: Dropdown List Boxes 20130506
20 _MT_EXPANDED_NODES Instance attribute Private Type reference (TYPE) LVC_T_NKEY ALV Tree Control: Node Table 20130502
21 _MT_ITEM_DEFAULT Instance attribute Private Type reference (TYPE) LVC_T_LAYI Layout structure for items of the ALV tree control 20130430
22 _MT_ITEM_INACTIVE Instance attribute Private Type reference (TYPE) LVC_T_LAYI Layout structure for items of the ALV tree control 20130430
23 _MT_ORIGINAL Instance attribute Private Type reference (TYPE) HDB_TRACE_TAB HDB Trace 20130502
24 _MT_ORIGINAL_TOTAL Instance attribute Private Type reference (TYPE) HDB_TRACE_TAB HDB Trace 20130503
25 _MT_RESTORE_ALL Instance attribute Private Type reference (TYPE) HDB_M_INIFILE_CONTENTS_TAB INIFILE_CONTENTS 20130502
26 _MT_SERVICE_COMPONENTS Instance attribute Private Type reference (TYPE) TT_SERVICE_TRACES 20130423
27 _MT_SERVICE_TYPES Instance attribute Private Type reference (TYPE) TT_SERVICE_TYPES 20130423
28 _MT_SYSTEM_GLOBAL Instance attribute Private Type reference (TYPE) HDB_M_INIFILE_CONTENTS_TAB INIFILE_CONTENTS 20130423
29 _MT_SYSTEM_SERVICES Instance attribute Private Type reference (TYPE) HDB_M_INIFILE_CONTENTS_TAB INIFILE_CONTENTS 20130423
30 _MT_VALUES Instance attribute Private See coding 20130423
31 _MT_VALUES_F4 Instance attribute Private Type reference (TYPE) TT_F4_VALUES 20130429
32 _MV_ALL_COMPONENTS Instance attribute Private Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20130418
Methods
# Method Level Visibility Method type Description Created on
1 ENABLE_DISABLE Instance method Private Method 20130506
2 LINK_CLICK Instance method Private Event handling method 20130426
3 ON_FUNCTION_SELECTED Instance method Private Event handling method 20130426
4 PROCESS_DATA Instance method Private Method 20130506
5 READ_DATA Instance method Private Method 20130430
6 RESTORE_DEFAULT Instance method Private Method 20130418
7 SAVE_AND_ACTIVATE Instance method Private Method 20130418
8 SET_GRID_ATTRIBUTES Instance method Private Method 20130418
Events
Class CL_HDB_ACTION_DATABASE_TRACE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_F4_VALUES Private See coding 20130429 BEGIN OF ts_f4_values, system_trace_level TYPE hdb_trace_level, END OF ts_f4_values
2 TS_SERVICE_TRACES Private See coding 20130423 BEGIN OF ts_service_traces, service_name TYPE text20, component_name TYPE text40, END OF ts_service_traces
3 TS_SERVICE_TYPES Private See coding 20130423 BEGIN OF ts_service_types, service_name TYPE text20, inifile TYPE text40, END OF ts_service_types
4 TT_F4_VALUES Private See coding 20130429 tt_f4_values TYPE STANDARD TABLE OF ts_f4_values WITH DEFAULT KEY
5 TT_SERVICE_TRACES Private See coding 20130423 tt_service_traces TYPE STANDARD TABLE OF ts_service_traces WITH DEFAULT KEY
6 TT_SERVICE_TYPES Private See coding 20130423 tt_service_types TYPE STANDARD TABLE OF ts_service_types WITH DEFAULT KEY
Method Signatures

Method ENABLE_DISABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHANGE Call by reference Type reference (TYPE) SAP_BOOL ABAP_FALSE Boolean Variable (X=True, Space=False) 20130516

Method ENABLE_DISABLE on class CL_HDB_ACTION_DATABASE_TRACE has no exception.

Method LINK_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDNAME Value transfer Attribute reference (LIKE) 20130426
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20130426

Method LINK_CLICK on class CL_HDB_ACTION_DATABASE_TRACE has no exception.

Method ON_FUNCTION_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) Function code 20130426

Method ON_FUNCTION_SELECTED on class CL_HDB_ACTION_DATABASE_TRACE has no exception.

Method PROCESS_DATA Signature

Method PROCESS_DATA on class CL_HDB_ACTION_DATABASE_TRACE has no parameter.
Method PROCESS_DATA on class CL_HDB_ACTION_DATABASE_TRACE has no exception.

Method READ_DATA Signature

Method READ_DATA on class CL_HDB_ACTION_DATABASE_TRACE has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_ROOT DBA Cockpit: Root exception class 20130430

Method RESTORE_DEFAULT Signature

Method RESTORE_DEFAULT on class CL_HDB_ACTION_DATABASE_TRACE has no parameter.
Method RESTORE_DEFAULT on class CL_HDB_ACTION_DATABASE_TRACE has no exception.

Method SAVE_AND_ACTIVATE Signature

Method SAVE_AND_ACTIVATE on class CL_HDB_ACTION_DATABASE_TRACE has no parameter.
Method SAVE_AND_ACTIVATE on class CL_HDB_ACTION_DATABASE_TRACE has no exception.

Method SET_GRID_ATTRIBUTES Signature

Method SET_GRID_ATTRIBUTES on class CL_HDB_ACTION_DATABASE_TRACE has no parameter.
Method SET_GRID_ATTRIBUTES on class CL_HDB_ACTION_DATABASE_TRACE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740