SAP ABAP Class CL_ESH_TOS_REL_SEARCH_SRC_ITER (Represents Iterator of the Related Search Sources)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_TST_AUT_OPEN_SEARCH_CLNT (Package) Open Search Client (ABAP)
Properties
Class CL_ESH_TOS_REL_SEARCH_SRC_ITER  
Short Description Represents Iterator of the Related Search Sources    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ESH_TST_AUT_OPEN_SEARCH_CLNT   Open Search Client (ABAP) 
Created 20100129   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ESH_TOS_REL_SEARCH_SRC_ITER has no forward declaration.
Interfaces
Class CL_ESH_TOS_REL_SEARCH_SRC_ITER has no interface implemented.
Friends
Class CL_ESH_TOS_REL_SEARCH_SRC_ITER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 LT_REL_SEARCH_SOURCES Instance attribute Private Type reference (TYPE) TY_T_REL_SEARCH_SOURCE 20100129
2 MV_LINE_INT Instance attribute Private Type reference (TYPE) INT4 20100129
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20100129
2 HAS_NEXT Instance method Public Method Return Boolean value if iterator has next element 20100129
3 NEXT Instance method Public Method Return the next element 20100129
4 RESET Instance method Public Method 20100129
Events
Class CL_ESH_TOS_REL_SEARCH_SRC_ITER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_REL_SEARCH_SOURCE Public See coding 20100129 BEGIN OF ty_rel_search_source , id_val type int4, rel_search_source TYPE REF TO CL_ESH_TOS_REL_SEARCH_SRC, END OF ty_rel_search_source
2 TY_T_REL_SEARCH_SOURCE Public See coding 20100129 ty_t_rel_search_source TYPE STANDARD TABLE OF ty_rel_search_source with key id_val
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_REL_SEARCH_SOURCES Call by reference Type reference (TYPE) TY_T_REL_SEARCH_SOURCE 20100129

Method CONSTRUCTOR on class CL_ESH_TOS_REL_SEARCH_SRC_ITER has no exception.

Method HAS_NEXT Signature

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

Method HAS_NEXT on class CL_ESH_TOS_REL_SEARCH_SRC_ITER has no exception.

Method NEXT Signature

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

Method NEXT on class CL_ESH_TOS_REL_SEARCH_SRC_ITER has no exception.

Method RESET Signature

Method RESET on class CL_ESH_TOS_REL_SEARCH_SRC_ITER has no parameter.
Method RESET on class CL_ESH_TOS_REL_SEARCH_SRC_ITER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 730