SAP ABAP Class CL_BICS_QV_AXIS (QV Axis)
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_OBJECT | Root Object for BICS Entities | 20110721 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_MD_AXIS | Axis in MD Layer | 20110513 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_QV_AXIS | Query View Axis Object | 20100224 |
Properties
| Class | CL_BICS_QV_AXIS | |
| Short Description | QV Axis | |
| Super Class | CL_BICS_OBJECT | Root Object for BICS Entities |
| 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 | 20100224 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BICS_MD_AXIS | Axis in MD Layer | 20110513 | ||
| 2 | IF_BICS_QV_AXIS | Query View Axis Object | 20100224 |
Friends
Class CL_BICS_QV_AXIS 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) | IF_RSBOLAP_QV_AXIS | Axis of a Query View | 20100224 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | Characterstics are assigned | 20100308 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_BICS_QV | Query View | 20100308 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | IF_BICS_MD_CHARACTERISTIC=>TN_T_ID | List of Characteristic IDs on this Axis | 20100315 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | TN_T_QV_AXIS | Table of Axis Instances | 20100308 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100224 | |
| 2 | Instance method | Public | Method | Read Characteristics | 20100315 | |
| 3 | Instance method | Public | Method | Read Index of an Axis Characteristic | 20100302 | |
| 4 | Instance method | Private | Method | Read Provider Characteristics | 20100309 | |
| 5 | Instance method | Private | Method | Reset Free Characteristic Axis | 20100315 | |
| 6 | Instance method | Public | Method | Assign a Characteristic to the Axis | 20100308 |
Events
Class CL_BICS_QV_AXIS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_QV_AXIS | Public | See coding | Structure Container of this Object | 20100224 | BEGIN OF tn_s_qv_axis,
name TYPE if_bics_object=>tn_name,
ref TYPE REF TO cl_bics_qv_axis,
END OF tn_s_qv_axis
|
|
| 2 | TN_T_QV_AXIS | Public | See coding | Table of Objects | 20100224 | tn_t_qv_axis TYPE STANDARD TABLE OF tn_s_qv_axis
WITH KEY name
|
Method Signatures
Method CONSTRUCTOR 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 | I_R_QV | Call by reference | Object reference (TYPE REF TO) | CL_BICS_QV | Query View | 20100224 |
Method CONSTRUCTOR on class CL_BICS_QV_AXIS has no exception.
Method GET_CHARACTERISTICS Signature
Method GET_CHARACTERISTICS on class CL_BICS_QV_AXIS has no parameter.
Method GET_CHARACTERISTICS on class CL_BICS_QV_AXIS has no exception.
Method GET_INDEX 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) | IF_BICS_QV_CHARACTERISTIC | Merkmale QV-Layer | 20100302 | |||
| 2 | R_INDEX | Value transfer | Type reference (TYPE) | I | 20100302 |
Method GET_INDEX on class CL_BICS_QV_AXIS has no exception.
Method GET_PROVIDER_CHARACTERISTICS Signature
Method GET_PROVIDER_CHARACTERISTICS on class CL_BICS_QV_AXIS has no parameter.
Method GET_PROVIDER_CHARACTERISTICS on class CL_BICS_QV_AXIS has no exception.
Method RESET_FREE_AXIS Signature
Method RESET_FREE_AXIS on class CL_BICS_QV_AXIS has no parameter.
Method RESET_FREE_AXIS on class CL_BICS_QV_AXIS has no exception.
Method UNASSIGN_CHARACTERISTIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Call by reference | Type reference (TYPE) | IF_BICS_MD_CHARACTERISTIC=>TN_ID | Merkmals-ID | 20100315 |
Method UNASSIGN_CHARACTERISTIC on class CL_BICS_QV_AXIS has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |