SAP ABAP Class CL_TCL_ITERATOR (General Iterator)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     S_ABAP_TCL (Package) Tiny Class Library
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_TCL_GRAPH_ITERATOR Iteration of All Vertices of a Graph 20040810
2 Inheritance (c INHERITING FROM c_ref)  CL_TCL_VERTEX_ITERATOR Iteration of all edges of a vertex 20040810
Properties
Class CL_TCL_ITERATOR  
Short Description General Iterator    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ABAP_TCL   Tiny Class Library 
Created 20040810   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_TCL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_TCL_ITERATOR has no interface implemented.
Friends
Class CL_TCL_ITERATOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CURRENT_ENTRY Instance attribute Protected Type reference (TYPE) INT4 0 Current entry 20040810
2 ENTRIES Instance attribute Protected Type reference (TYPE) INT4 0 Number of Entries 20040810
3 ITERATOR_STATUS Instance attribute Protected Type reference (TYPE) CHAR1 space Iterator Status 20040810
4 RC_END_OF_LIST Constant Public Type reference (TYPE) SYSUBRC '0004' End of List Return Code 20040810
5 RC_INVALIDATED Constant Public Type reference (TYPE) SYSUBRC '0008' Iterator in Inconsistent State 20040810
6 RC_START_OF_LIST Constant Public Type reference (TYPE) SYSUBRC '0012' Start of List Return Code 20040810
7 STATUS_INVALID Constant Protected Type reference (TYPE) CHAR1 'I' Status Invalidated 20040810
8 STATUS_OK Constant Protected Type reference (TYPE) CHAR1 space Status OK 20040810
9 TYPE_BASIC Constant Public Type reference (TYPE) ITERATOR_TYPE 'B' Iterator Type 20040810
Methods
# Method Level Visibility Method type Description Created on
1 CLONE Instance method Public Method Clone Iterator 20040810
2 CONSTRUCTOR Instance method Public Constructor Constructor of Class 20040810
3 EVENT_ITEM_DELETED Instance method Protected Event handling method Event Handler for Deleted Entries 20040810
4 EVENT_ITEM_INSERTED Instance method Protected Event handling method Event Handler for Deleted Entries 20040810
5 EVENT_ITEM_MODIFIED Instance method Protected Event handling method Event Handler for Deleted Entries 20040810
6 EVENT_REFRESH Instance method Protected Event handling method Event Handler for Deleted Entries 20040810
7 GET_TYPE Instance method Public Method Identify Iterator Type 20040810
8 IS_EMPTY Instance method Public Method Check if Entries Exist 20040810
9 NEXT_ENTRY Instance method Public Method Next Entry 20040810
10 RESET Instance method Public Method Reset Iterator to Initial State 20040810
Events
Class CL_TCL_ITERATOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ITERATOR_TYPE Public Type reference (TYPE) CHAR1 Iterator Type 20040810
Method Signatures

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ITERATOR Value transfer Object reference (TYPE REF TO) CL_TCL_ITERATOR Allgemeiner Iterator 20040810
# Exception Resumable Description Created on
1 CX_TCL_NOT_SUPPORTED Wird nicht unterstützt 20060502

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AGGREGATE Call by reference Object reference (TYPE REF TO) CL_TCL_AGGREGATE Einfaches Aggregat 20040810
2 Importing NO_HANDLER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Eventhandler nicht registrieren 20040810

Method CONSTRUCTOR on class CL_TCL_ITERATOR has no exception.

Method EVENT_ITEM_DELETED Signature

Method EVENT_ITEM_DELETED on class CL_TCL_ITERATOR has no parameter.
Method EVENT_ITEM_DELETED on class CL_TCL_ITERATOR has no exception.

Method EVENT_ITEM_INSERTED Signature

Method EVENT_ITEM_INSERTED on class CL_TCL_ITERATOR has no parameter.
Method EVENT_ITEM_INSERTED on class CL_TCL_ITERATOR has no exception.

Method EVENT_ITEM_MODIFIED Signature

Method EVENT_ITEM_MODIFIED on class CL_TCL_ITERATOR has no parameter.
Method EVENT_ITEM_MODIFIED on class CL_TCL_ITERATOR has no exception.

Method EVENT_REFRESH Signature

Method EVENT_REFRESH on class CL_TCL_ITERATOR has no parameter.
Method EVENT_REFRESH on class CL_TCL_ITERATOR has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TYPE Value transfer Type reference (TYPE) ITERATOR_TYPE Iterator Type 20040810

Method GET_TYPE on class CL_TCL_ITERATOR has no exception.

Method IS_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BOOL Value transfer Type reference (TYPE) ABAP_BOOL TRUE or FALSE 20040810
# Exception Resumable Description Created on
1 CX_TCL_NOT_SUPPORTED Wird nicht unterstützt 20060502

Method NEXT_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) SYSUBRC Retur-Code 20040810
# Exception Resumable Description Created on
1 CX_TCL_DATA_CORRUPTION Daten-Schiefstand 20060502
2 CX_TCL_NOT_SUPPORTED Wird nicht unterstützt 20060502
3 CX_TCL_NO_DATA Keine Daten vorhanden 20060505

Method RESET Signature

Method RESET on class CL_TCL_ITERATOR has no parameter.
# Exception Resumable Description Created on
1 CX_TCL_NOT_SUPPORTED 20060502
History
Last changed by/on SAP  20090618 
SAP Release Created in 700