SAP ABAP Class CL_RSR_RRK0_FILTER_PROCESSOR (Filter Processor)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSROA_RT (Package) OLAP: Kernel Runtime
Properties
Class CL_RSR_RRK0_FILTER_PROCESSOR  
Short Description Filter Processor    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSROA_RT   OLAP: Kernel Runtime 
Created 20120214   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RRK Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RRKG Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSDM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSR_RRK0_FILTER_PROCESSOR has no interface implemented.
Friends
Class CL_RSR_RRK0_FILTER_PROCESSOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_S_SID_CHAVL_NC Static Attribute Private Type reference (TYPE) TP_S_SID_CHAVL_NC work structure (where >l_key> is assigned to... 20120815
2 P_TS_SID_CHAVL_NC Static Attribute Private Type reference (TYPE) TP_TS_SID_CHAVL_NC 20120815
Methods
# Method Level Visibility Method type Description Created on
1 ASSIGN_TAB_IO Static method Private Method Assign tables for input/output of filter 20120216
2 FILTER Static method Public Method 20120216
3 FILTER_EQSID_FILTER Static method Public Method process filter (I_SX_CHECK) on EQSID table 20120216
4 FILTER_EQ_S Static method Private Method 20120216
5 FILTER_EXCLUDING Static method Private Method test for excluding filters 20120216
6 FILTER_INCLUDING Static method Private Method test for including filters 20120216
7 FILTER_RANGE_EQ_S Static method Private Method 20120216
8 FILTER_SP_SID Static method Private Method Filter SP for SID in key 20120216
9 FILTER_TKEY Static method Private Method Filter by table of keys 20120216
10 FILTER_TSID Static method Private Method Filter by table of SIDs 20120216
11 FILTER_TS_EQSID Static method Private Method 20120216
12 PREFETCH_KEYS Static method Private Method 20120216
Events
Class CL_RSR_RRK0_FILTER_PROCESSOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_TAX_CHECK Public See coding 20120216 tn_tax_check TYPE ANY TABLE OF rrkg_sx_check
2 TP_S_SID_CHAVL_NC Private See coding 20120815 BEGIN OF tp_s_sid_chavl_nc, sid TYPE rssid, chavl_nc TYPE rschavl, END OF tp_s_sid_chavl_nc
3 TP_TS_SID_CHAVL_NC Private See coding 20120815 tp_ts_sid_chavl_nc TYPE SORTED TABLE OF tp_s_sid_chavl_nc WITH UNIQUE KEY sid
Method Signatures

Method ASSIGN_TAB_IO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TA_INPUT Call by reference Type reference (TYPE) ANY TABLE input table for filters 20120216
2 Changing C_TA_OUTPUT Call by reference Type reference (TYPE) ANY TABLE output table for filters 20120216
3 Changing C_TA_TEMP1 Call by reference Type reference (TYPE) ANY TABLE 20120216
4 Changing C_TA_TEMP2 Call by reference Type reference (TYPE) ANY TABLE 20120216
5 Exporting E_R_TA_FILTER_I Call by reference Object reference (TYPE REF TO) DATA input table for filter 20120216
6 Exporting E_R_TA_FILTER_O Call by reference Object reference (TYPE REF TO) DATA output table for filter 20120216
7 Importing I_FIRST_FILTER Call by reference Type reference (TYPE) ABAP_BOOL 20120216
8 Importing I_LAST_FILTER Call by reference Type reference (TYPE) ABAP_BOOL 20120216

Method ASSIGN_TAB_IO on class CL_RSR_RRK0_FILTER_PROCESSOR has no exception.

Method FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TA_I Call by reference Type reference (TYPE) ANY TABLE 20120216
2 Exporting E_TA_O Call by reference Type reference (TYPE) ANY TABLE 20120216
3 Importing I_R_QUERY_RUNTIME Call by reference Object reference (TYPE REF TO) CL_RSR_RRK0_QUERY_RUNTIME 20120216
4 Importing I_TABART Call by reference Type reference (TYPE) RRK_TABART 20120216
5 Importing I_TAX_CHECK Call by reference Type reference (TYPE) TN_TAX_CHECK 20120216

Method FILTER on class CL_RSR_RRK0_FILTER_PROCESSOR has no exception.

Method FILTER_EQSID_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TA_I Call by reference Type reference (TYPE) ANY TABLE 20120216
2 Exporting E_TA_O Call by reference Type reference (TYPE) ANY TABLE 20120216
3 Importing I_R_QUERY_RUNTIME Call by reference Object reference (TYPE REF TO) CL_RSR_RRK0_QUERY_RUNTIME 20120216
4 Importing I_SX_CHECK Call by reference Type reference (TYPE) RRKG_SX_CHECK Prüfauftrag für dynamischen Filter 20120216
5 Importing I_TABART Call by reference Type reference (TYPE) RRK_TABART 20120216

Method FILTER_EQSID_FILTER on class CL_RSR_RRK0_FILTER_PROCESSOR has no exception.

Method FILTER_EQ_S Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TA_O Call by reference Type reference (TYPE) ANY TABLE 20120220
2 Importing I_SID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20120815
3 Importing I_SIDNM Call by reference Type reference (TYPE) RSALIAS BW-DM Feldalias (darf nicht länger als 18 werden ! ) 20120216
4 Importing I_TA_I Call by reference Type reference (TYPE) ANY TABLE 20120220

Method FILTER_EQ_S on class CL_RSR_RRK0_FILTER_PROCESSOR has no exception.

Method FILTER_EXCLUDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_CHAVL_NC Call by reference Type reference (TYPE) CLIKE key value 20120815
2 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20120216
3 Importing I_KEYNM Call by reference Type reference (TYPE) RRKG_SX_CHECK-KEYNM BW-DM Feldalias (darf nicht länger als 18 werden ! ) 20120216
4 Importing I_SID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20120216
5 Importing I_SX_FILTER Call by reference Type reference (TYPE) RRKG_SX_FILTER Komplexe Darstellung einer Selektion 20120216

Method FILTER_EXCLUDING on class CL_RSR_RRK0_FILTER_PROCESSOR has no exception.

Method FILTER_INCLUDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_CHAVL_NC Call by reference Type reference (TYPE) CLIKE key value 20120815
2 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20120216
3 Importing I_KEYNM Call by reference Type reference (TYPE) RRKG_SX_CHECK-KEYNM BW-DM Feldalias (darf nicht länger als 18 werden ! ) 20120216
4 Importing I_SID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20120216
5 Importing I_SX_FILTER Call by reference Type reference (TYPE) RRKG_SX_FILTER Komplexe Darstellung einer Selektion 20120216

Method FILTER_INCLUDING on class CL_RSR_RRK0_FILTER_PROCESSOR has no exception.

Method FILTER_RANGE_EQ_S Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TA_O Call by reference Type reference (TYPE) ANY TABLE 20120220
2 Importing I_KEYNM Call by reference Type reference (TYPE) RSALIAS BW-DM Feldalias (darf nicht länger als 18 werden ! ) 20120216
3 Importing I_LOW Call by reference Type reference (TYPE) RSCHAVL Dim: Feld für einen beliebigen Merkmalswert 20120815
4 Importing I_TA_I Call by reference Type reference (TYPE) ANY TABLE 20120220

Method FILTER_RANGE_EQ_S on class CL_RSR_RRK0_FILTER_PROCESSOR has no exception.

Method FILTER_SP_SID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TX_S Call by reference Type reference (TYPE) STANDARD TABLE 20120216
2 Importing I_CHANMID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20120216
3 Importing I_SID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20120815
4 Importing I_TX_S Call by reference Type reference (TYPE) STANDARD TABLE 20120216

Method FILTER_SP_SID on class CL_RSR_RRK0_FILTER_PROCESSOR has no exception.

Method FILTER_TKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TA_I Call by reference Type reference (TYPE) ANY TABLE 20120216
2 Exporting E_TA_O Call by reference Type reference (TYPE) ANY TABLE 20120216
3 Importing I_SX_CHECK Call by reference Type reference (TYPE) RRKG_SX_CHECK Prüfauftrag für dynamischen Filter 20120216

Method FILTER_TKEY on class CL_RSR_RRK0_FILTER_PROCESSOR has no exception.

Method FILTER_TSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TA_I Call by reference Type reference (TYPE) ANY TABLE 20120216
2 Exporting E_TA_O Call by reference Type reference (TYPE) ANY TABLE 20120216
3 Importing I_SX_CHECK Call by reference Type reference (TYPE) RRKG_SX_CHECK Prüfauftrag für dynamischen Filter 20120216

Method FILTER_TSID on class CL_RSR_RRK0_FILTER_PROCESSOR has no exception.

Method FILTER_TS_EQSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TA_I Call by reference Type reference (TYPE) ANY TABLE 20120216
2 Exporting E_TA_O Call by reference Type reference (TYPE) ANY TABLE 20120216
3 Importing I_SIDNM Call by reference Type reference (TYPE) RSALIAS BW-DM Feldalias (darf nicht länger als 18 werden ! ) 20120216
4 Importing I_TABART Call by reference Type reference (TYPE) RRK_TABART 20120216
5 Importing I_TS_EQSID Call by reference Type reference (TYPE) RRSI_TS_SID Tabelle von SID (bzw. Integers) 20120216

Method FILTER_TS_EQSID on class CL_RSR_RRK0_FILTER_PROCESSOR has no exception.

Method PREFETCH_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_SID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20120216
2 Changing C_SX_TAB Call by reference Type reference (TYPE) DATA 20120216
3 Importing I_CHANMID Call by reference Type reference (TYPE) RRK_CHANMID 20120216
4 Importing I_POSITIVE Call by reference Type reference (TYPE) RS_BOOL only consider positive SIDs 20130124
5 Importing I_R_QUERY_RUNTIME Call by reference Object reference (TYPE REF TO) CL_RSR_RRK0_QUERY_RUNTIME 20120216
6 Importing I_SIDNM Call by reference Type reference (TYPE) RSALIAS BW-DM field alias (cannot be longer than 18) 20120815
7 Importing I_TA_I Call by reference Type reference (TYPE) ANY TABLE 20120216

Method PREFETCH_KEYS on class CL_RSR_RRK0_FILTER_PROCESSOR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740