SAP ABAP Class CL_ESH_TOS_NAV_TARGET_ITERATOR (Iterator of Navigation Targets)
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_NAV_TARGET_ITERATOR  
Short Description Iterator of Navigation Targets    
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_NAV_TARGET_ITERATOR has no forward declaration.
Interfaces
Class CL_ESH_TOS_NAV_TARGET_ITERATOR has no interface implemented.
Friends
Class CL_ESH_TOS_NAV_TARGET_ITERATOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 LT_RESP_ATTR Instance attribute Private Type reference (TYPE) TY_T_NAV_TARGET 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_NAV_TARGET_ITERATOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_NAV_TARGET Public See coding 20100129 BEGIN OF ty_nav_target , id_val type int4, nav_target TYPE REF TO CL_ESH_TOS_NAV_TARGET, END OF ty_nav_target
2 TY_T_NAV_TARGET Public See coding 20100129 ty_t_nav_target TYPE STANDARD TABLE OF ty_nav_target 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_RESP_ATTR Call by reference Type reference (TYPE) TY_T_NAV_TARGET 20100129

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

Method NEXT Signature

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

Method NEXT on class CL_ESH_TOS_NAV_TARGET_ITERATOR has no exception.

Method RESET Signature

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