SAP ABAP Class CL_RSDHA_JOINS (Model and Runtime: Joins)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST-HAP (Application Component) HANA Analysis Process
⤷
RSDHA (Package) SAP HANA Analysis in BW

⤷

⤷

Properties
Class | CL_RSDHA_JOINS | |
Short Description | Model and Runtime: Joins | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | RSDHA | |
Program status | ||
Category | 0 | |
Package | RSDHA | SAP HANA Analysis in BW |
Created | 20130729 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDHA_JOINS has no interface implemented.
Friends
Class CL_RSDHA_JOINS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'JOIN' | Suffix for Join CalcView | 20130729 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'DATASOURCE' | Suffix for Join DataSource | 20130729 | |
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | C | Dummy Character for Message Text | 20130731 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | 'X': Read Master Data of Join Objects | 20130729 | |
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSDHAM_ANALYSIS | HANA Analysis Process (Object Model) | 20130729 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_TH_OBJECT_PROPERTIES | Object Properties | 20130801 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_T_JOIN | Join (table type) | 20130729 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Check | 20130731 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20130729 |
3 | ![]() |
Instance method | Public | Method | Create Calculation Views | 20130729 |
4 | ![]() |
Instance method | Public | Method | Get Fields | 20130729 |
5 | ![]() |
Static method | Private | Method | Get Data Source of Infoprovider | 20130729 |
6 | ![]() |
Instance method | Private | Method | Read metadata | 20130729 |
Events
Class CL_RSDHA_JOINS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_R_CS_JOIN | Public | Object reference (TYPE REF TO) | CL_RSDD_CS_JOIN | Calculation View of Type JOIN | 20130730 |
|
2 | TN_T_CS_JOIN | Public | See coding | Calculation View of Type JOIN (table type) | 20130730 | tn_t_cs_join TYPE STANDARD TABLE OF tn_r_cs_join
|
|
3 | TP_S_OBJECT_PROPERTIES | Private | See coding | Object Properties (structure) | 20130801 | BEGIN OF tp_s_object_properties,
name TYPE if_rsdha_types=>tn_name,
object_type TYPE if_rsdham_object=>tn_type,
s_dta TYPE rsd_s_dta,
t_field_propagate TYPE if_rsdha_types=>tn_t_field,
th_field_dta_pro TYPE if_rsdha_types=>tn_th_field_dta_pro,
END OF tp_s_object_properties
|
|
4 | TP_TH_OBJECT_PROPERTIES | Private | See coding | Object Properties (table type) | 20130801 | tp_th_object_properties TYPE HASHED TABLE OF tp_s_object_properties
WITH UNIQUE KEY name object_type
|
Method Signatures
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Return Value from ABAP Statements | 20130731 | ||
2 | ![]() |
E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20130731 |
Method CHECK on class CL_RSDHA_JOINS has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_ANALYSIS | Call by reference | Object reference (TYPE REF TO) | IF_RSDHAM_ANALYSIS | HANA Analysis Process (Object Model) | 20130729 | ||
2 | ![]() |
I_T_JOIN | Call by reference | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_T_JOIN | Join (table type) | 20130729 |
Method CONSTRUCTOR on class CL_RSDHA_JOINS has no exception.
Method CREATE_CALCVIEWS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_CS_JOIN | Call by reference | Type reference (TYPE) | TN_T_CS_JOIN | Calculation View of Type JOIN (table type) | 20130730 | ||
2 | ![]() |
I_R_ANALYSIS | Call by reference | Object reference (TYPE REF TO) | IF_RSDHAR_ANALYSIS | Runtime: HANA Analysis Process | 20130729 | ||
3 | ![]() |
I_R_CALCSCENARIO | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_CALCSCENARIO | Calculation Scenario | 20130729 | ||
4 | ![]() |
I_R_CALCVIEW | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_CALCVIEW | CalcView in Calculation Scenario | 20131004 | ||
5 | ![]() |
I_R_INPUT | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_INPUT | PartProvider Representation in Calculation View | 20130730 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception with generic message | 20130729 |
Method GET_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_T_FIELD | Value transfer | Type reference (TYPE) | IF_RSDHAM_FIELD_DESCR=>TN_T_FIELD | Table for field list | 20130729 |
Method GET_FIELDS on class CL_RSDHA_JOINS has no exception.
Method P_GET_INFOPROV_DATASOURCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_CS_TABLE_TYPE | Call by reference | Type reference (TYPE) | IF_RSDRV_TREX_NAME_MAPPER=>TN_TABLE_TYPE | CalculationScenario Table Type | 20130730 | ||
2 | ![]() |
E_R_DATASOURCE | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_DATASOURCE | Participating Providers | 20130729 | ||
3 | ![]() |
E_R_NAME_MAPPER | Call by reference | Object reference (TYPE REF TO) | IF_RSDRV_TREX_NAME_MAPPER | Name Mapper BI <-> Trex View attributes | 20130729 | ||
4 | ![]() |
I_HANA_TRANSFORMATION | Call by reference | Type reference (TYPE) | CL_RSDHA_HAAP=>TN_HANA_TRANSFORMATION | '=X': HANA Transformation | 20130729 | ||
5 | ![]() |
I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20130729 | ||
6 | ![]() |
I_VALUE_HELP | Call by reference | Type reference (TYPE) | RS_BOOL | Is value help | 20130729 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception with generic message | 20130729 |
Method P_READ_METADATA Signature
Method P_READ_METADATA on class CL_RSDHA_JOINS has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception with generic message | 20130729 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |