SAP ABAP Class CL_ESH_TST_SMK_BOS (A normal class format of CL_ESH_TEST_UNIT_TEST, singleton)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_TST_SMOKETEST (Package) Smoke Test (contains objects only for 730 appliance)
Properties
Class CL_ESH_TST_SMK_BOS  
Short Description A normal class format of CL_ESH_TEST_UNIT_TEST, singleton    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ESH_TST_SMOKETEST   Smoke Test (contains objects only for 730 appliance) 
Created 20100223   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_SMK_BOS has no interface implemented.
Friends
Class CL_ESH_TST_SMK_BOS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_LOG Instance attribute Protected Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application log 20100223
2 SC_DEFAULT_PROD_VERS Constant Private Type reference (TYPE) ESH_E_OM_SYSREL 'ZESH_UNIT_TEST_TEMP' 20100223
3 SC_OBJECT_TYPE_ID Constant Private Type reference (TYPE) ESH_E_OM_OBJECT_TYPE 'ESH_UNIT_TEST_MAT' 20100223
4 SC_PROVIDER_ID Constant Private Type reference (TYPE) ESH_E_IF_PROVIDER_ID CL_ESH_TEST_MATERIAL_IMPL=>GC_CLASSNAME 20100223
5 SC_TEST_CONTEXT Constant Private Type reference (TYPE) STRING 'ESH_UNIT_TEST_MAT' 20100223
6 SINGLETON Static Attribute Public Object reference (TYPE REF TO) CL_ESH_TST_SMK_BOS A normal class format of CL_ESH_TEST_UNIT_TEST 20100223
7 SR_LOCK Instance attribute Private Object reference (TYPE REF TO) CL_ESH_CO_LOCK 20100223
8 ST_TST_MAT Instance attribute Private See coding 20100223
9 ST_TST_MATT Instance attribute Private See coding 20100223
10 SV_CONNECTION_GUID Instance attribute Private Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID 20100223
11 SV_LOCKED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20100223
12 SV_MODEL_DELETED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED 20100223
13 SV_PRODUCT_VERSION Instance attribute Private Type reference (TYPE) ESH_E_OM_SYSREL 20100223
14 SV_SC_DELETED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED 20100223
15 SV_SC_ID Instance attribute Private Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID 20100223
16 SV_TEMPLATE_DELETED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED 20100223
17 SV_TEMPLATE_ID Instance attribute Private Type reference (TYPE) ESH_E_IF_TEMPLATE_ID Search connector template ID 20100223
18 SV_UNITTEST_MODE Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE Execute in unit test mode or normal mode? 20100223
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TEST_DATA Instance method Private Method 20100223
2 CHECK_AUTHORIZATIONS Instance method Private Method 20100223
3 CHECK_TEMPLATE_EXISTS Instance method Private Method 20100223
4 CHECK_TEMPLATE_EXISTS_ACTIVE Instance method Private Method 20100223
5 CHECK_TREX_DESTINATION Instance method Private Method 20100223
6 CLEAR_TEST_DATA Instance method Private Method 20100223
7 CONSTRUCTOR Instance method Private Constructor 20100223
8 CREATE_MODEL Instance method Private Method 20100223
9 CREATE_SEARCH_CONNECTOR Instance method Private Method 20100223
10 DELETE_MODEL Instance method Private Method 20100223
11 DELETE_SEARCH_CONNECTOR Instance method Private Method 20100223
12 DELETE_TEMPLATE Instance method Private Method 20100223
13 DEQUEUE Instance method Private Method 20100223
14 DEQUEUE2 Instance method Private Method 20100223
15 ENQUEUE Instance method Private Method 20100223
16 ENQUEUE2 Instance method Private Method 20100223
17 EXECUTE_SEARCH Instance method Private Method 20100223
18 EXECUTE_SEARCH_AND_CHECK Instance method Private Method 20100223
19 EXECUTE_SEARCH_BY_SCOPE Instance method Private Method 20100223
20 EXECUTE_SEARCH_NEW_OBJECT Instance method Private Method 20100223
21 GENERATE_TEST_DATA Instance method Private Method 20100223
22 GETINSTANCE Static method Public Method Return the singleton instance 20100223
23 GET_LOCAL_CONNECTION Instance method Private Method 20100223
24 GET_SEARCH_CONNECTOR_ID Instance method Private Method 20100223
25 GET_TEMPLATE_ID Instance method Private Method 20100223
26 IMPORT_OBJECT_TYPE Instance method Private Method 20100223
27 INDEX_SEARCH_CONNECTOR Instance method Private Method 20100223
28 RESET_TABLE_BUFFER Instance method Private Method 20100223
29 RETRIEVE_MODEL Instance method Private Method 20100223
30 SMK_CREATE_CONNECTOR Instance method Public Method Create a search coonnector 20100223
31 SMK_CREATE_TEMPLATE Instance method Public Method Create template 20100223
32 SMK_DELTA_INDEXING Instance method Public Method Delta index the search connector 20100223
33 SMK_DELTA_SEARCH Instance method Public Method Delta search on the search connector 20100223
34 SMK_INDEXING Instance method Public Method Index the search connector 20100223
35 SMK_SEARCH Instance method Public Method Search on the search connector 20100223
36 SMK_SETUP Instance method Public Method Set up smoketest 20100223
37 SMK_TEARDOWN Instance method Public Method Tear down before terminate smoketest 20100223
38 TRIGGER_SC_STATUS_UPDATE Instance method Private Method 20100223
39 WAIT_FOR_CONNECTOR_CREATED Instance method Private Method 20100223
40 WAIT_FOR_CONNECTOR_DELETED Instance method Private Method 20100223
41 WAIT_FOR_INDEXING_FINISHED Instance method Private Method 20100223
Events
Class CL_ESH_TST_SMK_BOS has no event.
Types
Class CL_ESH_TST_SMK_BOS has no local type.
Method Signatures

