SAP ABAP Class CL_RSDRI_QPROV_CMP_TC (Provider - QueryProvider Comparison)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSR_QPROV (Package) Query provider
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDRI_IPRO_CMP_TC Test - Comparison of 2 InfoProviders with Same Content 20090508
Properties
Class CL_RSDRI_QPROV_CMP_TC  
Short Description Provider - QueryProvider Comparison    
Super Class CL_RSDRI_IPRO_CMP_TC Test - Comparison of 2 InfoProviders with Same Content 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSR_QPROV   Query provider 
Created 20090508   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDRI_QPROV_CMP_TC has no interface implemented.
Friends
Class CL_RSDRI_QPROV_CMP_TC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_FILENAME Static Attribute Private Type reference (TYPE) STRING 20091008
Methods
# Method Level Visibility Method type Description Created on
1 RSDRC_PERFORMANCE Static method Public Method Performance RSDRI 20091008
2 RSDRI_PERFORMANCE Static method Public Method Performance RSDRI 20091008
3 _CONVERT_RANGE Instance method Private Method Convert SFC 20090508
4 _CONVERT_SFK Instance method Private Method Convert sfk 20090508
5 _CONVERT_SFK_FOR_QPROV Instance method Private Method Convert sfk 20090508
6 _GET_MESS_PARAMETER Static method Private Method SPA/GPA-Evaluation 20091020
7 _GUI_DOWNLOAD Static method Private Method Download 20091008
8 _WRITE_TRACE Static method Private Method Download 20091008
Events
Class CL_RSDRI_QPROV_CMP_TC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_TRACE Public See coding 20091008 BEGIN OF tn_s_trace, line TYPE string, END OF tn_s_trace
2 TN_T_TRACE Public See coding 20091008 tn_t_trace TYPE TABLE OF tn_s_trace INITIAL SIZE 10
Method Signatures

Method RSDRC_PERFORMANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV_QSI Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20091008
2 Importing I_INFOPROV_REF Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20091008
3 Importing I_R_DATA_QSI Call by reference Object reference (TYPE REF TO) DATA 20091008
4 Importing I_R_DATA_REF Call by reference Object reference (TYPE REF TO) DATA 20091008
5 Importing I_TH_SFC Call by reference Type reference (TYPE) RSDD_TH_SFC BW-Data-Manager: Liste von Merkmalen 20091008
6 Importing I_TH_SFK Call by reference Type reference (TYPE) RSDD_TH_SFK BW-Data-Manager: Liste von Kennzahlen 20091008
7 Importing I_TH_SFK_QSI Call by reference Type reference (TYPE) RSDD_TH_SFK BW-Data-Manager: Liste von Kennzahlen 20091008
8 Importing I_TSX_SELDR Call by reference Type reference (TYPE) RSDD_TSX_SELDR BW-Data-Manager: Range Liste 20091008

Method RSDRC_PERFORMANCE on class CL_RSDRI_QPROV_CMP_TC has no exception.

Method RSDRI_PERFORMANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV_QSI Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20091008
2 Importing I_INFOPROV_REF Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20091008
3 Importing I_R_DATA_QSI Call by reference Object reference (TYPE REF TO) DATA 20091008
4 Importing I_R_DATA_REF Call by reference Object reference (TYPE REF TO) DATA 20091008
5 Importing I_TH_SFC Call by reference Type reference (TYPE) RSDRI_TH_SFC BW-Data-Manager: Liste von Merkmalen 20091008
6 Importing I_TH_SFK Call by reference Type reference (TYPE) RSDRI_TH_SFK BW-Data-Manager: Liste von Kennzahlen 20091008
7 Importing I_TH_SFK_QSI Call by reference Type reference (TYPE) RSDRI_TH_SFK BW-Data-Manager: Liste von Kennzahlen 20091008
8 Importing I_T_RANGE Call by reference Type reference (TYPE) RSDRI_T_RANGE BW-Data-Manager: Range Liste 20091008

Method RSDRI_PERFORMANCE on class CL_RSDRI_QPROV_CMP_TC has no exception.

Method _CONVERT_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_RANGE Call by reference Type reference (TYPE) RSDRI_T_RANGE BW-Data-Manager: Liste von Kennzahlen 20090508
2 Importing I_R_METADATA Call by reference Object reference (TYPE REF TO) CL_RSR_QPROV_METADATA Metadaten für Query auf virtuellem InfoProvider 20090508

Method _CONVERT_RANGE on class CL_RSDRI_QPROV_CMP_TC has no exception.

Method _CONVERT_SFK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_SFK Call by reference Type reference (TYPE) RSDRI_TH_SFK Tabelle der benötigten Basiskennzahlen 20090508
2 Importing I_R_METADATA Call by reference Object reference (TYPE REF TO) CL_RSR_QPROV_METADATA Metadaten für Query auf virtuellem InfoProvider 20090508

Method _CONVERT_SFK on class CL_RSDRI_QPROV_CMP_TC has no exception.

Method _CONVERT_SFK_FOR_QPROV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_SFK Call by reference Type reference (TYPE) RSDRI_TH_SFK Tabelle der benötigten Basiskennzahlen 20091008
2 Importing I_R_METADATA Call by reference Object reference (TYPE REF TO) CL_RSR_QPROV_METADATA Metadaten für Query auf virtuellem InfoProvider 20090508
3 Importing I_TH_SFK Call by reference Type reference (TYPE) RSDRI_TH_SFK BW-Data-Manager: Liste von Kennzahlen 20091008

Method _CONVERT_SFK_FOR_QPROV on class CL_RSDRI_QPROV_CMP_TC has no exception.

Method _GET_MESS_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MESS_IPROV Call by reference Type reference (TYPE) RS_BOOL Boolean 20091020
2 Exporting E_MESS_QPROV Call by reference Type reference (TYPE) RS_BOOL Boolean 20091020

Method _GET_MESS_PARAMETER on class CL_RSDRI_QPROV_CMP_TC has no exception.

Method _GUI_DOWNLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TRACE Call by reference Type reference (TYPE) TN_T_TRACE 20091008

Method _GUI_DOWNLOAD on class CL_RSDRI_QPROV_CMP_TC has no exception.

Method _WRITE_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TRACE Call by reference Type reference (TYPE) TN_T_TRACE 20091008

Method _WRITE_TRACE on class CL_RSDRI_QPROV_CMP_TC has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 701