SAP ABAP Class CL_RSDD_CS_JOIN (Calculation View of Type JOIN)
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 | 20091118 |
Properties
| Class | CL_RSDD_CS_JOIN | |
| Short Description | Calculation View of Type JOIN | |
| 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 | 20091118 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSDD_CS_JOIN has no forward declaration.
Interfaces
Class CL_RSDD_CS_JOIN has no interface implemented.
Friends
Class CL_RSDD_CS_JOIN has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'inner' | Type "inner join" | 20091119 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'leftOuter' | Type "left outer join" | 20091119 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'outer' | Type "right outer join" | 20091119 | ||
| 4 | Static Attribute | Private | Type reference (TYPE) | STRING | XML Tag | 20091118 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | STRING | Join Type (one of the predefined constants) | 20091119 | |||
| 6 | Instance attribute | Private | See coding | Table of Join Attributes | 20091120 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds a new Join attribute | 20091120 | |
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20091118 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20091118 | |
| 4 | Instance method | Public | Method | Returns the join type | 20091119 | |
| 5 | Instance method | Public | Method | Set Join Type ("inner", outer" or "leftOuter") | 20091119 |
Events
Class CL_RSDD_CS_JOIN has no event.
Types
Class CL_RSDD_CS_JOIN has no local type.
Method Signatures
Method ADD_JOINATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_JOINATTR | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_JOINATTRIBUTE | Joinattribut | 20091120 |
Method ADD_JOINATTR on class CL_RSDD_CS_JOIN has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSDD_CS_JOIN has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSDD_CS_JOIN has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name des Calculation Views | 20091118 | |||
| 2 | I_TYPE | Call by reference | Type reference (TYPE) | CSEQUENCE | N_C_INNER | Jointyp | 20091119 |
Method CONSTRUCTOR on class CL_RSDD_CS_JOIN has no exception.
Method GET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_JOIN_TYPE | Value transfer | Type reference (TYPE) | STRING | 20091119 |
Method GET_TYPE on class CL_RSDD_CS_JOIN has no exception.
Method SET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_JOIN_TYPE | Call by reference | Type reference (TYPE) | STRING | Jointyp (siehe vordefinierte Konstanten in der Klasse) | 20091119 |
Method SET_TYPE on class CL_RSDD_CS_JOIN has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |