SAP ABAP Class CL_RSAN_MDL_MAPPING (Mapping)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-EI-APD (Application Component) Analysis Process Designer
⤷
RSAN_MDL (Package) APD - Tool - Object Model
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSAN_OM_ELEMENT | Analysis Object Model Element | 20010512 |
Properties
| Class | CL_RSAN_MDL_MAPPING | |
| Short Description | Mapping | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | RSAN_MDL | |
| Program status | ||
| Category | 0 | |
| Package | RSAN_MDL | APD - Tool - Object Model |
| Created | 20010512 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSAN_OM_ELEMENT | Analysis Object Model Element | 20010512 |
Friends
Class CL_RSAN_MDL_MAPPING has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | 20010512 | |||||
| 2 | Instance attribute | Public | Type reference (TYPE) | RSAN_OM_R_LIST | List of Mapping Rules (IF_RSAN_MDL_MR) | 20010512 | |||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20010512 | |||||
| 4 | Instance attribute | Public | Type reference (TYPE) | STRING | Refers to Source in r_document -> Sources or Targets | 20010512 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | STRING | Refers to Target in r_document -> Sources or Targets | 20010512 | |||
| 6 | Instance attribute | Public | Attribute reference (LIKE) | 20010512 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Check the Consistency of the Definition | 20010628 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20010512 | |
| 3 | Instance method | Public | Method | Convert Filter on Target Fields to Filter on Source Fields | 20010625 | |
| 4 | Instance method | Public | Method | Get All Rules That Have a Specified Target Field | 20020829 | |
| 5 | Instance method | Public | Method | Get All Rules That Have a Specified Target Field | 20010625 | |
| 6 | Instance method | Public | Method | Check if mapping rules have to be maintained explicitly | 20020503 | |
| 7 | Instance method | Public | Method | 20010512 | ||
| 8 | Instance method | Public | Method | SET_SOURCE | 20010512 | |
| 9 | Instance method | Public | Method | SET_TARGET | 20010512 | |
| 10 | Instance method | Public | Method | 20010512 |
Events
Class CL_RSAN_MDL_MAPPING has no event.
Types
Class CL_RSAN_MDL_MAPPING has no local type.
Method Signatures
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_LOG | Call by reference | Object reference (TYPE REF TO) | CL_RSAN_RT_LOG | Application log for syntax warnings | 20040123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler in der Analyseprozessdefinition | 20030317 |
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RSAN_MDL_MAPPING has no parameter.
Method CONSTRUCTOR on class CL_RSAN_MDL_MAPPING has no exception.
Method CONVERT_SELTAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SEL | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | Filter on Source Fields of Mapping | 20010625 | |||
| 2 | IT_SEL | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | Filter on Target Fields of Mapping | 20010625 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FAILED (Message Raising) | 20010625 |
Method GET_RULES_FOR_SOURCE_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RULES | Call by reference | Type reference (TYPE) | RSANM_T_MAPPING_RULE | Table with Mapping Rules (IF_RSAN_MDL_MR) | 20020829 | |||
| 2 | I_FIELD | Call by reference | Type reference (TYPE) | STRING | InfoObject | 20020829 |
Method GET_RULES_FOR_SOURCE_FIELD on class CL_RSAN_MDL_MAPPING has no exception.
Method GET_RULES_FOR_TARGET_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RULES | Call by reference | Type reference (TYPE) | RSANM_T_MAPPING_RULE | Table with Mapping Rules (IF_RSAN_MDL_MR) | 20010625 | |||
| 2 | I_FIELD | Call by reference | Type reference (TYPE) | STRING | InfoObject | 20010625 |
Method GET_RULES_FOR_TARGET_FIELD on class CL_RSAN_MDL_MAPPING has no exception.
Method IS_EXPLICIT_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_EXPLICIT | Value transfer | Type reference (TYPE) | AS4FLAG | Flag: mapping is explicit mapping | 20020503 |
Method IS_EXPLICIT_MAPPING on class CL_RSAN_MDL_MAPPING has no exception.
Method SET_NAME Signature
Method SET_NAME on class CL_RSAN_MDL_MAPPING has no parameter.
Method SET_NAME on class CL_RSAN_MDL_MAPPING has no exception.
Method SET_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VALUE | Call by reference | Type reference (TYPE) | STRING | I_VALUE | 20010512 |
Method SET_SOURCE on class CL_RSAN_MDL_MAPPING has no exception.
Method SET_TARGET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VALUE | Call by reference | Type reference (TYPE) | STRING | I_VALUE | 20010512 |
Method SET_TARGET on class CL_RSAN_MDL_MAPPING has no exception.
Method SET_TEXT Signature
Method SET_TEXT on class CL_RSAN_MDL_MAPPING has no parameter.
Method SET_TEXT on class CL_RSAN_MDL_MAPPING has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 21C |