SAP ABAP Class CL_RSDD_CS_MAPPING (Abstract Mapping Description for a CalcView Attribute)
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_XML | Parent Class for XML Creation | 20091112 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_CS_CONSTANT_MAPPING | Mapping of a Calc. View Attribute to a Constant | 20091113 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_CS_VARIABLE_MAPPING | Mapping: Calc. View Attribute to OLAP DataSource Attribute | 20091113 |
Properties
| Class | CL_RSDD_CS_MAPPING | |
| Short Description | Abstract Mapping Description for a CalcView Attribute | |
| Super Class | CL_RSDD_CS_XML | Parent Class for XML Creation |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDD_CALCSCENARIO | Create Calculation Scenario |
| Created | 20091112 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSDD_CS_MAPPING has no forward declaration.
Interfaces
Class CL_RSDD_CS_MAPPING has no interface implemented.
Friends
Class CL_RSDD_CS_MAPPING 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 | 'attribute' | Mapping Type "attribute" | 20091119 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'attributeGroup' | Mapping Type "attributeGroup" | 20091119 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'characteristic' | Mapping Type "characteristic" | 20091119 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'keyfigure' | Mapping Type "keyfigure" | 20091119 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'unknown' | Unknown Mapping Type | 20091201 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'viewAttribute' | Mapping Type "viewAttribute" | 20091119 | ||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSDD_CS_ATTRIBUTE_BASE | CalcView Attribute (Mapping Target) | 20091112 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | STRING | Mapping Type (attribute, viewAttribute, keyfigure) | 20091112 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20091113 | |
| 2 | Instance method | Public | Method | Returns the reference to the target attribute | 20091112 | |
| 3 | Instance method | Public | Method | Returns the mapping type | 20091112 | |
| 4 | Instance method | Public | Method | Sets target attribute for mapping | 20091112 | |
| 5 | Instance method | Public | Method | Sets mapping type attribute, viewAttribute and keyFigure | 20091112 |
Events
Class CL_RSDD_CS_MAPPING has no event.
Types
Class CL_RSDD_CS_MAPPING has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TARGET | Value transfer | Object reference (TYPE REF TO) | CL_RSDD_CS_ATTRIBUTE_BASE | Abbildungsziel | 20091113 |
Method CONSTRUCTOR on class CL_RSDD_CS_MAPPING has no exception.
Method GET_TARGET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_TARGET | Value transfer | Object reference (TYPE REF TO) | CL_RSDD_CS_ATTRIBUTE_BASE | Zielattribut (attribut, viewAttribut, keyfigure) | 20091112 |
Method GET_TARGET on class CL_RSDD_CS_MAPPING has no exception.
Method GET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TYPE | Value transfer | Type reference (TYPE) | STRING | Abbildungstyp | 20091112 |
Method GET_TYPE on class CL_RSDD_CS_MAPPING has no exception.
Method SET_TARGET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_TARGET | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_ATTRIBUTE_BASE | Attribut im Calculation View | 20091112 |
Method SET_TARGET on class CL_RSDD_CS_MAPPING has no exception.
Method SET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TYPE | Call by reference | Type reference (TYPE) | STRING | Abbildungstyp | 20091112 |
Method SET_TYPE on class CL_RSDD_CS_MAPPING has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |