SAP ABAP Class CL_SWF_UTL_ITERATOR (Iterator)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWF_UTL (Package) Workflow: Tools
⤷
⤷
Properties
| Class | CL_SWF_UTL_ITERATOR | |
| Short Description | Iterator | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | SWF_UTL | Workflow: Tools |
| Created | 20000427 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SWF_UTL_ITERATOR has no forward declaration.
Interfaces
Class CL_SWF_UTL_ITERATOR has no interface implemented.
Friends
Class CL_SWF_UTL_ITERATOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | XFELD | 'X' | Start at List End | 20000428 | ||
| 2 | Constant | Public | Type reference (TYPE) | XFELD | ' ' | Start at List Beginning | 20000428 | ||
| 3 | Instance attribute | Private | Type reference (TYPE) | SWF_UTL_OBJECT_TAB | Table Type for Runtime Objects | 20000427 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | OBJECT | Current object | 20000428 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20000428 | |
| 2 | Instance method | Public | Method | Generate | 20000428 | |
| 3 | Instance method | Public | Method | Number of objects | 20000428 | |
| 4 | Instance method | Public | Method | Current object | 20000428 | |
| 5 | Instance method | Public | Method | First Object | 20000428 | |
| 6 | Instance method | Public | Method | Last Object | 20000428 | |
| 7 | Instance method | Public | Method | Next Object | 20000428 | |
| 8 | Instance method | Public | Method | Previous object | 20000428 |
Events
Class CL_SWF_UTL_ITERATOR has no event.
Types
Class CL_SWF_UTL_ITERATOR has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_OBJECT_LIST | Call by reference | Type reference (TYPE) | SWF_UTL_OBJECT_TAB | Objektliste | 20000428 | |||
| 2 | IM_STARTPOINT | Call by reference | Type reference (TYPE) | XFELD | MC_START_TOP | Startpunkt | 20000428 |
Method CONSTRUCTOR on class CL_SWF_UTL_ITERATOR has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_CURRENT_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | Aktuelles Objekt | 20000428 | |||
| 2 | EX_ITERATOR | Call by reference | Object reference (TYPE REF TO) | CL_SWF_UTL_ITERATOR | Iterator | 20000428 | |||
| 3 | IM_OBJECT_LIST | Call by reference | Type reference (TYPE) | SWF_UTL_OBJECT_TAB | Objektliste | 20000428 | |||
| 4 | IM_STARTPOINT | Call by reference | Type reference (TYPE) | XFELD | MC_START_TOP | Startpunkt | 20000428 |
Method CREATE on class CL_SWF_UTL_ITERATOR has no exception.
Method GET_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COUNT | Value transfer | Type reference (TYPE) | I | Anzahl der Objekte | 20000428 |
Method GET_COUNT on class CL_SWF_UTL_ITERATOR has no exception.
Method GET_CURRENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Objekt | 20000428 |
Method GET_CURRENT on class CL_SWF_UTL_ITERATOR has no exception.
Method GET_FIRST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Objekt | 20000428 |
Method GET_FIRST on class CL_SWF_UTL_ITERATOR has no exception.
Method GET_LAST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Objekt | 20000428 |
Method GET_LAST on class CL_SWF_UTL_ITERATOR has no exception.
Method GET_NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Objekt | 20000428 |
Method GET_NEXT on class CL_SWF_UTL_ITERATOR has no exception.
Method GET_PREVIOUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Objekt | 20000428 |
Method GET_PREVIOUS on class CL_SWF_UTL_ITERATOR has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 610 |