SAP ABAP Class CL_RSR_BU_OLAP_INTERFACE (Interface between BU & OLAP)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSROA_RT (Package) OLAP: Kernel Runtime
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_RRK0_SERVICE_BASE | Basis for RRK0 Service Classes | 20120828 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSR_BU_OLAP_INTERFACE | Interface between BU & OLAP | 20110314 |
Properties
| Class | CL_RSR_BU_OLAP_INTERFACE | |
| Short Description | Interface between BU & OLAP | |
| Super Class | CL_RSR_RRK0_SERVICE_BASE | Basis for RRK0 Service Classes |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSROA_RT | OLAP: Kernel Runtime |
| Created | 20110314 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSR_BU_OLAP_INTERFACE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSR_BU_OLAP_INTERFACE | Interface between BU & OLAP | 20110314 |
Friends
Class CL_RSR_BU_OLAP_INTERFACE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20110314 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TP_TH_BU_AXES | 20110314 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20110314 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | XSTRING | 20110314 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20110314 |
Events
Class CL_RSR_BU_OLAP_INTERFACE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_BU_AXES | Private | See coding | 20110314 | BEGIN OF tp_s_bu_axes,
chanmid TYPE rssid,
spcnm TYPE rsalias,
r_bincl TYPE REF TO cl_rsr_hierarchy_bincl,
END OF tp_s_bu_axes
|
||
| 2 | TP_TH_BU_AXES | Private | See coding | 20110314 | tp_th_bu_axes TYPE HASHED TABLE OF tp_s_bu_axes
WITH UNIQUE KEY chanmid
INITIAL SIZE 2
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_QUERY_RUNTIME | Call by reference | Object reference (TYPE REF TO) | CL_RSR_RRK0_QUERY_RUNTIME | 20110314 |
Method CONSTRUCTOR on class CL_RSR_BU_OLAP_INTERFACE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |