SAP ABAP Class CL_HDB_ACTION_PY_TRC (HDB: show / edit Python trace)
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 | 20110329 |
Properties
Class | CL_HDB_ACTION_PY_TRC | |
Short Description | HDB: show / edit Python 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 | 20110329 | 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_PY_TRC has no interface implemented.
Friends
Class CL_HDB_ACTION_PY_TRC has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ALV | Instance attribute | Public | Object reference (TYPE REF TO) | CL_DB6_ALV | DB6: simple ALV abstraction | 20110329 | ||
2 | C_CMD_SET_TRACE | Constant | Private | Type reference (TYPE) | SYUCOMM | 'SET_TRACE' | Function code that PAI triggered | 20110329 | |
3 | C_CMD_STOP_TRACE | Constant | Private | Type reference (TYPE) | SYUCOMM | 'STOP_TRACE' | Function code that PAI triggered | 20110329 | |
4 | C_FUNC_ADMIN | Constant | Public | Type reference (TYPE) | CHAR20 | 'admin' | Char 20 | 20110408 | |
5 | C_FUNC_INDEX | Constant | Public | Type reference (TYPE) | CHAR20 | 'indexing' | Char 20 | 20110408 | |
6 | C_FUNC_SEARCH | Constant | Public | Type reference (TYPE) | CHAR20 | 'searching' | Char 20 | 20110408 | |
7 | C_SECTION_PYTHON_TRACE | Constant | Public | Type reference (TYPE) | STRING | 'pythontrace' | 20110330 | ||
8 | PF_STATUS | Instance attribute | Private | Attribute reference (LIKE) | 20110329 | ||||
9 | PYTHONTRACE_RAW_DATA | Instance attribute | Private | Type reference (TYPE) | HDB_M_INIFILE_CONTENTS_TAB | INIFILE_CONTENTS | 20110330 | ||
10 | S | Static Attribute | Public | Type reference (TYPE) | T_SELECTED_ROW_INFO | 20110329 | |||
11 | VIEW_DATA | Instance attribute | Public | Type reference (TYPE) | HDB_PYTHONTRACE | Screen: Python trace | 20110329 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | GET_DATA_FROM_DB | Instance method | Private | Method | 20110329 | |
2 | GET_SQL_LAYER_NAME | Static method | Public | Method | 20110331 | |
3 | SET_GRID_ATTRIBUTES | Instance method | Private | Method | 20110329 | |
4 | SET_TRACE | Instance method | Private | Method | 20110331 | |
5 | STOP_TRACE | Instance method | Private | Method | 20110329 |
Events
Class CL_HDB_ACTION_PY_TRC has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_SELECTED_ROW_INFO | Public | See coding | 20110329 | BEGIN OF t_selected_row_info,
svc TYPE hdb_pythontrace_struct-service_name,
tnt TYPE hdb_pythontrace_struct-tenant,
* err TYPE hdb_pythontrace_struct-trc_err,
usr TYPE hdb_pythontrace_struct-user_name,
file TYPE hdb_pythontrace_struct-trace_file,
func TYPE hdb_pythontrace_struct-trace_functions,
filt TYPE hdb_pythontrace_struct-index_filter,
lvl TYPE hdb_pythontrace_struct-trace_level,
b_tn TYPE abap_bool, "Tenant selected
b_s TYPE abap_bool, "Searching selected
b_i TYPE abap_bool, "Indexing selected
b_a TYPE abap_bool, "Admin selected
END OF t_selected_row_info
|
Method Signatures
Method GET_DATA_FROM_DB Signature
Method GET_DATA_FROM_DB on class CL_HDB_ACTION_PY_TRC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_DBA_ADBC | DBA Cockpit: ADBC Errors | 20110329 |
Method GET_SQL_LAYER_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | INIFILE_RAW_DATA | Call by reference | Type reference (TYPE) | HDB_M_INIFILE_CONTENTS | Fields of table M_INIFILE_CONTENTS | 20110331 | ||
2 | Returning | SQL_LAYER_NAME | Value transfer | Type reference (TYPE) | STRING | 20110331 |
Method GET_SQL_LAYER_NAME on class CL_HDB_ACTION_PY_TRC has no exception.
Method SET_GRID_ATTRIBUTES Signature
Method SET_GRID_ATTRIBUTES on class CL_HDB_ACTION_PY_TRC has no parameter.
Method SET_GRID_ATTRIBUTES on class CL_HDB_ACTION_PY_TRC has no exception.
Method SET_TRACE Signature
Method SET_TRACE on class CL_HDB_ACTION_PY_TRC has no parameter.
Method SET_TRACE on class CL_HDB_ACTION_PY_TRC has no exception.
Method STOP_TRACE Signature
Method STOP_TRACE on class CL_HDB_ACTION_PY_TRC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_DBA_ADBC | Proxy Exception | 20110329 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 731 |