SAP ABAP Class CL_RSDD_LM_JOIN_BINDING (Join binding)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDD_LM (Package) Lean Modeler
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDD_LM_COMPOSITE_BINDING Composite Binding 20091116
Properties
Class CL_RSDD_LM_JOIN_BINDING  
Short Description Join binding    
Super Class CL_RSDD_LM_COMPOSITE_BINDING Composite Binding 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDD_LM   Lean Modeler 
Created 20091116   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSDD_LM_JOIN_BINDING has no forward declaration.
Interfaces
Class CL_RSDD_LM_JOIN_BINDING has no interface implemented.
Friends
Class CL_RSDD_LM_JOIN_BINDING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_JOIN_TYPE Instance attribute Private Type reference (TYPE) RSDD_JOIN_TYPE Join Type 20091116
2 P_KEY_UNIQUE Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20100618
3 P_T_CALC_MAPPING Instance attribute Private Type reference (TYPE) RSDD_T_CALCULATION_COL_MAPPING Table of calculation column mapping 20101108
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CALCULATION_COL_MAPPING Instance method Public Method add a new mapping (calculation column, target column) 20101108
2 CHANGE_TARGET_OF_CALCULATION Instance method Public Method add a new mapping (calculation column, target column) 20101111
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20091116
4 GET_CALCULATION_COLUM Instance method Public Method returns the calculation column of a target column. 20101108
5 GET_CALCULATION_COL_MAPPINGS Instance method Public Method returns calculation column mappings 20101108
6 GET_JOIN_TYPE Instance method Public Method 20091118
7 HAS_CALCULATION_COLUMN Instance method Public Method check if a target column is mapped to a calculation 20101108
8 IS_KEY_UNIQUE Instance method Public Method 20100618
9 REMOVE_CALCULATION_COLUMN Instance method Public Method delete a calculation column mapping 20101108
10 SET_JOIN_TYPE Instance method Public Method 20091119
11 SET_KEY_UNIQUE Instance method Public Method Sets flag to indicate if the join partner is unique 20100618
Events
Class CL_RSDD_LM_JOIN_BINDING has no event.
Types
Class CL_RSDD_LM_JOIN_BINDING has no local type.
Method Signatures

Method ADD_CALCULATION_COL_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_CALCULATION Call by reference Object reference (TYPE REF TO) CL_RSDD_LM_CALCULATION calculated column 20101111
2 Importing I_R_TARGET_COLUMN Call by reference Object reference (TYPE REF TO) CL_RSDD_LM_C_CHARACTERISTIC Merkmalsklasse für COPR und PARTP. 20101108
# Exception Resumable Description Created on
1 C_COLUMN_ALREADY_BOUND 20101213

Method CHANGE_TARGET_OF_CALCULATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_CALCULATION Call by reference Object reference (TYPE REF TO) CL_RSDD_LM_CALCULATION calculated column 20101111
2 Importing I_R_TARGET_COLUMN Call by reference Object reference (TYPE REF TO) CL_RSDD_LM_C_CHARACTERISTIC Merkmalsklasse für COPR und PARTP. 20101111

Method CHANGE_TARGET_OF_CALCULATION on class CL_RSDD_LM_JOIN_BINDING has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALIASNAME Call by reference Type reference (TYPE) RSDD_ALIASNAME Aliasname 20110214
2 Importing I_JOIN_TYPE Call by reference Type reference (TYPE) RSDD_JOIN_TYPE 20091116
3 Importing I_R_SOURCE Call by reference Object reference (TYPE REF TO) CL_RSDD_LM_AINDEX Part Provider eines Comp. Providers 20091215

Method CONSTRUCTOR on class CL_RSDD_LM_JOIN_BINDING has no exception.

Method GET_CALCULATION_COLUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_TARGET_COLUMN Call by reference Object reference (TYPE REF TO) CL_RSDD_LM_COLUMN C column characteristic 20101108
2 Returning R_R_CALCULATION Value transfer Object reference (TYPE REF TO) CL_RSDD_LM_CALCULATION calculated column 20101111

Method GET_CALCULATION_COLUM on class CL_RSDD_LM_JOIN_BINDING has no exception.

Method GET_CALCULATION_COL_MAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_T_CALCULATION_COLUMNS Value transfer Type reference (TYPE) RSDD_T_CALCULATION_COL_MAPPING Table of calculation column mapping 20101108

Method GET_CALCULATION_COL_MAPPINGS on class CL_RSDD_LM_JOIN_BINDING has no exception.

Method GET_JOIN_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_JOIN_TYPE Value transfer Type reference (TYPE) RSDD_JOIN_TYPE Art des Joins 20091118

Method GET_JOIN_TYPE on class CL_RSDD_LM_JOIN_BINDING has no exception.

Method HAS_CALCULATION_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_TARGET_COLUMN Call by reference Object reference (TYPE REF TO) CL_RSDD_LM_COLUMN C column characteristic 20101108
2 Returning R_HAS_CONST_COLUMN Value transfer Type reference (TYPE) RS_BOOL Boolean 20101108

Method HAS_CALCULATION_COLUMN on class CL_RSDD_LM_JOIN_BINDING has no exception.

Method IS_KEY_UNIQUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_UNIQUE Value transfer Type reference (TYPE) RS_BOOL Boolean 20100618

Method IS_KEY_UNIQUE on class CL_RSDD_LM_JOIN_BINDING has no exception.

Method REMOVE_CALCULATION_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_SOURCE_CALCULATION Call by reference Object reference (TYPE REF TO) CL_RSDD_LM_CALCULATION calculated column 20101111
2 Importing I_R_TARGET_COLUMN Call by reference Object reference (TYPE REF TO) CL_RSDD_LM_C_CHARACTERISTIC C column characteristic 20101108

Method REMOVE_CALCULATION_COLUMN on class CL_RSDD_LM_JOIN_BINDING has no exception.

Method SET_JOIN_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_JOIN_TYPE Call by reference Type reference (TYPE) RSDD_JOIN_TYPE Art des Joins 20091119

Method SET_JOIN_TYPE on class CL_RSDD_LM_JOIN_BINDING has no exception.

Method SET_KEY_UNIQUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IS_UNIQUE Call by reference Type reference (TYPE) RS_BOOL Boolean 20100618

Method SET_KEY_UNIQUE on class CL_RSDD_LM_JOIN_BINDING has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730