SAP ABAP Class IF_ESH_IF_ASYNCHRONOUS_SEARCH (Interface for asynchronous search)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ESH_IF_SEARCH_REQUEST Search Request 20081001
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ESH_SE_SEARCH_REQUEST Search Request 20081112
Properties
Class IF_ESH_IF_ASYNCHRONOUS_SEARCH  
Short Description Interface for asynchronous search    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20081001   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 IF_ESH_IF_ASYNCHRONOUS_SEARCH has no interface implemented.
Friends
Class IF_ESH_IF_ASYNCHRONOUS_SEARCH has no friend class.
Attributes
Class IF_ESH_IF_ASYNCHRONOUS_SEARCH has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_RESPONSES Instance method Public Method Get the Set of currently available Responses for the Search 20081118
2 HAS_NEW_RESPONSES Instance method Public Method New Responses are available for the current Search 20081118
3 IS_FINISHED Instance method Public Method Check if the current Search is finished 20081001
4 SEARCH_ASYNCHRONOUS Instance method Public Method Search asynchronous 20081001
Events
Class IF_ESH_IF_ASYNCHRONOUS_SEARCH has no event.
Types
Class IF_ESH_IF_ASYNCHRONOUS_SEARCH has no local type.
Method Signatures

Method GET_RESPONSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COUNT_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Count only 20081118
2 Importing IV_NEW_RESPONSES_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Get new Responses only 20081118
3 Returning RO_RESPONSES Value transfer Object reference (TYPE REF TO) CL_ESH_IF_SEARCH_RESPONSES Search Responses 20081118
# Exception Resumable Description Created on
1 CX_ESH_IF_ENGINE ESH Interface Exception 20090108

Method HAS_NEW_RESPONSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_NEW_RESULTS Value transfer Type reference (TYPE) ABAP_BOOL 20081118

Method HAS_NEW_RESPONSES on class IF_ESH_IF_ASYNCHRONOUS_SEARCH has no exception.

Method IS_FINISHED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FINISHED Value transfer Type reference (TYPE) ABAP_BOOL 20081001

Method IS_FINISHED on class IF_ESH_IF_ASYNCHRONOUS_SEARCH has no exception.

Method SEARCH_ASYNCHRONOUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COUNT_ONLY Call by reference Type reference (TYPE) ABAP_BOOL Count only 20090223
2 Importing IV_MERGE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Merge the results 20081013
# Exception Resumable Description Created on
1 CX_ESH_IF_ENGINE ESH Interface Exception 20090108
History
Last changed by/on SAP  20110908 
SAP Release Created in