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 | ![]() |
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 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | INT4 | 0 | Current entry | 20040810 | |
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | INT4 | 0 | Number of Entries | 20040810 | |
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CHAR1 | space | Iterator Status | 20040810 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | SYSUBRC | '0004' | End of List Return Code | 20040810 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | SYSUBRC | '0008' | Iterator in Inconsistent State | 20040810 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | SYSUBRC | '0012' | Start of List Return Code | 20040810 | |
7 | ![]() |
Constant | Protected | Type reference (TYPE) | CHAR1 | 'I' | Status Invalidated | 20040810 | |
8 | ![]() |
Constant | Protected | Type reference (TYPE) | CHAR1 | space | Status OK | 20040810 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | ITERATOR_TYPE | 'B' | Iterator Type | 20040810 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Clone Iterator | 20040810 |
2 | ![]() |
Instance method | Public | Constructor | Constructor of Class | 20040810 |
3 | ![]() |
Instance method | Protected | Event handling method | Event Handler for Deleted Entries | 20040810 |
4 | ![]() |
Instance method | Protected | Event handling method | Event Handler for Deleted Entries | 20040810 |
5 | ![]() |
Instance method | Protected | Event handling method | Event Handler for Deleted Entries | 20040810 |
6 | ![]() |
Instance method | Protected | Event handling method | Event Handler for Deleted Entries | 20040810 |
7 | ![]() |
Instance method | Public | Method | Identify Iterator Type | 20040810 |
8 | ![]() |
Instance method | Public | Method | Check if Entries Exist | 20040810 |
9 | ![]() |
Instance method | Public | Method | Next Entry | 20040810 |
10 | ![]() |
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 | ![]() |
ITERATOR | Value transfer | Object reference (TYPE REF TO) | CL_TCL_ITERATOR | Allgemeiner Iterator | 20040810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Wird nicht unterstützt | 20060502 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
AGGREGATE | Call by reference | Object reference (TYPE REF TO) | CL_TCL_AGGREGATE | Einfaches Aggregat | 20040810 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
BOOL | Value transfer | Type reference (TYPE) | ABAP_BOOL | TRUE or FALSE | 20040810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Wird nicht unterstützt | 20060502 |
Method NEXT_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RETURN | Value transfer | Type reference (TYPE) | SYSUBRC | Retur-Code | 20040810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Daten-Schiefstand | 20060502 | |
2 | ![]() |
Wird nicht unterstützt | 20060502 | |
3 | ![]() |
Keine Daten vorhanden | 20060505 |
Method RESET Signature
Method RESET on class CL_TCL_ITERATOR has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20060502 |
History
Last changed by/on | SAP | 20090618 |
SAP Release Created in | 700 |