SAP ABAP Class CL_RSDD_CS_OPERATION_WITH_JOIN (Star Schema Mapping as Calculation View)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDD_CALCSCENARIO (Package) Create Calculation Scenario
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_CS_CALCVIEW | Calculation View Definition | 20130315 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_CS_AGGR_WITH_JOIN | Star Schema Mapping as Calculation View | 20130315 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_CS_OLAP_NODE | Star Schema Mapping as Calculation View | 20130315 |
Properties
| Class | CL_RSDD_CS_OPERATION_WITH_JOIN | |
| Short Description | Star Schema Mapping as Calculation View | |
| Super Class | CL_RSDD_CS_CALCVIEW | Calculation View Definition |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDD_CALCSCENARIO | Create Calculation Scenario |
| Created | 20130315 | SAP |
| Last change | 20140121 | 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDD_CS_OPERATION_WITH_JOIN has no interface implemented.
Friends
Class CL_RSDD_CS_OPERATION_WITH_JOIN 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) | TN_TS_JOIN_PATH | List of JOIN Paths | 20130315 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Fills the internal JOIN path cache | 20130315 |
Events
Class CL_RSDD_CS_OPERATION_WITH_JOIN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_JOIN_PATH | Public | See coding | JOIN Path (Deposit?!) Entry in OLAP Node | 20130315 | BEGIN OF tn_s_join_path,
name TYPE string,
path TYPE REF TO cl_rsdd_cs_join_path,
END OF tn_s_join_path
|
|
| 2 | TN_TS_JOIN_PATH | Public | See coding | List with JOIN Paths | 20130315 | tn_ts_join_path TYPE SORTED TABLE OF tn_s_join_path WITH UNIQUE KEY name
|
Method Signatures
Method FILL_JOIN_PATHS Signature
Method FILL_JOIN_PATHS on class CL_RSDD_CS_OPERATION_WITH_JOIN has no parameter.
Method FILL_JOIN_PATHS on class CL_RSDD_CS_OPERATION_WITH_JOIN has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |