SAP ABAP Class CL_ESH_TST_PRC_CATEGORY (Category of Tasks)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_TST_FWK_PROCESS (Package) Process chain and process control
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TST_PRC_TASK Abstraction for All Components in the Hierarchy 20100219
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TST_SMK_CAT_FIL Category for File Search 20100616
2 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_SEARCH Category of Search test 20100219
3 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_TRA Category for Cockpit and Administration 20110310
4 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_TRAEXPIMP Category for Cockpit and Administration 20110310
5 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_TRASNOTE Category for Cockpit and Administration 20110310
6 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_TRATOOL Category for Cockpit and Administration 20110317
7 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_ROOT Root of smoke test task tree 20100219
8 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TST_PRC_EXT_CATEGORY External category 20100311
9 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TST_SMK_CAT_BOS Category for BOS 20100223
10 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TST_SMK_CAT_CONNECTION Category for connection test 20100219
... Click here to see Used By full list (38 items)
Properties
Class CL_ESH_TST_PRC_CATEGORY  
Short Description Category of Tasks    
Super Class CL_ESH_TST_PRC_TASK Abstraction for All Components in the Hierarchy 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ESH_TST_FWK_PROCESS   Process chain and process control 
Created 20100219   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)
Interfaces
Class CL_ESH_TST_PRC_CATEGORY has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_ESH_TST_PRC_PROCESS 20100219 Process
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHILDREN_DESELECTABLE Instance attribute Public Type reference (TYPE) ABAP_BOOL Can its sub tasks be deselected 20100219
2 MT_ALL_TREE_KEYS Instance attribute Public Type reference (TYPE) ESH_T_TST_FWK_KEY Only for root task, contains all keys of the tree 20100608
3 MT_CHILDREN Instance attribute Public Type reference (TYPE) ESH_T_TST_FWK_TASK_OBJECT Table for task objects 20100219
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHILD Instance method Public Method Add a task or a category to MT_CHILDREN 20100219
2 CHECK_ADD_CHILD_CONSISTENCY Instance method Protected Method Check whether child can be added 20110120
3 CREATE_CHILD_NODE Instance method Protected Method Create child node (during deserialziation from log) 20100311
4 HAS_CHILD Instance method Public Method Check whether a child with given key exists 20100420
5 REMOVE_CHILD Instance method Public Method Remove a task from the children list 20100219
6 SET_SKIPPED_DOWN Instance method Protected Method Private method of SET_SKIPPED for down part of the tree 20100608
7 SET_SKIPPED_UP Instance method Private Method Private method of SET_SKIPPED for up part of the tree 20100608
Events
Class CL_ESH_TST_PRC_CATEGORY has no event.
Types
Class CL_ESH_TST_PRC_CATEGORY has no local type.
Method Signatures

Method ADD_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CHILD Call by reference Object reference (TYPE REF TO) CL_ESH_TST_PRC_TASK The abstraction for all components in the hierarchy 20100219

Method ADD_CHILD on class CL_ESH_TST_PRC_CATEGORY has no exception.

Method CHECK_ADD_CHILD_CONSISTENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CHILD Call by reference Object reference (TYPE REF TO) CL_ESH_TST_PRC_TASK Abstraction for All Components in the Hierarchy 20110120

Method CHECK_ADD_CHILD_CONSISTENCY on class CL_ESH_TST_PRC_CATEGORY has no exception.

Method CREATE_CHILD_NODE 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 20100311
2 Returning RR_TASK Value transfer Object reference (TYPE REF TO) CL_ESH_TST_PRC_TASK The abstraction for all components in the hierarchy 20100311

Method CREATE_CHILD_NODE on class CL_ESH_TST_PRC_CATEGORY has no exception.

Method HAS_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TASK_KEY Call by reference Type reference (TYPE) ESH_E_TST_FWK_KEY Task key 20100420
2 Returning RV_FLG_EXISTS Value transfer Type reference (TYPE) FLAG Falg child exists 20100420

Method HAS_CHILD on class CL_ESH_TST_PRC_CATEGORY has no exception.

Method REMOVE_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TASK_KEY Call by reference Type reference (TYPE) ESH_E_TST_FWK_KEY Task key 20100219

Method REMOVE_CHILD on class CL_ESH_TST_PRC_CATEGORY has no exception.

Method SET_SKIPPED_DOWN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SKIPPED Value transfer Type reference (TYPE) FLAG Flag that task is to be skipped 20100608

Method SET_SKIPPED_DOWN on class CL_ESH_TST_PRC_CATEGORY has no exception.

Method SET_SKIPPED_UP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SKIPPED Value transfer Type reference (TYPE) FLAG Flag that task is to be skipped 20100608

Method SET_SKIPPED_UP on class CL_ESH_TST_PRC_CATEGORY has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TST_SMK_CAT_FIL Category for File Search 20100616
2 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_SEARCH Category of Search test 20100219
3 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_TRA Category for Cockpit and Administration 20110310
4 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_TRAEXPIMP Category for Cockpit and Administration 20110310
5 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_TRASNOTE Category for Cockpit and Administration 20110310
6 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_TRATOOL Category for Cockpit and Administration 20110317
7 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_ROOT Root of smoke test task tree 20100219
8 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TST_PRC_EXT_CATEGORY External category 20100311
9 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TST_SMK_CAT_BOS Category for BOS 20100223
10 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TST_SMK_CAT_CONNECTION Category for connection test 20100219
11 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_RLCX730S01 Category for Relocation Tests 20100510
12 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TST_SMK_CAT_ICF Category for ICF 20100624
13 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TST_SMK_CAT_OPN Category for Open Search 20100716
14 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TST_SMK_CAT_POSTREQ Category for post requisite check 20100421
15 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TST_SMK_CAT_POSTREQ_BAS Base class for postreq subcategories 20100421
16 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TST_SMK_CAT_USER Category for user management 20100219
17 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TST_SMK_ROOT Root of smoke test task tree 20100219
18 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TST_UT_CAT_1 Category for ICF 20100712
19 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TST_UT_ROOT Root of smoke test task tree 20100712
20 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_RLCX701 Category for Relocation Tests 20100510
21 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_EPM_SWC_STP Initial Setup of EPM:Auto SWC and connectors for testing 20110128
22 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_FND_BASIC Sub Category of Foundation Module - Basic tests 20110119
23 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_FND_RTI Sub Category of Foundation Modules - Realtime Indexing 20110119
24 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_FOUNDATION Category for Foundation Module 20100223
25 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_INA Category of Ina Services test 20130425
26 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_OBJ_MOD_REP Category for Object Model Repository 20110201
27 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_RLC Category for Relocation Tests 20100510
28 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_RLCBSC Category for Relocation Tests 20100510
29 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_RLCX Category for Relocation Tests 20100510
30 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_COCKPIT Category for Cockpit and Administration 20100223
31 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_RLCX701S08 Category for Relocation Tests 20100510
32 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_RLCX702 Category for Relocation Tests 20100510
33 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_RLCX702S05 Category for Relocation Tests 20100510
34 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_RLCX702S06 Category for Relocation Tests 20100510
35 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_RLCX703 Category for Relocation Tests 20100510
36 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_RLCX703S00 Category for Relocation Tests 20100510
37 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_RLCX703S01 Category for Relocation Tests 20100510
38 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_CHK_CAT_RLCX730 Category for Relocation Tests 20100510
History
Last changed by/on SAP  20110908 
SAP Release Created in 730