SAP ABAP Class CL_HDB_ACTION_TRC_MOD (HDB: edit ini files.)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷ HAN-DB (Application Component) SAP HANA Database
⤷ SDBA_HDB (Package) DBACOCKPIT for NewDB (HDB)
⤷ 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 |
Properties
Class | CL_HDB_ACTION_TRC_MOD | |
Short Description | HDB: edit ini files. | |
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 | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | CL_HDB_ACTION_INI_FILE | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_HDB_ACTION_TRC_MOD has no interface implemented.
Friends
Class CL_HDB_ACTION_TRC_MOD has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_CMD_REVERT | Constant | Public | Type reference (TYPE) | SYUCOMM | 'TRACELEVEL_REVERT' | Function code that PAI triggered | 20110307 | |
2 | C_CMD_UPDATE | Constant | Public | Type reference (TYPE) | SYUCOMM | 'TRACELEVEL_UPDATE' | Function code that PAI triggered | 20110307 | |
3 | P | Static Attribute | Public | Type reference (TYPE) | T_PARAM_INFO | Parameter info on screen | 20110307 | ||
4 | PF_STATUS | Instance attribute | Private | Attribute reference (LIKE) | 20110307 | ||||
5 | TENANT_DROPDOWN | Static Attribute | Public | Type reference (TYPE) | T_SELECTED_TENANT_DROPDOWN | tenant list on screen | 20110307 | ||
6 | TRACE_DROPDOWN | Static Attribute | Public | Type reference (TYPE) | T_SELECTED_TRACE_LVL_DROPDOWN | trace level on screen | 20110307 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | RESTORE_DEFAULT | Instance method | Private | Method | 20110307 | |
2 | SAVE_AND_ACTIVATE | Instance method | Private | Method | 20110307 |
Events
Class CL_HDB_ACTION_TRC_MOD has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_PARAM_INFO | Public | See coding | 20110307 | BEGIN OF t_param_info,
f_nam TYPE c LENGTH 32,
p_nam TYPE c LENGTH 128,
def_val TYPE c LENGTH 128,
sel_sys TYPE c LENGTH 1,
s_nam TYPE db6schema,
s_val TYPE c LENGTH 128,
sel_tnt TYPE c LENGTH 1,
t_nam TYPE mandt,
t_val TYPE c LENGTH 128,
END OF t_param_info
|
||
2 | T_SELECTED_TENANT_DROPDOWN | Public | See coding | 20110307 | t_selected_tenant_dropdown TYPE STANDARD TABLE OF t_selected_tenant_info
|
||
3 | T_SELECTED_TENANT_INFO | Public | See coding | 20110307 | BEGIN OF t_selected_tenant_info,
tenant_name TYPE mandt,
value TYPE c LENGTH 128,
END OF t_selected_tenant_info
|
||
4 | T_SELECTED_TRACE_LEVEL_INFO | Public | See coding | 20110307 | t_selected_trace_level_info TYPE c LENGTH 10
|
||
5 | T_SELECTED_TRACE_LVL_DROPDOWN | Public | See coding | 20110307 | t_selected_trace_lvl_dropdown TYPE STANDARD TABLE OF t_selected_trace_level_info
|
||
6 | T_SELECTED_VALUE_INFO | Public | See coding | 20110307 | BEGIN OF t_selected_value_info,
field_name TYPE string,
value TYPE c LENGTH 128,
END OF t_selected_value_info
|
||
7 | T_SELECTED_VALUE_INFO_TAB | Public | See coding | 20110307 | t_selected_value_info_tab TYPE STANDARD TABLE OF t_selected_value_info
|
Method Signatures
Method RESTORE_DEFAULT Signature
Method RESTORE_DEFAULT on class CL_HDB_ACTION_TRC_MOD has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_DBA_ADBC | Proxy Exception | 20110307 | |
2 | CX_TREX_BAD_REQUEST | Unexpected data received from application. | 20110308 |
Method SAVE_AND_ACTIVATE Signature
Method SAVE_AND_ACTIVATE on class CL_HDB_ACTION_TRC_MOD has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_DBA_ADBC | Proxy Exception | 20110307 | |
2 | CX_TREX_BAD_REQUEST | Unexpected data received from application. | 20110308 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 731 |