SAP ABAP Class CL_RSDRI_POSTFLTR (Filters results in RSDRI_INFOPROV_READ)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDRI (Package) Data Manager External Interfaces
⤷
⤷
Properties
| Class | CL_RSDRI_POSTFLTR | |
| Short Description | Filters results in RSDRI_INFOPROV_READ | |
| 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 | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDRI_POSTFLTR has no interface implemented.
Friends
Class CL_RSDRI_POSTFLTR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'cl_rsdri_postfltr->build_filter' | Constant for Time Measurement | 20080421 | ||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'cl_rsdri_postfltr->filter' | Constant for Time Measurement | 20080421 | ||
| 3 | Instance attribute | Private | Type reference (TYPE) | NUMC3 | 1 | Counter to create temporary name for a database column | 20080418 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | RSINFOPROV | Name of InfoProvider | 20080417 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | I | Packet Size (to optimize the filter operations) | 20080417 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSDRI_FLTROP | Root Filter Operator (creates the filter result) | 20080417 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSDRI_FLTROP_SCAN | Page Filter Operator (scans the RSDRI result data) | 20080417 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | RSDR0_SX_SPLITPACK | actual partprovider | 20081208 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | RSDRI_TH_SELT | RSDRI table selection that the post filter has to execute | 20081208 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | RSDD_TH_SFC | Characteristics in the Result | 20080417 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | RSDRI_TH_SELT | RSDRI table selection that the post filter has to execute | 20080418 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | IF_RSD_INFOPROV=>NT_TS_DTA_PRO | DTA_PRO for Join Creation | 20130116 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | RSDRI_T_RANGE | RSDRI range that the post filter has to execute | 20081208 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | RSDRI_T_RANGE | RSDRI range that the post filter has to execute | 20080418 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | MDS selection or ABAP selection as filter? | 20080417 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Creates empty internal table based on post filter result | 20080417 | |
| 2 | Instance method | Private | Method | Creates filter operations based on the split pack | 20080417 | |
| 3 | Instance method | Private | Method | Creates hash semi-join operator (in 'build_join') | 20080417 | |
| 4 | Instance method | Private | Method | Creates a semi-join operator to filter the table selection | 20080417 | |
| 5 | Instance method | Private | Method | Creates ABAP semi-join operator (in 'build_join') | 20080429 | |
| 6 | Instance method | Private | Method | Creates a selection operator to filter the range | 20080417 | |
| 7 | Instance method | Private | Method | Creates a sort merge semi-join operator (in 'build_join') | 20080417 | |
| 8 | Instance method | Public | Constructor | Creates an instance of the post filter | 20080417 | |
| 9 | Instance method | Public | Method | Describes the physical operators of the post filter | 20080417 | |
| 10 | Instance method | Public | Method | Applies the post filter on the data packet | 20080417 |
Events
Class CL_RSDRI_POSTFLTR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_TABLE_SIZES | Private | See coding | T_TABLE_SIZES | 20080417 | BEGIN OF t_table_sizes,
tablnm TYPE tabname,
fldnm TYPE rsfieldnm,
chanm TYPE rschanm,
cnt TYPE i,
END OF t_table_sizes
|
Method Signatures
Method BUILD_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | R_R_DATA | 20080417 |
Method BUILD_DATA on class CL_RSDRI_POSTFLTR has no exception.
Method BUILD_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_SX_SPLITPACK | Call by reference | Type reference (TYPE) | RSDR0_SX_SPLITPACK | Splitpack to create appropriate filter | 20081209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Hierarchie nicht gefunden | 20080425 | ||
| 2 | Fehler in Eingabeparametern (RSDRI...) | 20080425 |
Method BUILD_HASH_SEMIJOIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_R_LAST_OP | Call by reference | Object reference (TYPE REF TO) | CL_RSDRI_FLTROP | C_R_LAST_OP | 20080417 | |||
| 2 | I_CHAALIAS | Call by reference | Type reference (TYPE) | RSALIAS | I_CHAALIAS | 20080417 | |||
| 3 | I_FLDNM | Call by reference | Type reference (TYPE) | RSFIELDNM | I_FLDNM | 20080417 | |||
| 4 | I_TBLNM | Call by reference | Type reference (TYPE) | TABNAME | I_TBLNM | 20080417 | |||
| 5 | I_TBLSIZE | Call by reference | Type reference (TYPE) | I | I_TBLSIZE | 20080417 |
Method BUILD_HASH_SEMIJOIN on class CL_RSDRI_POSTFLTR has no exception.
Method BUILD_JOIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_R_LAST_OP | Call by reference | Object reference (TYPE REF TO) | CL_RSDRI_FLTROP | C_R_LAST_OP | 20080417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler in Eingabeparametern (RSDRI...) | 20080425 |
Method BUILD_SELABAP_SEMIJOIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_R_LAST_OP | Call by reference | Object reference (TYPE REF TO) | CL_RSDRI_FLTROP | 20080429 | ||||
| 2 | I_CHAALIAS | Call by reference | Type reference (TYPE) | RSALIAS | 20080429 | ||||
| 3 | I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | 20080429 | ||||
| 4 | I_FLDNM | Call by reference | Type reference (TYPE) | RSFIELDNM | 20080429 | ||||
| 5 | I_TBLNM | Call by reference | Type reference (TYPE) | TABNAME | 20080429 |
Method BUILD_SELABAP_SEMIJOIN on class CL_RSDRI_POSTFLTR has no exception.
Method BUILD_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_R_LAST_OP | Call by reference | Object reference (TYPE REF TO) | CL_RSDRI_FLTROP | C_R_LAST_OP | 20080417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Hierarchie nicht gefunden | 20080425 |
Method BUILD_SORTMERGE_SEMIJOIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_DO_FINAL_SORT | Call by reference | Type reference (TYPE) | RS_BOOL | C_DO_FINAL_SORT | 20080417 | |||
| 2 | C_R_LAST_OP | Call by reference | Object reference (TYPE REF TO) | CL_RSDRI_FLTROP | C_R_LAST_OP | 20080417 | |||
| 3 | C_SORTCHAALIAS | Call by reference | Type reference (TYPE) | RSALIAS | C_SORTCHAALIAS | 20080417 | |||
| 4 | I_CHAALIAS | Call by reference | Type reference (TYPE) | RSALIAS | I_CHAALIAS | 20080417 | |||
| 5 | I_FLDNM | Call by reference | Type reference (TYPE) | RSFIELDNM | I_FLDNM | 20080417 | |||
| 6 | I_TBLNM | Call by reference | Type reference (TYPE) | TABNAME | I_TBLNM | 20080417 |
Method BUILD_SORTMERGE_SEMIJOIN on class CL_RSDRI_POSTFLTR has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DO_STATS | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Sollen Statistiken während der Ausführung erzeugt werden? | 20080502 | ||
| 2 | I_IPROV_NM | Call by reference | Type reference (TYPE) | RSINFOPROV | Name des Infoprovides | 20080417 | |||
| 3 | I_PACKAGESIZE | Call by reference | Type reference (TYPE) | I | 1000 | Packetgröße | 20080428 | ||
| 4 | I_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | Angefragt Merkmale (erweitert um Merkmale in Range+Tab.sel.) | 20080417 | |||
| 5 | I_TH_TABLESEL | Call by reference | Type reference (TYPE) | RSDRI_TH_SELT | RSDRI Tabellensel. | 20080417 | |||
| 6 | I_TS_DTA_PRO | Call by reference | Type reference (TYPE) | IF_RSD_INFOPROV=>NT_TS_DTA_PRO | DTAs for Characteristics of the InfoProvider | 20130116 | |||
| 7 | I_T_RANGE | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | RSDRI Range | 20080417 | |||
| 8 | I_USE_MDSFILTER | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | MDS oder ABAP-Selektion? | 20080417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Hierarchie nicht gefunden | 20080428 | ||
| 2 | Fehler in Eingabeparametern (RSDRI...) | 20080428 |
Method EXPLAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_PLAN | Call by reference | Type reference (TYPE) | STANDARD TABLE | E_T_PLAN | 20080417 |
Method EXPLAIN on class CL_RSDRI_POSTFLTR has no exception.
Method FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TX_SPLITPACK | Call by reference | Type reference (TYPE) | RSDR0_TX_SPLITPACK | Split-Datenpaket Beschreibung | 20081208 | |||
| 2 | C_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | C_T_DATA | 20080417 | |||
| 3 | I_DO_COUNT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | 20080417 | |||
| 4 | I_DO_STATS | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | collect runtime statistics | 20080417 | ||
| 5 | I_EOD | Call by reference | Type reference (TYPE) | RS_BOOL | end of data reached after package ? | 20080417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Hierarchie nicht gefunden | 20081208 | ||
| 2 | Fehler in Eingabeparametern (RSDRI...) | 20081208 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 711 |