SAP ABAP Interface IF_LIB_ITERABLE (basic iterator interface)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB (Application Component) Database Interface, Database Platforms
⤷
SHDB_TOOLS (Package) helper classes for HANA DB
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_LIB_COMBI_ITER | iterator running over many other iterators | 20131030 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_LIB_FILTERING_ITER | iterator delivers elements passed by a filter | 20111110 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_LIB_ITER | simple iterator on collections | 20111110 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_LIB_SORTING_ITER | iterator delivers elements sorted according a field | 20120724 |
Properties
| Interface | IF_LIB_ITERABLE | |
| Short Description | basic iterator interface |
General Data
| Package | SHDB_TOOLS | helper classes for HANA DB |
| Created | 20111110 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_LIB_ITERABLE has no forward declaration.
Interfaces
Interface IF_LIB_ITERABLE has no interface.
Friends
Interface IF_LIB_ITERABLE has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MC_MOVE_BACKWARD | Constant | Public | Type reference (TYPE) | I | 1 | 20120724 | ||
| 2 | MC_MOVE_FORWARD | Constant | Public | Type reference (TYPE) | I | 0 | 20120724 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20111110 | ||
| 2 | Instance method | Public | Method | 20111110 | ||
| 3 | Instance method | Public | Method | 20111110 | ||
| 4 | Instance method | Public | Method | 20111110 | ||
| 5 | Instance method | Public | Method | 20111110 | ||
| 6 | Instance method | Public | Method | 20111110 |
Events
Interface IF_LIB_ITERABLE has no event.
Types
Interface IF_LIB_ITERABLE has no local type.
Method Signatures
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_REF | Value transfer | Object reference (TYPE REF TO) | IF_LIB_ELEMENT | 20111110 |
Method GET on Interface IF_LIB_ITERABLE has no exception.
Method NEXT Signature
Method NEXT on Interface IF_LIB_ITERABLE has no parameter.
Method NEXT on Interface IF_LIB_ITERABLE has no exception.
Method POS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_POS | Value transfer | Type reference (TYPE) | I | 20111110 |
Method POS on Interface IF_LIB_ITERABLE has no exception.
Method RESET Signature
Method RESET on Interface IF_LIB_ITERABLE has no parameter.
Method RESET on Interface IF_LIB_ITERABLE has no exception.
Method SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SIZE | Value transfer | Type reference (TYPE) | I | 20111110 |
Method SIZE on Interface IF_LIB_ITERABLE has no exception.
Method VALID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111110 |
Method VALID on Interface IF_LIB_ITERABLE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |