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 RSANM 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 C_SOURCE1_PREFIX Constant Public Type reference (TYPE) STRING 'S1' Prefix for Source 1 in Select and on Clause 20010925
2 C_SOURCE2_PREFIX Constant Public Type reference (TYPE) STRING 'S2' Prefix for Source 2 in Select and on Clause 20010925
3 C_SOURCE_SEPARATOR Constant Public Type reference (TYPE) STRING '.' Separator Between Source Prefix and Field 20020906
4 C_TYPE_FULL_OUTER_JOIN Constant Public Type reference (TYPE) STRING 'FULL OUTER JOIN' Constant Join Type Full Outer Join 20061129
5 C_TYPE_INNER_JOIN Constant Public Type reference (TYPE) STRING 'INNER JOIN' Constant: Join Type Inner Join 20010925
6 C_TYPE_LEFT_OUTER_JOIN Constant Public Type reference (TYPE) STRING 'LEFT OUTER JOIN' Constant Join Type Left Outer Join 20010925
7 FIELDS Instance attribute Public Type reference (TYPE) RSAN_OM_R_LIST Select Clause of Join (CL_RSAN_MDL_JOIN_FIELD) 20010925
8 ON Instance attribute Public Type reference (TYPE) RSAN_OM_R_LIST On Clause of Join (CL_RSAN_MDL_JOIN_COND_EQUAL) 20010925
9 SOURCE1 Instance attribute Public Type reference (TYPE) STRING Source 1 (Refers to Mapping) 20010925
10 SOURCE2 Instance attribute Public Type reference (TYPE) STRING Source 2 (Refers to Mapping) 20010925
11 TYPE Instance attribute Public Type reference (TYPE) STRING Join Type (INNER JOIN or LEFT OUTER JOIN) 20010925
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20010925
2 GET_MAPPING_SOURCE_FIELDS Instance method Public Method 20010925
3 GET_MAPPING_SOURCE_FIELDS_OLD Instance method Public Method Get Fields for Mapping - Source View 20021206
4 GET_MAPPING_TARGET_FIELDS Instance method Public Method 20010925
5 GET_MAX_NUMBER_OF_SOURCES Instance method Public Method 20010925
6 GET_MAX_NUMBER_OF_TARGETS Instance method Public Method 20010925
7 GET_SOURCE_FIELDS Instance method Public Method 20020411
8 GET_SOURCE_SELECTED_FIELDS Instance method Public Method Get Selected Fields of Specified Source 20021010
9 SET_SOURCE1 Instance method Public Method SET_SOURCE1 20010925
10 SET_SOURCE2 Instance method Public Method SET_SOURCE2 20010925
11 SET_TYPE Instance method Public Method SET_TYPE 20010925
12 SWAP_SOURCES Instance method Public Method Public - Swap Source 1 and Source 2 20020906
13 _REMOVE_SOURCE_REFERENCES Instance method Private Method Removes Reference from Select and on Clause 20010928
14 _SWAP_SOURCES Instance method Private Method Swap Source 1 and Source 2 20010928
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 Exporting ETH_FIELDS Call by reference Type reference (TYPE) RSANM_TH_MAP_SOURCE_FIELD Mapping Source Fields 20021206
2 Importing 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 Exporting ETH_FIELDS Call by reference Type reference (TYPE) RSANM_TH_MAP_SOURCE_FIELD Mapping Source Fields 20020411
2 Exporting E_SOURCE_TEXT Call by reference Type reference (TYPE) STRING Text of source node 20020411
3 Importing 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 Exporting ETH_FIELDS Call by reference Type reference (TYPE) RSANM_TH_MAP_SOURCE_FIELD 20021010
2 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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