Method ADD_TEST_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100225
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100225

Method ADD_TEST_DATA on class CL_ESH_TST_SMK_BOS has no exception.

Method CHECK_AUTHORIZATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100224
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100224

Method CHECK_AUTHORIZATIONS on class CL_ESH_TST_SMK_BOS has no exception.

Method CHECK_TEMPLATE_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100223
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100223
3 Importing IV_TEMPLATE_ID Call by reference Type reference (TYPE) ESH_E_IF_TEMPLATE_ID 20100223

Method CHECK_TEMPLATE_EXISTS on class CL_ESH_TST_SMK_BOS has no exception.

Method CHECK_TEMPLATE_EXISTS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TEMPLATE_ID Call by reference Type reference (TYPE) ESH_E_IF_TEMPLATE_ID 20100223

Method CHECK_TEMPLATE_EXISTS_ACTIVE on class CL_ESH_TST_SMK_BOS has no exception.

Method CHECK_TREX_DESTINATION Signature

Method CHECK_TREX_DESTINATION on class CL_ESH_TST_SMK_BOS has no parameter.
Method CHECK_TREX_DESTINATION on class CL_ESH_TST_SMK_BOS has no exception.

Method CLEAR_TEST_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100223
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100223

Method CLEAR_TEST_DATA on class CL_ESH_TST_SMK_BOS has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_ESH_TST_SMK_BOS has no parameter.
Method CONSTRUCTOR on class CL_ESH_TST_SMK_BOS has no exception.

Method CREATE_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100223
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100223

Method CREATE_MODEL on class CL_ESH_TST_SMK_BOS has no exception.

Method CREATE_SEARCH_CONNECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100223
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100223
3 Importing IV_SC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID 20100223

Method CREATE_SEARCH_CONNECTOR on class CL_ESH_TST_SMK_BOS has no exception.

Method DELETE_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100225
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100225

Method DELETE_MODEL on class CL_ESH_TST_SMK_BOS has no exception.

Method DELETE_SEARCH_CONNECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100224
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100224

Method DELETE_SEARCH_CONNECTOR on class CL_ESH_TST_SMK_BOS has no exception.

Method DELETE_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100225
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100225

Method DELETE_TEMPLATE on class CL_ESH_TST_SMK_BOS has no exception.

Method DEQUEUE Signature

Method DEQUEUE on class CL_ESH_TST_SMK_BOS has no parameter.
Method DEQUEUE on class CL_ESH_TST_SMK_BOS has no exception.

Method DEQUEUE2 Signature

Method DEQUEUE2 on class CL_ESH_TST_SMK_BOS has no parameter.
Method DEQUEUE2 on class CL_ESH_TST_SMK_BOS has no exception.

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100223
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100223

Method ENQUEUE on class CL_ESH_TST_SMK_BOS has no exception.

Method ENQUEUE2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100225
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100225

Method ENQUEUE2 on class CL_ESH_TST_SMK_BOS has no exception.

Method EXECUTE_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100224
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100224
3 Importing IV_SC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID 20100223

Method EXECUTE_SEARCH on class CL_ESH_TST_SMK_BOS has no exception.

Method EXECUTE_SEARCH_AND_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100224
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100224
3 Importing IR_REQUEST Call by reference Object reference (TYPE REF TO) CL_ESH_IF_SEARCH_REQUEST 20100223
4 Importing IV_ERROR_STRING Call by reference Type reference (TYPE) STRING 20100223
5 Importing IV_EXPECTED_CONNECTOR Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID 20100223
6 Importing IV_MIN_EXPECTED_RESULT_NUMBER Call by reference Type reference (TYPE) INT4 20100223
# Exception Resumable Description Created on
1 CX_ESH_IF_ENGINE 20100223

Method EXECUTE_SEARCH_BY_SCOPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100224
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100224
3 Importing IV_CONNECTOR Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID 20100223
4 Importing IV_KEYWORD Call by reference Type reference (TYPE) ESH_E_IF_KEYWORD 20100223
5 Importing IV_MIN_EXPECTED_RESULT_NUMBER Call by reference Type reference (TYPE) INT4 20100223
6 Importing IV_SEARCH_TEXT Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_STRING 20100223

