SAP ABAP Class CL_LIB_MULTIRANGE_ITER (iteration on multiple ranges)
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 - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_LIB_ITER | simple iterator on collections | 20111110 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_LIB_BLOCK_ITER | iterator on blocks of elements | 20130312 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_LIB_GROUP_ITER | iteration on groups of elements | 20111110 |
Properties
Class | CL_LIB_MULTIRANGE_ITER | |
Short Description | iteration on multiple ranges | |
Super Class | CL_LIB_ITER | simple iterator on collections |
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SHDB_TOOLS | helper classes for HANA DB |
Created | 20111110 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_LIB_MULTIRANGE_ITER has no interface implemented.
Friends
Class CL_LIB_MULTIRANGE_ITER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_LIB_COLLECTION | 20130312 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Constructor | 20111110 | |
2 | ![]() |
Instance method | Protected | Method | 20111121 |
Events
Class CL_LIB_MULTIRANGE_ITER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_RANGE | Public | See coding | 20111110 | BEGIN OF ts_range,
first TYPE i,
last TYPE i,
END OF ts_range
|
||
2 | TT_RANGE | Public | See coding | 20111110 | tt_range TYPE STANDARD TABLE OF ts_range WITH KEY first
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_COLL | Call by reference | Object reference (TYPE REF TO) | CL_LIB_COLLECTION | 20111110 | |||
2 | ![]() |
IT_RANGES | Call by reference | Type reference (TYPE) | TT_RANGE | 20111110 | |||
3 | ![]() |
IV_OVERRUN | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20111121 |
Method CONSTRUCTOR on class CL_LIB_MULTIRANGE_ITER has no exception.
Method _BUILD_RANGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_COLL | Call by reference | Object reference (TYPE REF TO) | CL_LIB_COLLECTION | 20111121 | |||
2 | ![]() |
IT_RANGES | Call by reference | Type reference (TYPE) | TT_RANGE | 20111121 |
Method _BUILD_RANGES on class CL_LIB_MULTIRANGE_ITER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |