SAP ABAP Class CL_RSDRI_FLTROP (Abstract operation of the RSDRI postfilter)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDRI (Package) Data Manager External Interfaces
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDRI_FLTROP_EMPTY | Scan Data Package for RSDRI Post Filter | 20080502 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RSDRI_FLTROP_HSEMIJOIN | Hash-semijoin to execute table selection in RSDRI postfilter | 20080417 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_RSDRI_FLTROP_MSORT | Sort operation for multiple columns in RSDRI post filter | 20080417 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_RSDRI_FLTROP_SCAN | Scan Data Package for RSDRI Post Filter | 20080417 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_RSDRI_FLTROP_SELABAP | ABAP selection to filter acc. to range in RSDRI postfilter | 20080417 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_RSDRI_FLTROP_SELMDS | Multi-Dim. Sel. to filter acc. to range in RSDRI postfilter | 20080417 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_RSDRI_FLTROP_SMSEMIJOIN | Sortmerge-semijoin to execute table sel. in RSDRI postfilter | 20080417 |
| 8 | Inheritance (c INHERITING FROM c_ref) | CL_RSDRI_FLTROP_SORT | Sort operation for one column in RSDRI postfilter | 20080417 |
Properties
| Class | CL_RSDRI_FLTROP | |
| Short Description | Abstract operation of the RSDRI postfilter | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDRI | Data Manager External Interfaces |
| Created | 20080417 | 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_RSDRI_FLTROP has no interface implemented.
Friends
Class CL_RSDRI_FLTROP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | See coding | 0 | Number of records in output of filter operation | 20080417 | |||
| 2 | Constant | Private | See coding | Constants to represent status of filter operation | 20080417 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | I | P_C_STATUS-CLOSE | Status of filter operation (OPEN, CLOSED) | 20080417 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Close the data stream for the filter operation (called once) | 20080417 | |
| 2 | Instance method | Public | Method | Explain the filter operation | 20080417 | |
| 3 | Instance method | Public | Method | Checks status of filter operation | 20080418 | |
| 4 | Instance method | Public | Method | Fetch next data package (called for each package) | 20080417 | |
| 5 | Instance method | Public | Method | Open the data stream for the filter operation (called once) | 20080417 |
Events
Class CL_RSDRI_FLTROP has no event.
Types
Class CL_RSDRI_FLTROP has no local type.
Method Signatures
Method CLOSE Signature
Method CLOSE on class CL_RSDRI_FLTROP has no parameter.
Method CLOSE on class CL_RSDRI_FLTROP has no exception.
Method EXPLAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_PLAN | Call by reference | Type reference (TYPE) | STANDARD TABLE | C_T_PLAN | 20080417 |
Method EXPLAIN on class CL_RSDRI_FLTROP has no exception.
Method IS_OPEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_OPEN | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20080418 |
Method IS_OPEN on class CL_RSDRI_FLTROP has no exception.
Method NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DO_COUNT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | I_DO_COUNT | 20080417 | ||
| 2 | I_DO_STATS | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | I_DO_STATS | 20080417 | ||
| 3 | R_R_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | R_R_DATA | 20080417 |
Method NEXT on class CL_RSDRI_FLTROP has no exception.
Method OPEN Signature
Method OPEN on class CL_RSDRI_FLTROP has no parameter.
Method OPEN on class CL_RSDRI_FLTROP has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |