SAP ABAP Class CL_RSAN_MDL_DST_JOIN (Source Transformation - Join 2 Sources)
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 | Inheritance (c INHERITING FROM c_ref) | CL_RSAN_MDL_ABSTRACT_NODE | Base Class of a Node | 20011213 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSAN_MDL_MAPPING_SOURCE | Object Can Be Used as Source of a Mapping Rule | 20010925 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSAN_MDL_MAPPING_TARGET | Object Can Be Used as Target of a Mapping Rule | 20010925 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSAN_MDL_DST_TOPDOWN | Top-Down Distribution | 20050111 |
Properties
| Class | CL_RSAN_MDL_DST_JOIN | |
| Short Description | Source Transformation - Join 2 Sources | |
| Super Class | CL_RSAN_MDL_ABSTRACT_NODE | Base Class of a Node |
| 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 | 20010925 | 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_MDL_MAPPING_SOURCE | Object Can Be Used as Source of a Mapping Rule | 20010925 | ||
| 2 | IF_RSAN_MDL_MAPPING_TARGET | Object Can Be Used as Target of a Mapping Rule | 20010925 |
Friends
Class CL_RSAN_MDL_DST_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 | 'S1' | Prefix for Source 1 in Select and on Clause | 20010925 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'S2' | Prefix for Source 2 in Select and on Clause | 20010925 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | '.' | Separator Between Source Prefix and Field | 20020906 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'FULL OUTER JOIN' | Constant Join Type Full Outer Join | 20061129 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'INNER JOIN' | Constant: Join Type Inner Join | 20010925 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'LEFT OUTER JOIN' | Constant Join Type Left Outer Join | 20010925 | ||
| 7 | Instance attribute | Public | Type reference (TYPE) | RSAN_OM_R_LIST | Select Clause of Join (CL_RSAN_MDL_JOIN_FIELD) | 20010925 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | RSAN_OM_R_LIST | On Clause of Join (CL_RSAN_MDL_JOIN_COND_EQUAL) | 20010925 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | STRING | Source 1 (Refers to Mapping) | 20010925 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | STRING | Source 2 (Refers to Mapping) | 20010925 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | STRING | Join Type (INNER JOIN or LEFT OUTER JOIN) | 20010925 |
Methods
Events
Class CL_RSAN_MDL_DST_JOIN has no event.
Types
Class CL_RSAN_MDL_DST_JOIN has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RSAN_MDL_DST_JOIN has no parameter.
Method CONSTRUCTOR on class CL_RSAN_MDL_DST_JOIN has no exception.
Method GET_MAPPING_SOURCE_FIELDS Signature
Method GET_MAPPING_SOURCE_FIELDS on class CL_RSAN_MDL_DST_JOIN has no parameter.
Method GET_MAPPING_SOURCE_FIELDS on class CL_RSAN_MDL_DST_JOIN has no exception.
Method GET_MAPPING_SOURCE_FIELDS_OLD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETH_FIELDS | Call by reference | Type reference (TYPE) | RSANM_TH_MAP_SOURCE_FIELD | Mapping Source Fields | 20021206 | |||
| 2 | I_MAPPING_CONTEXT | Call by reference | Type reference (TYPE) | STRING | Name of the Mapping | 20021206 |
Method GET_MAPPING_SOURCE_FIELDS_OLD on class CL_RSAN_MDL_DST_JOIN has no exception.
Method GET_MAPPING_TARGET_FIELDS Signature
Method GET_MAPPING_TARGET_FIELDS on class CL_RSAN_MDL_DST_JOIN has no parameter.
Method GET_MAPPING_TARGET_FIELDS on class CL_RSAN_MDL_DST_JOIN has no exception.
Method GET_MAX_NUMBER_OF_SOURCES Signature
Method GET_MAX_NUMBER_OF_SOURCES on class CL_RSAN_MDL_DST_JOIN has no parameter.
Method GET_MAX_NUMBER_OF_SOURCES on class CL_RSAN_MDL_DST_JOIN has no exception.
Method GET_MAX_NUMBER_OF_TARGETS Signature
Method GET_MAX_NUMBER_OF_TARGETS on class CL_RSAN_MDL_DST_JOIN has no parameter.
Method GET_MAX_NUMBER_OF_TARGETS on class CL_RSAN_MDL_DST_JOIN has no exception.
Method GET_SOURCE_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETH_FIELDS | Call by reference | Type reference (TYPE) | RSANM_TH_MAP_SOURCE_FIELD | Mapping Source Fields | 20020411 | |||
| 2 | E_SOURCE_TEXT | Call by reference | Type reference (TYPE) | STRING | Text of source node | 20020411 | |||
| 3 | I_MAPPING_CONTEXT | Call by reference | Type reference (TYPE) | STRING | Name of the Mapping | 20020411 |
Method GET_SOURCE_FIELDS on class CL_RSAN_MDL_DST_JOIN has no exception.
Method GET_SOURCE_SELECTED_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETH_FIELDS | Call by reference | Type reference (TYPE) | RSANM_TH_MAP_SOURCE_FIELD | 20021010 | ||||
| 2 | I_MAPPING_CONTEXT | Call by reference | Type reference (TYPE) | STRING | 20021010 |
Method GET_SOURCE_SELECTED_FIELDS on class CL_RSAN_MDL_DST_JOIN has no exception.
Method SET_SOURCE1 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 | 20010925 |
Method SET_SOURCE1 on class CL_RSAN_MDL_DST_JOIN has no exception.
Method SET_SOURCE2 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 | 20010925 |
Method SET_SOURCE2 on class CL_RSAN_MDL_DST_JOIN has no exception.
Method SET_TYPE 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 | 20010925 |
Method SET_TYPE on class CL_RSAN_MDL_DST_JOIN has no exception.
Method SWAP_SOURCES Signature
Method SWAP_SOURCES on class CL_RSAN_MDL_DST_JOIN has no parameter.
Method SWAP_SOURCES on class CL_RSAN_MDL_DST_JOIN has no exception.
Method _REMOVE_SOURCE_REFERENCES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PREFIX | Call by reference | Type reference (TYPE) | STRING | Sourceprefix | 20010928 |
Method _REMOVE_SOURCE_REFERENCES on class CL_RSAN_MDL_DST_JOIN has no exception.
Method _SWAP_SOURCES Signature
Method _SWAP_SOURCES on class CL_RSAN_MDL_DST_JOIN has no parameter.
Method _SWAP_SOURCES on class CL_RSAN_MDL_DST_JOIN has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 30A |