SAP ABAP Class IF_WDK_ACTION_ITERATOR (Iterator for collection of undoable actions)
Properties
| Class | IF_WDK_ACTION_ITERATOR | |
| Short Description | Iterator for collection of undoable actions | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20070118 | SAP |
| Last change | 20070911 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_WDK_ACTION_ITERATOR has no interface implemented.
Friends
Class IF_WDK_ACTION_ITERATOR has no friend class.
Attributes
Class IF_WDK_ACTION_ITERATOR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Return number of actions | 20070322 | |
| 2 | Instance method | Public | Method | Set iterator to first action | 20070322 | |
| 3 | Instance method | Public | Method | Get current action | 20070322 | |
| 4 | Instance method | Public | Method | Set iterator to last action | 20070322 | |
| 5 | Instance method | Public | Method | Set iterator to next action | 20070322 | |
| 6 | Instance method | Public | Method | Set iterator to previous action | 20070322 | |
| 7 | Instance method | Public | Method | Return top most action of specific category | 20070322 |
Events
Class IF_WDK_ACTION_ITERATOR has no event.
Types
Class IF_WDK_ACTION_ITERATOR has no local type.
Method Signatures
Method COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | I | 20070322 |
Method COUNT on class IF_WDK_ACTION_ITERATOR has no exception.
Method FIRST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | I | 20070322 |
Method FIRST on class IF_WDK_ACTION_ITERATOR has no exception.
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WDK_UNDOABLE_ACTION | Undoable action | 20070322 |
Method GET on class IF_WDK_ACTION_ITERATOR has no exception.
Method LAST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | I | 20070322 |
Method LAST on class IF_WDK_ACTION_ITERATOR has no exception.
Method NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | I | 20070322 |
Method NEXT on class IF_WDK_ACTION_ITERATOR has no exception.
Method PREVIOUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | I | 20070322 |
Method PREVIOUS on class IF_WDK_ACTION_ITERATOR has no exception.
Method TOP_LAST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CATEGORY | Call by reference | Type reference (TYPE) | WDK_ACTIONCATEGORY | IF_WDK_UNDOABLE_ACTION=>CO_ACTIONCATEGORY_SCRIPT | Category of actions | 20070322 | ||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WDK_UNDOABLE_ACTION | Undoable action | 20070322 |
Method TOP_LAST on class IF_WDK_ACTION_ITERATOR has no exception.
History
| Last changed by/on | SAP | 20070911 |
| SAP Release Created in |