SAP ABAP Class CL_ESH_ENG_ATK_LOG (ATK Log)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_ATK (Package) Appliance Toolkit Interface
⤷
⤷
Properties
| Class | CL_ESH_ENG_ATK_LOG | |
| Short Description | ATK Log | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_ENG_ATK | Appliance Toolkit Interface |
| Created | 20100421 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_ESH_ENG_ATK_LOG has no interface implemented.
Friends
Class CL_ESH_ENG_ATK_LOG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | TT_ESH_ATK_LOG_ENTRIES | Table of log entries | 20100421 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | ESH_E_TST_FWK_SEVERITY | CL_ESH_TST_HIL_LOG_HIERARCHY=>SC_SEVERITY_SUCCESS | Task severity | 20100421 | ||
| 3 | Static Attribute | Private | Type reference (TYPE) | I | Whole umber with +/- sign (-2.147.483.648 .. 2.147.483.647) | 20100421 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20100421 | ||
| 2 | Instance method | Public | Method | Return the maximum severity of all contained log entries | 20100421 | |
| 3 | Instance method | Protected | Method | Provide a unique log key for creating log entries from ATK | 20100421 | |
| 4 | Instance method | Public | Method | Write the log entries to the specified hierarchical log | 20100421 |
Events
Class CL_ESH_ENG_ATK_LOG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_ESH_ATK_LOG_ENTRY | Public | See coding | Structure log entry | 20100421 | BEGIN OF ts_esh_atk_log_entry,
task_key TYPE esh_e_tst_fwk_key,
type TYPE string,
logcursor TYPE string,
stackdepth TYPE string,
application TYPE string,
severity TYPE string,
date TYPE string,
time TYPE string,
text TYPE string,
END OF ts_esh_atk_log_entry
|
|
| 2 | TT_ESH_ATK_LOG_ENTRIES | Public | See coding | Table of log entries | 20100421 | tt_esh_atk_log_entries TYPE STANDARD TABLE OF ts_esh_atk_log_entry
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PROT | Call by reference | Type reference (TYPE) | CL_ESH_APPCON=>TT_PROT | 20100421 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error Performing Simple Transformation | 20100421 |
Method GET_MAX_SEVERITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MAX_SEVERITY | Value transfer | Type reference (TYPE) | CHAR1 | Severity | 20100421 |
Method GET_MAX_SEVERITY on class CL_ESH_ENG_ATK_LOG has no exception.
Method GET_UNIQUE_LOG_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_UNIQUE_KEY | Value transfer | Type reference (TYPE) | ESH_E_TST_FWK_KEY | Log key | 20100421 |
Method GET_UNIQUE_LOG_KEY on class CL_ESH_ENG_ATK_LOG has no exception.
Method TO_HIERARCHICAL_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_HIERARCHY_LOG | Call by reference | Object reference (TYPE REF TO) | CL_ESH_TST_HIL_LOG_HIERARCHY | Hierarchical logging | 20100421 |
Method TO_HIERARCHICAL_LOG on class CL_ESH_ENG_ATK_LOG has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |