SAP ABAP Class CL_ESH_TST_HIL_LOG_ENTRY_TASK (Task log entry)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_TST_HIERARCHY_LOG (Package) Hierarchy log
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TST_HIL_LOG_ENTRY Log entry 20100218
Properties
Class CL_ESH_TST_HIL_LOG_ENTRY_TASK  
Short Description Task log entry    
Super Class CL_ESH_TST_HIL_LOG_ENTRY Log entry 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ESH_TST_HIERARCHY_LOG   Hierarchy log 
Created 20100218   SAP 
Last change 20110908   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_ESH_HIL_HIERARCHY_LOG Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_ESH_TST_FWK_LOG_HIERARCHY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_ESH_TST_HIL_LOG_HIERARCHY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no interface implemented.
Friends
Class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_CHILDS Instance attribute Protected Type reference (TYPE) TT_LOG_ENTRY Child log entries 20100218
2 MT_PARAMETERS Instance attribute Public Type reference (TYPE) ESH_T_TST_FWK_PARAMETER Parameters 20100505
3 MV_FLG_SET_SEVERITIY_EXPLICIT Instance attribute Protected Type reference (TYPE) FLAG Flag severitiy has to be set explicitgely 20100420
4 MV_INSERT_INDEX Instance attribute Protected Type reference (TYPE) I 1 Insertion index for mt_childs 20100218
5 MV_SAP_NOTE Instance attribute Protected Type reference (TYPE) STRING SAP note 20100420
6 MV_STATUS Instance attribute Protected Type reference (TYPE) ESH_E_TST_FWK_STATUS Status 20100218
7 MV_TASK_NAME Instance attribute Protected Type reference (TYPE) ESH_E_TST_FWK_NAME Task name 20100218
8 MV_TMP_SEVERITY Instance attribute Protected Type reference (TYPE) ESH_E_TST_FWK_SEVERITY CL_ESH_TST_HIL_LOG_HIERARCHY=>SC_SEVERITY_SUCCESS Severity 20100218
9 SC_SEVERITY_ERROR Constant Public Type reference (TYPE) ESH_E_TST_FWK_SEVERITY CL_ESH_TST_HIL_LOG_HIERARCHY=>SC_SEVERITY_ERROR SeverityError 20100218
10 SC_SEVERITY_INIT Constant Public Type reference (TYPE) ESH_E_TST_FWK_SEVERITY CL_ESH_TST_HIL_LOG_HIERARCHY=>SC_SEVERITY_INIT 20100505
11 SC_SEVERITY_SUCCESS Constant Public Type reference (TYPE) ESH_E_TST_FWK_SEVERITY CL_ESH_TST_HIL_LOG_HIERARCHY=>SC_SEVERITY_SUCCESS Severity Success 20100218
12 SC_SEVERITY_WARNING Constant Public Type reference (TYPE) ESH_E_TST_FWK_SEVERITY CL_ESH_TST_HIL_LOG_HIERARCHY=>SC_SEVERITY_WARNING Severity Warning 20100218
13 SC_STATUS_FINISHED Constant Public Type reference (TYPE) ESH_E_TST_FWK_STATUS CL_ESH_TST_HIL_LOG_HIERARCHY=>SC_STATUS_FINISHED Status Finished 20100218
14 SC_STATUS_NOT_STARTED Constant Public Type reference (TYPE) ESH_E_TST_FWK_STATUS CL_ESH_TST_HIL_LOG_HIERARCHY=>SC_STATUS_NOT_STARTED Status Not started 20100218
15 SC_STATUS_RUNNING Constant Public Type reference (TYPE) ESH_E_TST_FWK_STATUS CL_ESH_TST_HIL_LOG_HIERARCHY=>SC_STATUS_RUNNING Status Running 20100218
16 SR_DESCR_LOG_ENTRY_TASK Static Attribute Protected Object reference (TYPE REF TO) CL_ABAP_OBJECTDESCR Object descr CL_ESH_TST_FWK_LOG_ENTRY_TASK 20100218
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHILD Instance method Public Method Add child log entry 20100218
2 APPLIES_TO Static method Public Method Check whether instance is type CL_ESH_TST_FWK_LOG_ENTRY_TASK 20100218
3 GET_CHILD_LOG_ENTRIES Instance method Public Method Return reference to child log entries 20100218
4 GET_FIRST_CHILD_TASK Instance method Public Method Get first child task 20100218
5 GET_FLG_SEVERITIY_EXPLICITELY Instance method Public Method Get Flag severitiy has to be set explicitely 20100420
6 GET_MAX_SEVERITY Static method Public Method Get maximum severity from two severities 20100218
7 GET_MESSAGES Instance method Public Method Get all messages of this task 20100218
8 GET_NUMERICAL_SEVERITY Static method Private Method Convert severity to numerical severity 20100218
9 GET_SAP_NOTE Instance method Public Method Get SAP note 20100420
10 GET_STATUS Instance method Public Method Set status 20100218
11 GET_TASK_KEY Instance method Public Method Get key of task 20100218
12 GET_TASK_NAME Instance method Public Method Get task name 20100218
13 GET_TMP_SEVERITY Instance method Public Method Get temporary severity 20100218
14 IS_LEAF Instance method Public Method True if there are no sub task log entries 20100218
15 SET_FLG_SEVERITIY_EXPLICITELY Instance method Public Method Set Flag severitiy has to be set explicitely 20100420
16 SET_INSERT_IDX_AFTER_TASK Instance method Public Method Set insert index for childs directly after task 20100218
17 SET_INSERT_IDX_BEFORE_FRST_TSK Instance method Public Method Set insert index for childs before first tasks 20100218
18 SET_PARAMETER Instance method Public Method add parameter 20100505
19 SET_SAP_NOTE Instance method Public Method Set SAP note 20100420
20 SET_STATUS Instance method Public Method Get status 20100218
21 SET_TASK_NAME Instance method Public Method Set task name 20100218
22 SET_TMP_SEVERITY Instance method Public Method Set temporary severity 20100218
Events
Class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_LOG_ENTRY Public See coding 20100218 tt_log_entry TYPE STANDARD TABLE OF REF TO cl_esh_tst_hil_log_entry with key table_line
Method Signatures

