SAP ABAP Class CL_RSROA_VIRTQUERY_DBMAN (Virtual Query (Data Manager))
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSR_TRANSIENT_SOURCE (Package) Transiente Source Engine
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RS_BASE BW Basis 20060627
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDRV_VPROV_LOC_NOSID_QUERY Interface for Virtual InfoProvider Without SID Support 20060627
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSROA_TST_SOURCE_DBMAN Query on Transient DataSource (Data Manager) 20060811
Properties
Class CL_RSROA_VIRTQUERY_DBMAN  
Short Description Virtual Query (Data Manager)    
Super Class CL_RS_BASE BW Basis 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSR_TRANSIENT_SOURCE   Transiente Source Engine 
Created 20060627   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_ABAP_STRUCTDESCR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSDRV_VPROV_LOC_NOSID_QUERY Interface for Virtual InfoProvider Without SID Support 20060627
Friends
Class CL_RSROA_VIRTQUERY_DBMAN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_R_RESULTLINE_DESCR Instance attribute Protected Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Description of Result Structure 20060818
2 O_TS_DERIVE Instance attribute Protected Type reference (TYPE) CL_RSROA_VQ_METADATA=>OT_TS_DERIVE Description for Derived Characteristics 20060818
3 P_COUNT_DUMFIELD Instance attribute Private Type reference (TYPE) NUMC4 Counter for Dummy Fields 20070306
4 P_C_CURRENCY Constant Private Type reference (TYPE) CHAR1 'C' Indicator: Currency 20070207
5 P_C_UNIT Constant Private Type reference (TYPE) CHAR1 'U' Indicator: Unit 20070207
6 P_MAX_ROWS Instance attribute Private Type reference (TYPE) I Number of Rows in Database Table 20060628
7 P_NEXT_INDEX Instance attribute Private Type reference (TYPE) I Next Row to Be Read in Database Table 20060628
8 P_R_DATA Instance attribute Private Object reference (TYPE REF TO) DATA Data 20060628
9 P_TS_CHECK_CURR Instance attribute Private Type reference (TYPE) PT_TS_CHECKTAB Check Table for Currencies 20070207
10 P_TS_CHECK_DATE Instance attribute Private Type reference (TYPE) PT_TS_CHECKTAB 20070209
11 P_TS_CHECK_UNIT Instance attribute Private Type reference (TYPE) PT_TS_CHECKTAB Check Table for Units 20070207
12 P_T_CHECK Instance attribute Private Type reference (TYPE) PT_T_CHECK Check Table of Values Against Which Master Data is Checked 20070207
Methods
# Method Level Visibility Method type Description Created on
1 _CHECK_CHAVL Instance method Private Method Checks the Existance of a Value 20070207
2 _CREATE_DATA_STRUCTURE Instance method Protected Method Generates Structure Description for Result 20060627
3 _FILL_CHECK_TABLE Instance method Private Method Fills the List of Master Data That Is to Be Checked 20070207
4 _FILL_DERIVABLE_OBJECTLIST Instance method Protected Method Fills List of Fields to be Derived 20060818
5 _GET_COMPONENT_TABLE Instance method Private Method Builds Component Table 20060818
6 _MAP_DATA Instance method Protected Method Maps Data from Original Structure to Target Structure 20060818
Events
Class CL_RSROA_VIRTQUERY_DBMAN has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 PT_S_CHECK Private See coding 20070207 begin of Pt_S_CHECK, fieldnm type rsd_fieldnm, fieldpos type i, chabasnm type rschanm, end of Pt_s_check
2 PT_S_CHECKTAB Private See coding 20070207 begin of PT_S_CHECKtab, chavl type rsd_chavl, exists type rs_bool, end of pt_s_checktab
3 PT_TS_CHECKTAB Private See coding 20070207 pt_ts_checktab type sorted table of pt_s_checktab with UNIQUE KEY chavl
4 PT_T_CHECK Private See coding 20070207 pt_t_check type standard table of pt_s_check with NON-UNIQUE key fieldnm
Method Signatures

Method _CHECK_CHAVL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_CHAVL Call by reference Type reference (TYPE) ANY 20070207
2 Importing I_S_CHECK Call by reference Type reference (TYPE) PT_S_CHECK 20070207

Method _CHECK_CHAVL on class CL_RSROA_VIRTQUERY_DBMAN has no exception.

Method _CREATE_DATA_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_O_DATA_LINE Call by reference Object reference (TYPE REF TO) DATA 20060818
2 Importing I_R_VQ_METADATA Call by reference Object reference (TYPE REF TO) CL_RSROA_VQ_METADATA 20060628
3 Importing I_TH_SFC Call by reference Type reference (TYPE) RSDRI_TH_SFC 20060627
4 Importing I_TH_SFK Call by reference Type reference (TYPE) RSDRI_TH_SFK 20060627
5 Returning R_R_DATA_TYPE Value transfer Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR 20060627

Method _CREATE_DATA_STRUCTURE on class CL_RSROA_VIRTQUERY_DBMAN has no exception.

Method _FILL_CHECK_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TS_MAPPING Call by reference Type reference (TYPE) CL_RSROA_VQ_METADATA=>OT_TS_MAPPING 20070207
2 Importing I_T_DTA_PRO Call by reference Type reference (TYPE) RSD_T_DTA_PRO Eigenschafen InfoObject (im Kontext InfoCube / ODS Objekt) 20070207

Method _FILL_CHECK_TABLE on class CL_RSROA_VIRTQUERY_DBMAN has no exception.

Method _FILL_DERIVABLE_OBJECTLIST 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) RSDRI_TH_SFC BW-Data-Manager: Liste von Merkmalen 20060818
2 Importing I_TH_SFK Call by reference Type reference (TYPE) RSDRI_TH_SFK BW-Data-Manager: Liste von Kennzahlen 20060915
3 Importing I_TS_DERIVE Call by reference Type reference (TYPE) CL_RSROA_VQ_METADATA=>OT_TS_DERIVE 20060818

Method _FILL_DERIVABLE_OBJECTLIST on class CL_RSROA_VIRTQUERY_DBMAN has no exception.

Method _GET_COMPONENT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_COMP_RENAME Call by reference Type reference (TYPE) ABAP_COMPONENT_TAB 20060818
2 Importing I_TH_SFC Call by reference Type reference (TYPE) RSDRI_TH_SFC BW-Data-Manager: Liste von Merkmalen 20060818
3 Importing I_TH_SFK Call by reference Type reference (TYPE) RSDRI_TH_SFK BW-Data-Manager: Liste von Kennzahlen 20060818
4 Importing I_TS_MAPPING Call by reference Type reference (TYPE) CL_RSROA_VQ_METADATA=>OT_TS_MAPPING 20060818
5 Importing I_T_COMPONENT Call by reference Type reference (TYPE) ABAP_COMPONENT_TAB 20060818

Method _GET_COMPONENT_TABLE on class CL_RSROA_VIRTQUERY_DBMAN has no exception.

Method _MAP_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LAST_INDEX Value transfer Type reference (TYPE) I Index des letzten ausgegebenen Satzes 20060818
2 Exporting E_T_DATA Call by reference Type reference (TYPE) TABLE 20060818
3 Importing I_FIRST_INDEX Value transfer Type reference (TYPE) I erster zu bearbeitender Satz 20060818
4 Importing I_PACKAGESIZE Call by reference Type reference (TYPE) I 20060818
5 Importing I_T_O_DATA Call by reference Type reference (TYPE) INDEX TABLE 20060818

Method _MAP_DATA on class CL_RSROA_VIRTQUERY_DBMAN has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710