SAP ABAP Class IF_DPR_ITERATOR (Development Projects: Interface of All Iterators)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DPR_ITERATOR Development Projects: Abstract Iterator 20020314
Properties
Class IF_DPR_ITERATOR  
Short Description Development Projects: Interface of All Iterators    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20020314   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_DPR_ENTITY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class IF_DPR_ITERATOR has no interface implemented.
Friends
Class IF_DPR_ITERATOR has no friend class.
Attributes
Class IF_DPR_ITERATOR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 FIRST Instance method Public Method Sets Iterator to First Element 20020314
2 FREE Instance method Public Method Destructor 20020314
3 GET_CURRENT Instance method Public Method Access Method for Current Element 20020314
4 IS_DONE Instance method Public Method Has iteration ended? 20020314
5 NEXT Instance method Public Method Sets Iterator to Next Element 20020314
Events
Class IF_DPR_ITERATOR has no event.
Types
Class IF_DPR_ITERATOR has no local type.
Method Signatures

Method FIRST Signature

Method FIRST on class IF_DPR_ITERATOR has no parameter.
Method FIRST on class IF_DPR_ITERATOR has no exception.

Method FREE Signature

Method FREE on class IF_DPR_ITERATOR has no parameter.
Method FREE on class IF_DPR_ITERATOR has no exception.

Method GET_CURRENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_CURRENT Value transfer Object reference (TYPE REF TO) IF_DPR_ITERATOR_ELEMENT Development Projects: Schnittstelle aller iterierb. Elemente 20020314
# Exception Resumable Description Created on
1 CX_DPR_ITERATOR_OUT_OF_BOUNDS Development Projects: Iteration beendet 20020315

Method IS_DONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_DONE Value transfer Type reference (TYPE) BOOLE_D Bool'scher Wert: Iteration beendet (True = 'X') 20020314

Method IS_DONE on class IF_DPR_ITERATOR has no exception.

Method NEXT Signature

Method NEXT on class IF_DPR_ITERATOR has no parameter.
Method NEXT on class IF_DPR_ITERATOR has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in