Method ADD_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOG_ENTRY Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_ENTRY Log entry 20100218

Method ADD_CHILD on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method APPLIES_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_INSTANCE Call by reference Object reference (TYPE REF TO) OBJECT Object to be echecked 20100218
2 Returning RV_FLG_APPLIES Value transfer Type reference (TYPE) ABAP_BOOL Result of check 20100218

Method APPLIES_TO on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method GET_CHILD_LOG_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_CHILDS Value transfer Object reference (TYPE REF TO) TT_LOG_ENTRY 20100218

Method GET_CHILD_LOG_ENTRIES on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method GET_FIRST_CHILD_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_TASK_LOG_ENTRY Value transfer Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_ENTRY_TASK Task log entry 20100218

Method GET_FIRST_CHILD_TASK on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method GET_FLG_SEVERITIY_EXPLICITELY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FLG_SET_SEVERITIY_EXPLICIT Value transfer Type reference (TYPE) FLAG Flag that severity has to be set explicitely 20100420

Method GET_FLG_SEVERITIY_EXPLICITELY on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method GET_MAX_SEVERITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SEVERITY_1 Call by reference Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Severity 1 20100218
2 Importing IV_SEVERITY_2 Call by reference Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Severity 2 20100218
3 Returning RV_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Severity 20100218

Method GET_MAX_SEVERITY on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGES Value transfer Type reference (TYPE) ESH_T_ADM_BAL_S_MSG Table Type for Structure BAL_S_MSG 20100218

Method GET_MESSAGES on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method GET_NUMERICAL_SEVERITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SEVERITY Call by reference Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Severity 20100218
2 Returning RV_NUMERICAL_SEVERITY Value transfer Type reference (TYPE) I Numerical severity 20100218

Method GET_NUMERICAL_SEVERITY on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method GET_SAP_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SAP_NOTE Value transfer Type reference (TYPE) STRING SAP note 20100420

Method GET_SAP_NOTE on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_STATUS Value transfer Type reference (TYPE) ESH_E_TST_FWK_STATUS Status 20100218

Method GET_STATUS on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method GET_TASK_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TASK_KEY Value transfer Type reference (TYPE) ESH_E_TST_FWK_KEY Task key 20100218

Method GET_TASK_KEY on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method GET_TASK_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TASK_NAME Value transfer Type reference (TYPE) ESH_E_TST_FWK_NAME Task name 20100218

Method GET_TASK_NAME on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method GET_TMP_SEVERITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Severity 20100218

Method GET_TMP_SEVERITY on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method IS_LEAF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FLG_IS_LEAF Value transfer Type reference (TYPE) FLAG flag is leaf 20100218

Method IS_LEAF on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method SET_FLG_SEVERITIY_EXPLICITELY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FLG_SET_SEVERITIY_EXPLICIT Call by reference Type reference (TYPE) FLAG Flag that severity has to be set explicitely 20100420

Method SET_FLG_SEVERITIY_EXPLICITELY on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method SET_INSERT_IDX_AFTER_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASK_LOG_ENTRY Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_ENTRY_TASK Task log entry 20100218

Method SET_INSERT_IDX_AFTER_TASK on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method SET_INSERT_IDX_BEFORE_FRST_TSK Signature

Method SET_INSERT_IDX_BEFORE_FRST_TSK on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no parameter.
Method SET_INSERT_IDX_BEFORE_FRST_TSK on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method SET_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PARAMETER Call by reference Type reference (TYPE) ESH_S_TST_FWK_PARAMETER Parameter 20100505

Method SET_PARAMETER on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method SET_SAP_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SAP_NOTE Call by reference Type reference (TYPE) STRING SAP note 20100420

Method SET_SAP_NOTE on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STATUS Call by reference Type reference (TYPE) ESH_E_TST_FWK_STATUS Status 20100218

Method SET_STATUS on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method SET_TASK_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TASK_NAME Call by reference Type reference (TYPE) ESH_E_TST_FWK_NAME Task name 20100218

Method SET_TASK_NAME on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.

Method SET_TMP_SEVERITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SEVERITY Call by reference Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Severity 20100218

Method SET_TMP_SEVERITY on class CL_ESH_TST_HIL_LOG_ENTRY_TASK has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 730