SAP ABAP Class CL_RSR_MDX_OPTIMIZER (MDX: Optimizer)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSR_MDX_BASE (Package) MDX: Basis
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSR_MDX_OPTIMIZER | MDX: Optimizer | 20090224 |
Properties
| Class | CL_RSR_MDX_OPTIMIZER | |
| Short Description | MDX: Optimizer | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSR_MDX_BASE | MDX: Basis |
| Created | 20090224 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSR_MDX_OPTIMIZER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSR_MDX_OPTIMIZER | MDX: Optimizer | 20090224 |
Friends
Class CL_RSR_MDX_OPTIMIZER 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 | Optimization Mode | 20090303 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSR_MDX_COMMAND | MDX Statement | 20090303 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | TP_TH_MEMBER_BUFFER | Buffer Table for Unique Member | 20090303 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TP_TR_OPTIMIZABLE | Table of Optimized Components | 20090224 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20090303 | |
| 2 | Instance method | Private | Method | Returns the unique member (if found) | 20090303 | |
| 3 | Instance method | Private | Method | Use the optimizer? | 20090304 |
Events
Class CL_RSR_MDX_OPTIMIZER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_SR_OPTIMIZABLE | Private | See coding | Optimizable Component | 20090224 | BEGIN OF tp_sr_optimizable ,
r_opt TYPE REF TO if_rsr_mdx_optimizable,
END OF tp_sr_optimizable
|
|
| 2 | TP_S_MEMBER_BUFFER | Private | See coding | Buffer for Unique Member | 20090303 | BEGIN OF tp_s_member_buffer ,
chanmid TYPE rsd_sid,
hienm TYPE rrt1_s_dim_hier-hienm,
version TYPE rrt1_s_dim_hier-version,
succ TYPE rsd_sid,
END OF tp_s_member_buffer
|
|
| 3 | TP_TH_MEMBER_BUFFER | Private | See coding | Buffer Table for Unique Member | 20090303 | tp_th_member_buffer TYPE HASHED TABLE OF tp_s_member_buffer
WITH UNIQUE KEY chanmid hienm version
|
|
| 4 | TP_TR_OPTIMIZABLE | Private | See coding | Table of Optimized Components | 20090224 | tp_tr_optimizable TYPE STANDARD TABLE OF tp_sr_optimizable
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_STMT | Value transfer | Object reference (TYPE REF TO) | CL_RSR_MDX_COMMAND | MDX: Statement | 20090303 |
Method CONSTRUCTOR on class CL_RSR_MDX_OPTIMIZER has no exception.
Method GET_UNIQUE_MEMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_HIER_KEY | Call by reference | Type reference (TYPE) | RRTB_S_HIER_KEY | Hierarchie-Schlüssel | 20090303 | |||
| 2 | R_SID | Value transfer | Type reference (TYPE) | RSD_SID | Member | 20090303 |
Method GET_UNIQUE_MEMBER on class CL_RSR_MDX_OPTIMIZER has no exception.
Method IS_OPTIMIZER_SWITCHED_ON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_BOOL | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20090304 |
Method IS_OPTIMIZER_SWITCHED_ON on class CL_RSR_MDX_OPTIMIZER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |