SAP ABAP Class CL_RSEM_MAPPING (Field Value Mapping Specification)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-MTD (Application Component) Metadata (Repository)
⤷
RSO_BW_ENTITY_MODEL (Package) BW Infoprovider Models

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSEM_MODEL_OBJECT | Abstract BW Model Object | 20130206 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSEM_CONSTANT_VALUE_MAPPING | Constan Value Mapping for an Element | 20130206 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_RSEM_ELEMENT_MAPPING | Variable Mapping beween two Elements | 20130206 |
Properties
Class | CL_RSEM_MAPPING | |
Short Description | Field Value Mapping Specification | |
Super Class | CL_RSEM_MODEL_OBJECT | Abstract BW Model Object |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSO_BW_ENTITY_MODEL | BW Infoprovider Models |
Created | 20130206 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSEM_MAPPING has no forward declaration.
Interfaces
Class CL_RSEM_MAPPING has no interface implemented.
Friends
Class CL_RSEM_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 | 'Type:ConstantElementMapping' | xsi:type for constant mapping | 20130303 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'Type:ElementMapping' | xsi:type for element mapping | 20130303 | |
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_BW_ENTITY_MODEL_TYPES=>TN_S_MAPPING | Reference to own model structure | 20130215 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Derives the mapping class from the structure model | 20130303 |
2 | ![]() |
Instance method | Public | Method | Returns the name of the target field | 20130306 |
3 | ![]() |
Instance method | Public | Method | Sets the name of the target field | 20130306 |
Events
Class CL_RSEM_MAPPING has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_T_MAPPING | Public | See coding | List of mapping objects | 20130303 | tn_t_mapping TYPE STANDARD TABLE OF REF TO cl_rsem_mapping WITH DEFAULT KEY
|
Method Signatures
Method GET_MAPPING_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_XSI_TYPE | Call by reference | Type reference (TYPE) | CSEQUENCE | xsi:type from structure model | 20130303 | ||
2 | ![]() |
R_CLASS | Value transfer | Type reference (TYPE) | SEOCLSNAME | Name of the implementation class | 20130303 |
Method GET_MAPPING_CLASS on class CL_RSEM_MAPPING has no exception.
Method GET_TARGET_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_NAME | Value transfer | Type reference (TYPE) | STRING | Target field name | 20130306 |
Method GET_TARGET_NAME on class CL_RSEM_MAPPING has no exception.
Method SET_TARGET_NAME 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 | Target field name | 20130306 |
Method SET_TARGET_NAME on class CL_RSEM_MAPPING has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |