SAP ABAP Class CL_HDB_ACTION_SQL_TRC_STMT_TYP (HDB: show / edit SQL 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 | 20120920 |
Properties
Class | CL_HDB_ACTION_SQL_TRC_STMT_TYP | |
Short Description | HDB: show / edit SQL 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 | 20120920 | SAP |
Last change | 20130531 | 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 | CL_HDB_ACTION_INI_FILE | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | CL_HDB_ACTION_INI_MOD | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
4 | CL_HDB_ACTION_PY_UPD | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_HDB_ACTION_SQL_TRC_STMT_TYP has no interface implemented.
Friends
Class CL_HDB_ACTION_SQL_TRC_STMT_TYP has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_DEFAULT_LEVEL | Constant | Public | Type reference (TYPE) | HDB_PYTHONTRACE_STRUCT-TRACE_LEVEL | 'normal' | 20120920 | ||
2 | C_DEFAULT_THRESHOLD | Constant | Public | Type reference (TYPE) | INT4 | 1000000 | Natural number | 20120920 | |
3 | C_DEFAULT_TRACE_FILE_NAME | Constant | Public | Type reference (TYPE) | STRING | 'sqltrace_$HOST_${PORT}_${COUNT:3}.py' | 20120920 | ||
4 | C_KEY_APPL_USER | Constant | Public | Type reference (TYPE) | CHAR20 | 'application_user' | Char 20 | 20120920 | |
5 | C_KEY_ENABLE | Constant | Public | Type reference (TYPE) | CHAR10 | 'enable' | Character Field Length = 10 | 20120920 | |
6 | C_KEY_LEVEL | Constant | Public | Type reference (TYPE) | CHAR10 | 'level' | Character Field Length = 10 | 20120920 | |
7 | C_KEY_OBJECT | Constant | Public | Type reference (TYPE) | CHAR10 | 'object' | Character Field Length = 10 | 20120920 | |
8 | C_KEY_STMT_TYPE | Constant | Public | Type reference (TYPE) | CHAR20 | 'statement_type' | Char 20 | 20120920 | |
9 | C_KEY_THRESHOLD | Constant | Public | Type reference (TYPE) | CHAR20 | 'threshold_duration' | Char 20 | 20120920 | |
10 | C_KEY_TRACE | Constant | Public | Type reference (TYPE) | CHAR10 | 'trace' | Character Field Length = 10 | 20120920 | |
11 | C_KEY_TRACEFILE | Constant | Public | Type reference (TYPE) | CHAR20 | 'tracefile' | Char 20 | 20120920 | |
12 | C_KEY_USER | Constant | Public | Type reference (TYPE) | CHAR10 | 'user' | Character Field Length = 10 | 20120920 | |
13 | C_SECTION_SQLTRACE | Constant | Public | Type reference (TYPE) | CHAR10 | 'sqltrace' | Character Field Length = 10 | 20120920 | |
14 | HOST_DROPDOWN | Static Attribute | Public | Type reference (TYPE) | CL_HDB_ACTION_INI_FILE=>HOST_LIST | 20120920 | |||
15 | INIFILE_RAW_DATA | Static Attribute | Public | Type reference (TYPE) | HDB_M_INIFILE_CONTENTS_TAB | INIFILE_CONTENTS | 20120920 | ||
16 | LEVEL_DROPDOWN | Static Attribute | Public | Type reference (TYPE) | CL_HDB_ACTION_PY_UPD=>T_PY_LEVEL_DROPDOWN | 20120920 | |||
17 | P | Static Attribute | Public | Type reference (TYPE) | T_PARAM_INFO | 20120920 | |||
18 | PF_STATUS | Instance attribute | Private | Attribute reference (LIKE) | 20120920 | ||||
19 | STMTTYPE_DROPDOWN | Static Attribute | Public | Type reference (TYPE) | CL_HDB_ACTION_PY_UPD=>T_PY_LEVEL_DROPDOWN | 20120920 | |||
20 | TENANT_DROPDOWN | Static Attribute | Public | Type reference (TYPE) | CL_HDB_ACTION_INI_FILE=>TENANT_LIST | 20120920 |
Methods
Class CL_HDB_ACTION_SQL_TRC_STMT_TYP has no method.
Events
Class CL_HDB_ACTION_SQL_TRC_STMT_TYP has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_PARAM_INFO | Public | See coding | 20120920 | BEGIN OF t_param_info,
sel_sys TYPE c LENGTH 1,
s_nam TYPE db6schema,
sel_hst TYPE c LENGTH 1,
h_nam TYPE c LENGTH 64,
sel_tnt TYPE c LENGTH 1,
t_nam TYPE mandt,
msg TYPE c LENGTH 35, "-> display SQL Trace is active
err TYPE abap_bool, "-> if an incorrect parameter value is detected, the current screen will not be cleared.
lvl TYPE c LENGTH 20, "level
usr TYPE c LENGTH 20, "SQL user
a_usr TYPE c LENGTH 20, "app user
obj TYPE c LENGTH 128, "object
styp TYPE c LENGTH 10, "statement type
st_dml TYPE c LENGTH 1,
st_ddl TYPE c LENGTH 1,
st_pro TYPE c LENGTH 1,
st_tra TYPE c LENGTH 1,
st_ses TYPE c LENGTH 1,
st_sys TYPE c LENGTH 1,
f_nam TYPE c LENGTH 128,"trace file name
END OF t_param_info
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |