SAP ABAP Class IF_LIB_ITERABLE (basic iterator interface)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_LIB_COMBI_ITER iterator running over many other iterators 20131030
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_LIB_FILTERING_ITER iterator delivers elements passed by a filter 20111110
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_LIB_ITER simple iterator on collections 20111110
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_LIB_SORTING_ITER iterator delivers elements sorted according a field 20120724
Properties
Class IF_LIB_ITERABLE  
Short Description basic iterator interface    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20111110   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_LIB_ITERABLE has no forward declaration.
Interfaces
Class IF_LIB_ITERABLE has no interface implemented.
Friends
Class IF_LIB_ITERABLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_MOVE_BACKWARD Constant Public Type reference (TYPE) I 1 20120724
2 MC_MOVE_FORWARD Constant Public Type reference (TYPE) I 0 20120724
Methods
# Method Level Visibility Method type Description Created on
1 GET Instance method Public Method 20111110
2 NEXT Instance method Public Method 20111110
3 POS Instance method Public Method 20111110
4 RESET Instance method Public Method 20111110
5 SIZE Instance method Public Method 20111110
6 VALID Instance method Public Method 20111110
Events
Class IF_LIB_ITERABLE has no event.
Types
Class IF_LIB_ITERABLE has no local type.
Method Signatures

Method GET Signature

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

Method GET on class IF_LIB_ITERABLE has no exception.

Method NEXT Signature

Method NEXT on class IF_LIB_ITERABLE has no parameter.
Method NEXT on class IF_LIB_ITERABLE has no exception.

Method POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_POS Value transfer Type reference (TYPE) I 20111110

Method POS on class IF_LIB_ITERABLE has no exception.

Method RESET Signature

Method RESET on class IF_LIB_ITERABLE has no parameter.
Method RESET on class IF_LIB_ITERABLE has no exception.

Method SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SIZE Value transfer Type reference (TYPE) I 20111110

Method SIZE on class IF_LIB_ITERABLE has no exception.

Method VALID Signature

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

Method VALID on class IF_LIB_ITERABLE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in