Method EXECUTE_SEARCH_BY_SCOPE on class CL_ESH_TST_SMK_BOS has no exception.

Method EXECUTE_SEARCH_NEW_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100224
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100224
3 Importing IV_SC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID 20100223

Method EXECUTE_SEARCH_NEW_OBJECT on class CL_ESH_TST_SMK_BOS has no exception.

Method GENERATE_TEST_DATA Signature

Method GENERATE_TEST_DATA on class CL_ESH_TST_SMK_BOS has no parameter.
Method GENERATE_TEST_DATA on class CL_ESH_TST_SMK_BOS has no exception.

Method GETINSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UNITTEST_MODE Value transfer Type reference (TYPE) ABAP_BOOL 20100223
2 Returning RR_TST_BOS Value transfer Object reference (TYPE REF TO) CL_ESH_TST_SMK_BOS A normal class format of CL_ESH_TEST_UNIT_TEST 20100223

Method GETINSTANCE on class CL_ESH_TST_SMK_BOS has no exception.

Method GET_LOCAL_CONNECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONNECTION_GUID Value transfer Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID 20100223
2 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY 20100223
3 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100223

Method GET_LOCAL_CONNECTION on class CL_ESH_TST_SMK_BOS has no exception.

Method GET_SEARCH_CONNECTOR_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100225
2 Exporting EV_SC_ID Value transfer Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID 20100223
3 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100225
4 Importing IV_CONNECTION_GUID Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID 20100223
5 Importing IV_TEMPLATE_ID Call by reference Type reference (TYPE) ESH_E_IF_TEMPLATE_ID 20100223

Method GET_SEARCH_CONNECTOR_ID on class CL_ESH_TST_SMK_BOS has no exception.

Method GET_TEMPLATE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100225
2 Exporting EV_TEMPLATE_ID Value transfer Type reference (TYPE) ESH_E_IF_TEMPLATE_ID 20100223
3 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100225
4 Importing IV_PRODUCT_VERSION Call by reference Type reference (TYPE) ESH_E_OM_SYSREL 20100223

Method GET_TEMPLATE_ID on class CL_ESH_TST_SMK_BOS has no exception.

Method IMPORT_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100223
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100223

Method IMPORT_OBJECT_TYPE on class CL_ESH_TST_SMK_BOS has no exception.

Method INDEX_SEARCH_CONNECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100223
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100223
3 Importing IV_DELTA_INDEXING Call by reference Type reference (TYPE) ABAP_BOOL 20100223
4 Importing IV_SC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID 20100223

Method INDEX_SEARCH_CONNECTOR on class CL_ESH_TST_SMK_BOS has no exception.

Method RESET_TABLE_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100225
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100225

Method RESET_TABLE_BUFFER on class CL_ESH_TST_SMK_BOS has no exception.

Method RETRIEVE_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100225
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100225

Method RETRIEVE_MODEL on class CL_ESH_TST_SMK_BOS has no exception.

Method SMK_CREATE_CONNECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100225
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100225

Method SMK_CREATE_CONNECTOR on class CL_ESH_TST_SMK_BOS has no exception.

Method SMK_CREATE_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100225
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100225

Method SMK_CREATE_TEMPLATE on class CL_ESH_TST_SMK_BOS has no exception.

Method SMK_DELTA_INDEXING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100225
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100225

Method SMK_DELTA_INDEXING on class CL_ESH_TST_SMK_BOS has no exception.

Method SMK_DELTA_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100225
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100225

Method SMK_DELTA_SEARCH on class CL_ESH_TST_SMK_BOS has no exception.

Method SMK_INDEXING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100225
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100225

Method SMK_INDEXING on class CL_ESH_TST_SMK_BOS has no exception.

Method SMK_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100225
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100225

Method SMK_SEARCH on class CL_ESH_TST_SMK_BOS has no exception.

Method SMK_SETUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100223
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100223

Method SMK_SETUP on class CL_ESH_TST_SMK_BOS has no exception.

Method SMK_TEARDOWN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100709

Method SMK_TEARDOWN on class CL_ESH_TST_SMK_BOS has no exception.

Method TRIGGER_SC_STATUS_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100223
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100223
3 Importing IV_SC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID 20100223

Method TRIGGER_SC_STATUS_UPDATE on class CL_ESH_TST_SMK_BOS has no exception.

Method WAIT_FOR_CONNECTOR_CREATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100224
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100224
3 Importing IV_SC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID 20100223

Method WAIT_FOR_CONNECTOR_CREATED on class CL_ESH_TST_SMK_BOS has no exception.

Method WAIT_FOR_CONNECTOR_DELETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100224
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100224
3 Importing IV_SC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID 20100223

Method WAIT_FOR_CONNECTOR_DELETED on class CL_ESH_TST_SMK_BOS has no exception.

Method WAIT_FOR_INDEXING_FINISHED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_SEVERITY Value transfer Type reference (TYPE) ESH_E_TST_FWK_SEVERITY Task severity 20100223
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_ESH_TST_HIL_LOG_HIERARCHY Hierarchical logging 20100223
3 Importing IV_SC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID 20100223

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