SAP ABAP Class CL_LIB_FILTERING_ITER (iterator delivers elements passed by a filter)
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_SHDB_TOOLS_BASE | basic functions for SHDB_TOOLS | 20120213 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_LIB_ELEMENT | abstract element for use in collections | 20111121 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_LIB_ITERABLE | basic iterator interface | 20111110 |
Properties
Class | CL_LIB_FILTERING_ITER | |
Short Description | iterator delivers elements passed by a filter | |
Super Class | CL_SHDB_TOOLS_BASE | basic functions for SHDB_TOOLS |
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
Class CL_LIB_FILTERING_ITER has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_LIB_ELEMENT | abstract element for use in collections | 20111121 | ||
2 | IF_LIB_ITERABLE | basic iterator interface | 20111110 |
Friends
Class CL_LIB_FILTERING_ITER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_LIB_COLL_DATA | 20111110 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TYPE_REF_TAB | 20111110 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20111110 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20111110 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Constructor | 20111110 | |
2 | ![]() |
Instance method | Public | Method | 20111110 | |
3 | ![]() |
Static method | Public | Method | 20111110 | |
4 | ![]() |
Instance method | Public | Method | 20111110 | |
5 | ![]() |
Instance method | Public | Method | 20111110 | |
6 | ![]() |
Instance method | Public | Method | 20111110 | |
7 | ![]() |
Instance method | Public | Method | 20111110 | |
8 | ![]() |
Instance method | Public | Method | 20111110 | |
9 | ![]() |
Instance method | Protected | Method | 20111110 | |
10 | ![]() |
Instance method | Protected | Method | 20111110 | |
11 | ![]() |
Instance method | Protected | Method | 20111110 | |
12 | ![]() |
Instance method | Protected | Method | 20111110 |
Events
Class CL_LIB_FILTERING_ITER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYPE_REF_TAB | Private | See coding | 20111110 | type_ref_tab TYPE STANDARD TABLE OF REF TO data
|
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 | ![]() |
IR_FILTER | Call by reference | Object reference (TYPE REF TO) | IF_LIB_FILTER | 20111110 |
Method CONSTRUCTOR on class CL_LIB_FILTERING_ITER has no exception.
Method GET Signature
Method GET on class CL_LIB_FILTERING_ITER has no parameter.
Method GET on class CL_LIB_FILTERING_ITER has no exception.
Method NEW 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 | ![]() |
IR_FILTER | Call by reference | Object reference (TYPE REF TO) | IF_LIB_FILTER | 20111110 | |||
3 | ![]() |
RR_REF | Value transfer | Object reference (TYPE REF TO) | CL_LIB_FILTERING_ITER | 20111110 |
Method NEW on class CL_LIB_FILTERING_ITER has no exception.
Method NEXT Signature
Method NEXT on class CL_LIB_FILTERING_ITER has no parameter.
Method NEXT on class CL_LIB_FILTERING_ITER has no exception.
Method POS Signature
Method POS on class CL_LIB_FILTERING_ITER has no parameter.
Method POS on class CL_LIB_FILTERING_ITER has no exception.
Method RESET Signature
Method RESET on class CL_LIB_FILTERING_ITER has no parameter.
Method RESET on class CL_LIB_FILTERING_ITER has no exception.
Method SIZE Signature
Method SIZE on class CL_LIB_FILTERING_ITER has no parameter.
Method SIZE on class CL_LIB_FILTERING_ITER has no exception.
Method VALID Signature
Method VALID on class CL_LIB_FILTERING_ITER has no parameter.
Method VALID on class CL_LIB_FILTERING_ITER has no exception.
Method _ACTION_AFTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20111110 | |||
2 | ![]() |
IR_FILTER | Call by reference | Object reference (TYPE REF TO) | IF_LIB_FILTER | 20111110 |
Method _ACTION_AFTER on class CL_LIB_FILTERING_ITER has no exception.
Method _ACTION_BEFORE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20111110 | |||
2 | ![]() |
IR_FILTER | Call by reference | Object reference (TYPE REF TO) | IF_LIB_FILTER | 20111110 |
Method _ACTION_BEFORE on class CL_LIB_FILTERING_ITER has no exception.
Method _ACTION_FAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20111110 | |||
2 | ![]() |
IR_FILTER | Call by reference | Object reference (TYPE REF TO) | IF_LIB_FILTER | 20111110 |
Method _ACTION_FAIL on class CL_LIB_FILTERING_ITER has no exception.
Method _ACTION_SUCCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20111110 | |||
2 | ![]() |
IR_FILTER | Call by reference | Object reference (TYPE REF TO) | IF_LIB_FILTER | 20111110 |
Method _ACTION_SUCCESS on class CL_LIB_FILTERING_ITER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |