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 | 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 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Description of Result Structure | 20060818 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | CL_RSROA_VQ_METADATA=>OT_TS_DERIVE | Description for Derived Characteristics | 20060818 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | NUMC4 | Counter for Dummy Fields | 20070306 | |||
| 4 | Constant | Private | Type reference (TYPE) | CHAR1 | 'C' | Indicator: Currency | 20070207 | ||
| 5 | Constant | Private | Type reference (TYPE) | CHAR1 | 'U' | Indicator: Unit | 20070207 | ||
| 6 | Instance attribute | Private | Type reference (TYPE) | I | Number of Rows in Database Table | 20060628 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | I | Next Row to Be Read in Database Table | 20060628 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Data | 20060628 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | PT_TS_CHECKTAB | Check Table for Currencies | 20070207 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | PT_TS_CHECKTAB | 20070209 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | PT_TS_CHECKTAB | Check Table for Units | 20070207 | |||
| 12 | 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 | Instance method | Private | Method | Checks the Existance of a Value | 20070207 | |
| 2 | Instance method | Protected | Method | Generates Structure Description for Result | 20060627 | |
| 3 | Instance method | Private | Method | Fills the List of Master Data That Is to Be Checked | 20070207 | |
| 4 | Instance method | Protected | Method | Fills List of Fields to be Derived | 20060818 | |
| 5 | Instance method | Private | Method | Builds Component Table | 20060818 | |
| 6 | 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 | C_CHAVL | Call by reference | Type reference (TYPE) | ANY | 20070207 | ||||
| 2 | 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 | I_R_O_DATA_LINE | Call by reference | Object reference (TYPE REF TO) | DATA | 20060818 | ||||
| 2 | I_R_VQ_METADATA | Call by reference | Object reference (TYPE REF TO) | CL_RSROA_VQ_METADATA | 20060628 | ||||
| 3 | I_TH_SFC | Call by reference | Type reference (TYPE) | RSDRI_TH_SFC | 20060627 | ||||
| 4 | I_TH_SFK | Call by reference | Type reference (TYPE) | RSDRI_TH_SFK | 20060627 | ||||
| 5 | 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 | I_TS_MAPPING | Call by reference | Type reference (TYPE) | CL_RSROA_VQ_METADATA=>OT_TS_MAPPING | 20070207 | ||||
| 2 | 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 | I_TH_SFC | Call by reference | Type reference (TYPE) | RSDRI_TH_SFC | BW-Data-Manager: Liste von Merkmalen | 20060818 | |||
| 2 | I_TH_SFK | Call by reference | Type reference (TYPE) | RSDRI_TH_SFK | BW-Data-Manager: Liste von Kennzahlen | 20060915 | |||
| 3 | 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 | C_T_COMP_RENAME | Call by reference | Type reference (TYPE) | ABAP_COMPONENT_TAB | 20060818 | ||||
| 2 | I_TH_SFC | Call by reference | Type reference (TYPE) | RSDRI_TH_SFC | BW-Data-Manager: Liste von Merkmalen | 20060818 | |||
| 3 | I_TH_SFK | Call by reference | Type reference (TYPE) | RSDRI_TH_SFK | BW-Data-Manager: Liste von Kennzahlen | 20060818 | |||
| 4 | I_TS_MAPPING | Call by reference | Type reference (TYPE) | CL_RSROA_VQ_METADATA=>OT_TS_MAPPING | 20060818 | ||||
| 5 | 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 | E_LAST_INDEX | Value transfer | Type reference (TYPE) | I | Index des letzten ausgegebenen Satzes | 20060818 | |||
| 2 | E_T_DATA | Call by reference | Type reference (TYPE) | TABLE | 20060818 | ||||
| 3 | I_FIRST_INDEX | Value transfer | Type reference (TYPE) | I | erster zu bearbeitender Satz | 20060818 | |||
| 4 | I_PACKAGESIZE | Call by reference | Type reference (TYPE) | I | 20060818 | ||||
| 5 | 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 |