SAP ABAP Class CL_LIB_TABLE_SEARCH_FILTER (filters each element to be found in a table)
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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_LIB_FILTER | interface of a filter | 20120724 |
Properties
| Class | CL_LIB_TABLE_SEARCH_FILTER | |
| Short Description | filters each element to be found in a table | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SHDB_TOOLS | helper classes for HANA DB |
| Created | 20120418 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_LIB_TABLE_SEARCH_FILTER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_LIB_FILTER | interface of a filter | 20120724 |
Friends
Class CL_LIB_TABLE_SEARCH_FILTER 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) | IF_LIB_ITERABLE | 20120724 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | STRING | 20120724 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | STRING | 20120724 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Constructor | 20120724 | ||
| 2 | Static method | Public | Method | 20120724 |
Events
Class CL_LIB_TABLE_SEARCH_FILTER has no event.
Types
Class CL_LIB_TABLE_SEARCH_FILTER has no local type.
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_COLL_DATA | 20120724 | ||||
| 2 | IR_ITER | Call by reference | Object reference (TYPE REF TO) | IF_LIB_ITERABLE | basic iterator interface | 20131113 | |||
| 3 | IV_FIELD_CRIT | Call by reference | Type reference (TYPE) | STRING | 20120724 | ||||
| 4 | IV_FIELD_DATA | Call by reference | Type reference (TYPE) | STRING | 20120724 |
Method CONSTRUCTOR on class CL_LIB_TABLE_SEARCH_FILTER 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_COLL_DATA | data collection containing the filter criterium | 20120724 | |||
| 2 | IR_ITER | Call by reference | Object reference (TYPE REF TO) | IF_LIB_ITERABLE | basic iterator interface | 20131113 | |||
| 3 | IV_FIELD_CRIT | Call by reference | Type reference (TYPE) | STRING | field of the data collection which is used as criterium | 20120724 | |||
| 4 | IV_FIELD_DATA | Call by reference | Type reference (TYPE) | STRING | field of the data element requested to meet the condition | 20120724 | |||
| 5 | RR_REF | Value transfer | Object reference (TYPE REF TO) | CL_LIB_TABLE_SEARCH_FILTER | reference of the filter instance created | 20120724 |
Method NEW on class CL_LIB_TABLE_SEARCH_FILTER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |