SAP ABAP Class CL_BICS_QV (Query View)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
BW_BICS_CONSUMER_QUERY_VIEW (Package) BW BICS Consumer Query View
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_SELECTOR | Selector | 20100201 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_MD_QV | Design Time Version of the Query View | 20121120 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_QV | Query View | 20100208 |
Properties
| Class | CL_BICS_QV | |
| Short Description | Query View | |
| Super Class | CL_BICS_SELECTOR | Selector |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BW_BICS_CONSUMER_QUERY_VIEW | BW BICS Consumer Query View |
| Created | 20100201 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BICS_MD_QV | Design Time Version of the Query View | 20121120 | ||
| 2 | IF_BICS_QV | Query View | 20100208 |
Friends
Class CL_BICS_QV has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_BICS_QV_SRV_DESCR | Service Description of the QV Layer | 20130131 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | Flattening Mode | 20120209 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | BICS_PROV_STATE | BW Provider Status | 20120209 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_RSBOLAP_QUERY_VIEW | Query View | 20100329 | |||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BICS_QV_STRUCTURE | Query View Structure | 20100301 | |||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BICS_QV_STRUCTURE | Query View Structure | 20100301 | |||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BICS_RS | Result Set | 20100329 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | TO_S_FLAT_DATA_DESCR | Mapper Descr --> Flat RS | 20111212 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | IF_BICS_QV_CONDITION=>TN_T_CONDITION | Table of Conditions | 20110329 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | IF_BICS_QV_EXCEPTION=>TN_T_EXCEPTION | Exceptions | 20110211 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | IF_BICS_MD_AXIS=>TN_T_MD_AXIS | 20120615 | ||||
| 12 | Instance attribute | Protected | Type reference (TYPE) | CL_BICS_QV_AXIS=>TN_T_QV_AXIS | Table of Axes | 20100224 | |||
| 13 | Instance attribute | Protected | Type reference (TYPE) | IF_BICS_QV_DATA_CELL=>TN_T_DATA_CELL | Table of Objects | 20100503 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Axis list created | 20100301 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Load Status of Provider Conditions | 20110329 | |||
| 16 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Exceptions from Start List Loaded from the Provider | 20110211 |
Methods
Events
Class CL_BICS_QV has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_TS_ID | Public | See coding | Sorted Table of IDs | 20120209 | TN_Ts_ID TYPE SORTED TABLE OF i WITH UNIQUE KEY TABLE_LINE
|
|
| 2 | TO_S_FLAT_DATA_DESCR | Protected | See coding | Mapper Descr --> Flat RS | 20111212 | BEGIN OF to_s_flat_data_descr,
flat_data_descr TYPE REF TO if_bics_rs_flat_data_descr,
flat_result_set TYPE REF TO cl_bics_rs_flat,
END OF to_s_flat_data_descr
|
Method Signatures
Method ADD_DRILL_OPERATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_QV_DRILL_OPERATION | Call by reference | Object reference (TYPE REF TO) | CL_BICS_QV_DRILL_OPERATION | Drill Operation | 20121121 |
Method ADD_DRILL_OPERATION on class CL_BICS_QV has no exception.
Method ARE_CELLS_INPUT_ENABLED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TS_CELL_ID | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_TS_ID | ID eines Objektes | 20120402 | |||
| 2 | R_T_NOT_INPUT_ENABLED_CELL_ID | Value transfer | Type reference (TYPE) | IF_BICS_OBJECT=>TN_T_ID | ID eines Objektes | 20120402 |
Method ARE_CELLS_INPUT_ENABLED on class CL_BICS_QV has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_APPLICATION | Call by reference | Object reference (TYPE REF TO) | IF_BICS_APPLICATION | Applikationsrepräsentation | 20100224 | |||
| 2 | I_R_SRV_DESCR | Call by reference | Object reference (TYPE REF TO) | IF_BICS_SRV_DESCR | Beschreibung eines Services | 20100201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Service ist nicht anwendbar | 20101201 |
Method CREATE_MD_QV_AXES Signature
Method CREATE_MD_QV_AXES on class CL_BICS_QV has no parameter.
Method CREATE_MD_QV_AXES on class CL_BICS_QV has no exception.
Method CREATE_QV_AXIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_PROV_QV_AXIS | Call by reference | Object reference (TYPE REF TO) | IF_RSBOLAP_QV_AXIS | Achse eines Query Views | 20100224 | |||
| 2 | R_R_QV_AXIS | Value transfer | Object reference (TYPE REF TO) | CL_BICS_QV_AXIS | QV-Achse | 20100224 |
Method CREATE_QV_AXIS on class CL_BICS_QV has no exception.
Method DATA_AREA_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_EVENT | Call by reference | Attribute reference (LIKE) | 20110628 |
Method DATA_AREA_CHANGED on class CL_BICS_QV has no exception.
Method DELETE_SUBSEQUENT_DRILL_OPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_QV_CHARACTERISTIC | Call by reference | Object reference (TYPE REF TO) | CL_BICS_QV_CHARACTERISTIC | Characteristic Class of the Query View Layer | 20121121 |
Method DELETE_SUBSEQUENT_DRILL_OPS on class CL_BICS_QV has no exception.
Method END_FLAT_MODE Signature
Method END_FLAT_MODE on class CL_BICS_QV has no parameter.
Method END_FLAT_MODE on class CL_BICS_QV has no exception.
Method FLATTEN_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TS_REQUESTED_KIDS | Call by reference | Type reference (TYPE) | TN_TS_ID | Sortierte Tabelle von IDs | 20120209 | |||
| 2 | R_FLATTEND_STATE | Value transfer | Type reference (TYPE) | BICS_PROV_STATE | BW Provider Zustand | 20120209 |
Method FLATTEN_STATE on class CL_BICS_QV has no exception.
Method GET_AXIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AXIS_NAME | Call by reference | Type reference (TYPE) | CL_BICS_CONSTANT=>TN_CONSTANT | Name der Achse | 20100301 | |||
| 2 | R_R_AXIS | Value transfer | Object reference (TYPE REF TO) | CL_BICS_QV_AXIS | Achse | 20100301 |
Method GET_AXIS on class CL_BICS_QV has no exception.
Method GET_AXIS_BY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AXIS_NAME | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Name der Achse | 20100714 | |||
| 2 | R_R_AXIS | Value transfer | Object reference (TYPE REF TO) | IF_BICS_QV_AXIS | Query View Achsen Objekt | 20100714 |
Method GET_AXIS_BY_NAME on class CL_BICS_QV has no exception.
Method GET_PROV_QUERY_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_PROV_QV | Value transfer | Object reference (TYPE REF TO) | IF_RSBOLAP_QUERY_VIEW | Query View | 20100329 |
Method GET_PROV_QUERY_VIEW on class CL_BICS_QV has no exception.
Method IS_CELL_VALUE_SORTING_POSSIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_POSSIBLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120224 |
Method IS_CELL_VALUE_SORTING_POSSIBLE on class CL_BICS_QV has no exception.
Method PREPARE_FLAT_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TS_REQUESTED_KIDS | Call by reference | Type reference (TYPE) | TN_TS_ID | Sortierte Tabelle von IDs | 20120209 |
Method PREPARE_FLAT_MODE on class CL_BICS_QV has no exception.
Method REMOVE_DRILL_OPERATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_DRILL_OPERATION | Call by reference | Object reference (TYPE REF TO) | IF_BICS_QV_DRILL_OPERATION | Drill-Operation | 20110303 |
Method REMOVE_DRILL_OPERATION on class CL_BICS_QV has no exception.
Method RESET_NEW_DATA_FLAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_RESET | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110628 |
Method RESET_NEW_DATA_FLAG on class CL_BICS_QV has no exception.
Method SET_RESULT_SET_CHANGE_FLAGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RESULT_SET_CHANGE | Call by reference | Type reference (TYPE) | IF_BICS_EVENT=>TN_S_RESULT_SET_CHANGE | 20101110 |
Method SET_RESULT_SET_CHANGE_FLAGS on class CL_BICS_QV has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 730 |