SAP ABAP Class CL_RSDRV_SDA_QUERY (Query on (Virtual) Table)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSSDA (Package) Datamanager: BW HANA Smart Data Access
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDRV_VPROV_INT_QUERY Query Interface for Internal Virtual InfoProvider 20130925
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDRV_SDA_NLS_QUERY Query for NLS with IQ and HANA SDA 20130925
2 Inheritance (c INHERITING FROM c_ref)  CL_RSDRV_TABLE_QUERY Query on DB Table Access from Open ODS View 20130925
Properties
Class CL_RSDRV_SDA_QUERY  
Short Description Query on (Virtual) Table    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSSDA   Datamanager: BW HANA Smart Data Access 
Created 20130925   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSDRV_SRVS_SID Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_RSDRV_SX_QRY_BUILDER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_RSD_INFOPROV Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSDD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 RSDRC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
7 RSDRS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSDRV_VPROV_INT_QUERY Query Interface for Internal Virtual InfoProvider 20130925
Friends
Class CL_RSDRV_SDA_QUERY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_R_IPRO Instance attribute Public Object reference (TYPE REF TO) IF_RSD_INFOPROV 20130925
2 O_INFOPROV Instance attribute Protected Type reference (TYPE) RSINFOPROV 20130925
3 O_R_CURR_CONV Instance attribute Protected Object reference (TYPE REF TO) CL_RSDRV_SRVS_CURR_CONV 20130925
4 O_R_SID_SRV Instance attribute Protected Object reference (TYPE REF TO) CL_RSDRV_SRVS_SID 20130925
5 O_R_SQL_QUERY Instance attribute Protected Object reference (TYPE REF TO) CL_RSDRS_SQL_QUERY 20130925
6 O_R_SRVS_RPLCHA Instance attribute Protected Object reference (TYPE REF TO) CL_RSDRV_SRVS_RPLCHA 20130925
7 O_R_VPROV Static Attribute Protected Object reference (TYPE REF TO) CL_RSDRV_SDA_QUERY 20130925
8 O_SX_QUERY Instance attribute Protected Type reference (TYPE) RSDRS_SX_QUERY 20130925
9 O_SX_SPLITPACK Instance attribute Protected Type reference (TYPE) RSDR0_SX_SPLITPACK 20130925
10 O_S_DEBUGFLAGS Instance attribute Protected Type reference (TYPE) RSR_S_DEBUGFLAGS 20130925
11 O_S_PARAM Instance attribute Protected Type reference (TYPE) IF_RSDRV_VPROV_INT_QUERY=>TN_S_PARAM 20130925
12 O_TH_IOBJ_PRO Instance attribute Protected Type reference (TYPE) IF_RSDRV_SX_QRY_BUILDER=>TN_TH_IOBJ_PRO 20130925
13 O_TH_SFC Instance attribute Protected Type reference (TYPE) RSDD_TH_SFC 20130925
14 O_TH_SIDGET Instance attribute Protected Type reference (TYPE) CL_RSDRV_SRVS_SID=>TN_TH_SIDGET 20130925
15 O_TSX_SELDR Instance attribute Protected Type reference (TYPE) RSDD_TSX_SELDR 20130925
16 O_T_HIETABLNM Instance attribute Protected Type reference (TYPE) RSDRH_T_TABLNM 20130925
17 O_T_RPLCHA Instance attribute Protected Type reference (TYPE) RSDRC_T_RPLCHA 20130925
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130925
2 GET_CHA_WITHOUT_SID Instance method Public Method Get list of char's for which SIDs need to be generated 20130925
3 GET_FIELDS Instance method Public Method 20130925
4 GET_REF_INTEGRITY Static method Public Method Determine ref Integrity / SIDs for given SFC 20130925
5 _CLEANUP Instance method Protected Method Drop Temporary Tables Again 20130925
6 _GET_CHA_SID_GET Instance method Protected Method List of cha's w( local SIDs (called by static methods) 20130925
7 _GET_DTA_INFO Instance method Protected Method Gets the Metadata Info About InfoObjects 20130925
8 _GET_SX_QRY_CLASS_NM Instance method Protected Method Get Name of SX Query Builder Class 20130925
Events
Class CL_RSDRV_SDA_QUERY has no event.
Types
Class CL_RSDRV_SDA_QUERY has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSDRV_SDA_QUERY has no parameter.
Method CONSTRUCTOR on class CL_RSDRV_SDA_QUERY has no exception.

Method GET_CHA_WITHOUT_SID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_IPRO Call by reference Object reference (TYPE REF TO) IF_RSD_INFOPROV 20130925
2 Importing I_TH_SFC Call by reference Type reference (TYPE) RSDD_TH_SFC 20130925
3 Returning R_TH_SIDGET Value transfer Type reference (TYPE) CL_RSDRV_SRVS_SID=>TN_TH_SIDGET 20130925

Method GET_CHA_WITHOUT_SID on class CL_RSDRV_SDA_QUERY has no exception.

Method GET_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_SFC Call by reference Type reference (TYPE) RSDD_TH_SFC 20130925
2 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV 20130925
3 Importing I_TH_SFC Call by reference Type reference (TYPE) RSDD_TH_SFC 20130925
# Exception Resumable Description Created on
1 CX_RS_STATIC_CHECK 20130925

Method GET_REF_INTEGRITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV 20130925
2 Importing I_TH_SFC Call by reference Type reference (TYPE) RSDD_TH_SFC 20130925
3 Returning R_REF_INT Value transfer Type reference (TYPE) RS_BOOL 20130925

Method GET_REF_INTEGRITY on class CL_RSDRV_SDA_QUERY has no exception.

Method _CLEANUP Signature

Method _CLEANUP on class CL_RSDRV_SDA_QUERY has no parameter.
Method _CLEANUP on class CL_RSDRV_SDA_QUERY has no exception.

Method _GET_CHA_SID_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TH_SFC Call by reference Type reference (TYPE) RSDD_TH_SFC 20130925
2 Returning R_TH_SIDGET Value transfer Type reference (TYPE) CL_RSDRV_SRVS_SID=>TN_TH_SIDGET 20130925

Method _GET_CHA_SID_GET on class CL_RSDRV_SDA_QUERY has no exception.

Method _GET_DTA_INFO Signature

Method _GET_DTA_INFO on class CL_RSDRV_SDA_QUERY has no parameter.
# Exception Resumable Description Created on
1 CX_RS_STATIC_CHECK 20130925

Method _GET_SX_QRY_CLASS_NM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CLASS_NM Value transfer Type reference (TYPE) SEOCLSNAME 20130925

Method _GET_SX_QRY_CLASS_NM on class CL_RSDRV_SDA_QUERY has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740