SAP ABAP Class CL_RSDD_CC_JOINCOND (Join Conditions in OLAP Index)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDD_CREATECUBE (Package) Create Cube in BWA
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDD_CC_XML Parent Class for XML Creation 20091105
Properties
Class CL_RSDD_CC_JOINCOND  
Short Description Join Conditions in OLAP Index    
Super Class CL_RSDD_CC_XML Parent Class for XML Creation 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDD_CREATECUBE   Create Cube in BWA 
Created 20091105   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSDD_CC_JOINCOND has no forward declaration.
Interfaces
Class CL_RSDD_CC_JOINCOND has no interface implemented.
Friends
Class CL_RSDD_CC_JOINCOND has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_FULLOUTER_JOIN Constant Public Type reference (TYPE) TN_JOINTYPE 'fullouter' Character Field Length = 10 20091105
2 N_C_INNER_JOIN Constant Public Type reference (TYPE) TN_JOINTYPE 'inner' Character Field Length = 10 20091105
3 N_C_JOINCARDINALITY Constant Public See coding 20121128
4 N_C_LEFTOUTER_JOIN Constant Public Type reference (TYPE) TN_JOINTYPE 'leftouter' Character Field Length = 10 20091105
5 N_C_RIGHTOUTER_JOIN Constant Public Type reference (TYPE) TN_JOINTYPE 'rightouter' Character Field Length = 10 20091105
6 O_CARDINALITY Instance attribute Protected Type reference (TYPE) TN_JOINCARDINALITY 20121128
7 O_COLUMN1 Instance attribute Protected Type reference (TYPE) STRING 20091105
8 O_COLUMN2 Instance attribute Protected Type reference (TYPE) STRING 20091105
9 O_NAME Instance attribute Protected Type reference (TYPE) STRING 20091105
10 O_TABLE1 Instance attribute Protected Type reference (TYPE) STRING 20091105
11 O_TABLE2 Instance attribute Protected Type reference (TYPE) STRING 20091105
12 O_TYPE Instance attribute Protected Type reference (TYPE) TN_JOINTYPE Character Field Length = 10 20091105
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20091105
Events
Class CL_RSDD_CC_JOINCOND has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_JOINCARDINALITY Public See coding 20121128 tn_joincardinality(3) TYPE c
2 TN_JOINTYPE Public See coding Character Field Length = 10 20091105 tn_jointype(10) TYPE c
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CARDINALITY Call by reference Type reference (TYPE) TN_JOINCARDINALITY 20121128
2 Importing I_COLUMN1 Call by reference Type reference (TYPE) STRING 20091105
3 Importing I_COLUMN2 Call by reference Type reference (TYPE) STRING 20091105
4 Importing I_JOINTYPE Call by reference Type reference (TYPE) TN_JOINTYPE Characterfeld der Länge 10 20091105
5 Importing I_NAME Call by reference Type reference (TYPE) STRING 20091105
6 Importing I_TABLE1 Call by reference Type reference (TYPE) STRING 20091105
7 Importing I_TABLE2 Call by reference Type reference (TYPE) STRING 20091105

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