SAP ABAP Class CL_ESH_TOS_SEARCH_ATTR_ITER (Represents Iterator of the Search Attribute List)
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_SEARCH_ATTR_ITER  
Short Description Represents Iterator of the Search Attribute List    
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_SEARCH_ATTR_ITER has no forward declaration.
Interfaces
Class CL_ESH_TOS_SEARCH_ATTR_ITER has no interface implemented.
Friends
Class CL_ESH_TOS_SEARCH_ATTR_ITER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 LT_SEARCH_ATTR Instance attribute Private Type reference (TYPE) TY_T_SEARCH_ATTR 20100129
2 MV_LINE_INT Instance attribute Public Type reference (TYPE) INT4 20100129
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20100129
2 HAS_NEXT Instance method Public Method 20100129
3 NEXT Instance method Public Method 20100129
4 RESET Instance method Public Method 20100129
Events
Class CL_ESH_TOS_SEARCH_ATTR_ITER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_SEARCH_ATTR Public See coding 20100129 BEGIN OF ty_search_attr , id_val type int4, search_attr TYPE REF TO CL_ESH_TOS_SEARCH_ATTR, END OF ty_search_attr
2 TY_T_SEARCH_ATTR Public See coding 20100129 ty_t_search_attr TYPE STANDARD TABLE OF ty_search_attr 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_SEARCH_ATTR Call by reference Type reference (TYPE) TY_T_SEARCH_ATTR 20100129

Method CONSTRUCTOR on class CL_ESH_TOS_SEARCH_ATTR_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_SEARCH_ATTR_ITER has no exception.

Method NEXT Signature

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

Method NEXT on class CL_ESH_TOS_SEARCH_ATTR_ITER has no exception.

Method RESET Signature

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