SAP ABAP Class IF_BICS_ITERATOR (General Iterator for Lists)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_BICS_ITERATOR General Iterator for Lists 20100412
Properties
Class IF_BICS_ITERATOR  
Short Description General Iterator for Lists    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100412   SAP 
Last change 20130531   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_BICS_ITERATOR has no interface implemented.
Friends
Class IF_BICS_ITERATOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_COUNT Instance attribute Public Type reference (TYPE) I Number of entries in list 20100412
2 N_EMPTY_DATA Instance attribute Public Type reference (TYPE) ABAP_BOOL No Data 20110321
3 N_R_DATA Instance attribute Public Object reference (TYPE REF TO) DATA Data table 20100412
4 N_R_PARENT Instance attribute Public Object reference (TYPE REF TO) OBJECT Parent object 20100412
Methods
# Method Level Visibility Method type Description Created on
1 HAS_NEXT Instance method Public Method Check for Further Entries in the List 20100412
2 NEXT_DATA Instance method Public Method Set Iterator to Next Entry 20100414
3 NEXT_OBJECT Instance method Public Method Creat an object containing the next entry 20100414
4 RESET Instance method Public Method Reset Iterator 20100412
Events
Class IF_BICS_ITERATOR has no event.
Types
Class IF_BICS_ITERATOR has no local type.
Method Signatures

Method HAS_NEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HAS_NEXT Value transfer Type reference (TYPE) ABAP_BOOL Liste hat weiteren Eintrag 20100412

Method HAS_NEXT on class IF_BICS_ITERATOR has no exception.

Method NEXT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NEXT_DATA Value transfer Object reference (TYPE REF TO) DATA 20100414
# Exception Resumable Description Created on
1 CX_BICS_ITERATOR_END_OF_LIST Ende der Liste erreicht 20100414

Method NEXT_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NEXT_OBJECT Value transfer Object reference (TYPE REF TO) IF_BICS_ITERATOR_OBJECT Objekt zur Aufnahme eines Containereintrags 20100414
# Exception Resumable Description Created on
1 CX_BICS_ITERATOR_END_OF_LIST Ende der Liste erreicht 20100414

Method RESET Signature

Method RESET on class IF_BICS_ITERATOR has no parameter.
Method RESET on class IF_BICS_ITERATOR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in