SAP ABAP Class CL_RSDD_HDB_HCPR (CalcScenario Creation HANA CompositeProvider)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDD_HDB_INDEX (Package) Access Layer for New DB Calc. Engine
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDD_HDB_CALCSCENARIO New DB InfoProvider with Read Access via Calc. Scenario 20130318
Properties
Class CL_RSDD_HDB_HCPR  
Short Description CalcScenario Creation HANA CompositeProvider    
Super Class CL_RSDD_HDB_CALCSCENARIO New DB InfoProvider with Read Access via Calc. Scenario 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDD_HDB_INDEX   Access Layer for New DB Calc. Engine 
Created 20130318   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSL_ME_METADATA_COPR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDD_HDB_HCPR has no interface implemented.
Friends
Class CL_RSDD_HDB_HCPR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_C_BINDING Constant Protected See coding 20130416
2 O_R_CALCSCENARIO Instance attribute Protected Object reference (TYPE REF TO) CL_RSDD_CS_CALCSCENARIO Create Calculation Scenario 20130318
3 O_R_HCPR_MODEL Instance attribute Protected Object reference (TYPE REF TO) CL_HCPR_COMPOSITE_PROVIDER 20130318
4 O_R_IPRO Instance attribute Protected Object reference (TYPE REF TO) IF_RSD_INFOPROV InfoProvider Runtime Metadata 20130416
5 O_R_NAME_MAPPER Instance attribute Protected Object reference (TYPE REF TO) IF_RSDRV_TREX_NAME_MAPPER Name Mapper BI <-> Trex View attributes 20130318
6 O_TH_COLUMN_INFO Instance attribute Protected See coding 20130415
7 O_TH_FIELDMAPPING Instance attribute Protected See coding 20130416
8 O_TH_MAPPING Instance attribute Protected See coding 20130322
9 O_TH_PART_INFO Instance attribute Protected See coding 20130415
10 O_TS_ATTRIBUTE_PART Instance attribute Protected See coding 20130809
11 O_TS_IOBJNMMAPPING Instance attribute Protected Type reference (TYPE) CL_RSRTS_FBP_PROVIDER_SERVICE=>NT_TS_MAPPING 20130802
12 O_TS_NAME_MAPPER Instance attribute Protected See coding 20130829
13 O_TS_PARTPROVID_FILTER Instance attribute Protected Type reference (TYPE) RRSI_TS_SID SID (or Integer) Table 20130725
14 O_TS_VARIABLE Instance attribute Protected See coding 20130711
15 O_TS_VIEW_NODE Instance attribute Protected Type reference (TYPE) OT_TS_VIEW_NODE 20130318
16 O_TX_CALC_CHA Instance attribute Protected Type reference (TYPE) CL_RSL_ME_METADATA_COPR=>TN_TX_CALC_CHA 20130709
Methods
# Method Level Visibility Method type Description Created on
1 ADAPT_FOR_AGGRWITHJOIN Instance method Protected Method 20130617
2 ADD_0INFOPROV Instance method Protected Method 20130419
3 ADD_0INFOPROV_MAPPING Instance method Protected Method 20130419
4 ADD_ATTRIBUTE Instance method Protected Method 20130321
5 ADD_AUDIT Instance method Protected Method 20130808
6 ADD_AUDIT_MAPPING Instance method Protected Method 20130808
7 ADD_CONSTANT_MAPPING Instance method Protected Method 20130321
8 ADD_ELEMENTS_TO_CALCVIEW Instance method Protected Method 20130318
9 ADD_ELEMENT_TO_CALCVIEW Instance method Protected Method 20130617
10 ADD_FILTER_FOR_PARTS Instance method Protected Method 20130725
11 ADD_MAPPING Instance method Protected Method 20130417
12 ADD_NUMOFFACTS Instance method Protected Method 20130426
13 ADD_RECORDTP Instance method Protected Method 20130426
14 ADD_RECORDTP_MAPPING Instance method Protected Method 20130426
15 ADD_ROWCOUNT_MAPPINGS Instance method Private Method Create Mappings for Technical Counters 20130614
16 ADD_VARIABLE_MAPPING Instance method Protected Method 20130321
17 BUILD_PART_SOURCE Instance method Protected Method 20130612
18 BUILD_VIEW_NODE Instance method Protected Method 20130318
19 CHECK_FOR_MPRO Instance method Protected Method 20130419
20 CREATE_DEFAULT_NODE Instance method Protected Method 20130318
21 CREATE_JOIN_PATH Instance method Protected Method 20130617
22 DELETE_IOBJ Instance method Protected Method 20130426
23 GET_ATTRIBUTE Instance method Protected Method 20130417
24 GET_ATTRIBUTE_FOR_PART Instance method Protected Method 20130417
25 GET_CALCVIEW Instance method Protected Method 20130318
26 GET_COLUMN_NAME Instance method Protected Method 20130322
27 GET_DATASOURCE_FOR_INPUT Instance method Protected Method 20130321
28 GET_INPUT Instance method Protected Method 20130419
29 GET_METADATA_FROM_MODEL Instance method Protected Method 20130416
30 GET_PART_NAME_MAPPER Instance method Protected Method 20130926
31 IS_INFOPROV_USABLE Instance method Protected Method 20130429
32 IS_SID_JOIN_POSSIBLE Instance method Protected Method 20130709
33 OPTIMIZE_AND_ADAPT Instance method Protected Method 20130417
34 OPTIMIZE_JOIN Instance method Protected Method 20130709
35 SET_IOBJ_SETTINGS Instance method Protected Method 20130417
Events
Class CL_RSDD_HDB_HCPR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 NT_S_CALC_CHA Public See coding 20130708 BEGIN OF nt_s_calc_cha, column type string, calculation TYPE string, th_iobjnm TYPE HASHED TABLE OF rsiobjnm with UNIQUE key TABLE_LINE, END OF nt_s_calc_cha
2 NT_T_CALC_CHA Public See coding 20130708 nt_t_calc_cha type STANDARD TABLE OF nt_s_calc_cha WITH key column
3 OT_S_ATTRIBUTE_PART Protected See coding 20130809 BEGIN OF ot_s_attribute_part, partprov type rsinfoprov, column TYPE string, sid_attr type rs_bool, check_sidconvert type rs_bool, sidconvert TYPE rs_bool, r_attribute TYPE REF TO cl_rsdd_cs_attribute_base, END OF ot_s_attribute_part
4 OT_S_COLUMN_INFO Protected See coding 20130415 BEGIN OF ot_s_column_info, column TYPE string, node TYPE string, iobjnm TYPE rsiobjnm, aggrgen TYPE rsaggrgen, sid_support TYPE rs_bool, only_sid TYPE rs_bool, ignore_datatype TYPE rs_bool, t_navattr TYPE STANDARD TABLE OF string WITH KEY table_line, END OF ot_s_column_info
5 OT_S_FIELDMAPPING Protected See coding 20130416 BEGIN OF ot_s_fieldmapping, node TYPE string, inputalias TYPE string, target TYPE string, source TYPE string, constant TYPE string, ignore_sid TYPE rs_bool, ignore_key TYPE rs_bool, END OF ot_s_fieldmapping
6 OT_S_JOIN_FIELD Protected See coding 20130418 BEGIN OF ot_s_join_field, left_field TYPE string, right_field TYPE string, right_alias TYPE string, sid_join TYPE rs_bool, END OF ot_s_join_field
7 OT_S_MAPPING Protected See coding 20130322 BEGIN OF ot_s_mapping, column TYPE rsiobjnm, sid TYPE rs_bool, attrname TYPE string, END OF ot_s_mapping
8 OT_S_NAME_MAPPER Protected See coding 20130829 BEGIN OF ot_s_name_mapper, infoprov type rsinfoprov, r_name_mapper TYPE REF TO if_Rsdrv_trex_name_mapper, is_trex_mapper TYPE rs_bool, END OF ot_s_name_mapper
9 OT_S_PART_INFO Protected See coding 20130415 BEGIN OF ot_s_part_info, node TYPE string, binding TYPE i, is_mpro TYPE rs_bool, is_aggrwjoin TYPE rs_bool, t_part_source TYPE STANDARD TABLE OF ot_s_part_source WITH KEY alias, join_cardinality TYPE string, t_join_column TYPE STANDARD TABLE OF ot_s_join_field WITH KEY table_line, END OF ot_s_part_info
10 OT_S_PART_SOURCE Protected See coding 20130415 BEGIN OF ot_s_part_source, alias TYPE string, infoprov TYPE rsinfoprov, viewnode TYPE string, select_all TYPE rs_bool, is_hana_model TYPE rs_bool, is_infoprov TYPE rs_bool, r_hana_model TYPE REF TO cl_rsdd_hana_model, t_calc_cha TYPE nt_t_calc_cha, END OF ot_s_part_source
11 OT_S_ROWCOUNT Protected See coding 20130618 BEGIN OF ot_s_rowcount, partprov TYPE rsinfoprov, r_input TYPE REF TO cl_rsdd_cs_input, r_input_source TYPE REF TO if_rsdd_cs_input_source, END OF ot_s_rowcount
12 OT_S_VIEW_NODE Protected See coding 20130318 BEGIN OF ot_s_view_node, name TYPE string, r_node TYPE REF TO cl_hcpr_view_node, END OF ot_s_view_node
13 OT_TS_ROWCOUNT Protected See coding 20130618 ot_ts_rowcount TYPE SORTED TABLE OF ot_s_rowcount WITH UNIQUE KEY partprov
14 OT_TS_VIEW_NODE Protected See coding 20130318 ot_ts_view_node TYPE SORTED TABLE OF ot_s_view_node WITH UNIQUE KEY name
15 OT_T_JOIN_FIELD Protected See coding 20130617 ot_t_join_field TYPE STANDARD TABLE OF ot_s_join_field WITH KEY table_line
Method Signatures

Method ADAPT_FOR_AGGRWITHJOIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE Call by reference Type reference (TYPE) STRING 20130617
2 Returning R_IS_ADAPTED Value transfer Type reference (TYPE) RS_BOOL Boolean 20130617

Method ADAPT_FOR_AGGRWITHJOIN on class CL_RSDD_HDB_HCPR has no exception.

Method ADD_0INFOPROV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE Call by reference Type reference (TYPE) STRING 20130419

Method ADD_0INFOPROV on class CL_RSDD_HDB_HCPR has no exception.

Method ADD_0INFOPROV_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE Call by reference Type reference (TYPE) STRING 20130419
2 Importing I_S_PART_SOURCE Call by reference Type reference (TYPE) OT_S_PART_SOURCE 20130419

Method ADD_0INFOPROV_MAPPING on class CL_RSDD_HDB_HCPR has no exception.

Method ADD_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_CALCVIEW Call by reference Object reference (TYPE REF TO) CL_RSDD_CS_CALCVIEW Calculation View Definition 20130321
2 Importing I_R_ELEMENT Call by reference Object reference (TYPE REF TO) CL_RSEM_ELEMENT Element (Field) in a Structure Type 20130321

Method ADD_ATTRIBUTE on class CL_RSDD_HDB_HCPR has no exception.

Method ADD_AUDIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE Call by reference Type reference (TYPE) STRING 20130808

Method ADD_AUDIT on class CL_RSDD_HDB_HCPR has no exception.

Method ADD_AUDIT_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE Call by reference Type reference (TYPE) STRING 20130808
2 Importing I_S_PART_SOURCE Call by reference Type reference (TYPE) OT_S_PART_SOURCE 20130808
3 Importing I_T_CHANM Call by reference Type reference (TYPE) RSD_T_CHANM Characteristic 20130808

Method ADD_AUDIT_MAPPING on class CL_RSDD_HDB_HCPR has no exception.

Method ADD_CONSTANT_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DO_FILTER_PUSHDOWN Call by reference Type reference (TYPE) RS_BOOL Boolean 20130524
2 Importing I_R_CS_INPUT Call by reference Object reference (TYPE REF TO) CL_RSDD_CS_INPUT PartProvider Representation in Calculation View 20130321
3 Importing I_S_FIELDMAPPING Call by reference Type reference (TYPE) OT_S_FIELDMAPPING Field Value Mapping Specification 20130417

Method ADD_CONSTANT_MAPPING on class CL_RSDD_HDB_HCPR has no exception.

Method ADD_ELEMENTS_TO_CALCVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_CALCVIEW Call by reference Object reference (TYPE REF TO) CL_RSDD_CS_CALCVIEW Calculation View Definition 20130318
2 Importing I_S_PART_INFO Call by reference Type reference (TYPE) OT_S_PART_INFO Column View Node 20130617

Method ADD_ELEMENTS_TO_CALCVIEW on class CL_RSDD_HDB_HCPR has no exception.

Method ADD_ELEMENT_TO_CALCVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLUMN Call by reference Type reference (TYPE) STRING 20130617
2 Importing I_R_CALCVIEW Call by reference Object reference (TYPE REF TO) CL_RSDD_CS_CALCVIEW Calculation View Definition 20130617
3 Importing I_R_JOIN_PATH Call by reference Object reference (TYPE REF TO) CL_RSDD_CS_JOIN_PATH JOIN Path Definition in a CalculationScenario 20130617
4 Importing I_S_PART_INFO Call by reference Type reference (TYPE) OT_S_PART_INFO Column View Node 20130617

Method ADD_ELEMENT_TO_CALCVIEW on class CL_RSDD_HDB_HCPR has no exception.

Method ADD_FILTER_FOR_PARTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_CALCVIEW Call by reference Object reference (TYPE REF TO) CL_RSDD_CS_CALCVIEW Calculation View Definition 20130725

Method ADD_FILTER_FOR_PARTS on class CL_RSDD_HDB_HCPR has no exception.

Method ADD_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IGNORE_SIMPLE_MAPPING Call by reference Type reference (TYPE) RS_BOOL Boolean 20130419
2 Importing I_INFOPROV Call by reference Type reference (TYPE) STRING Name Mapper BI <-> Trex View attributes 20130417
3 Importing I_R_CS_INPUT Call by reference Object reference (TYPE REF TO) CL_RSDD_CS_INPUT PartProvider Representation in Calculation View 20130417
4 Importing I_S_FIELDMAPPING Call by reference Type reference (TYPE) OT_S_FIELDMAPPING Field Value Mapping Specification 20130417

Method ADD_MAPPING on class CL_RSDD_HDB_HCPR has no exception.

Method ADD_NUMOFFACTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_CALCVIEW Call by reference Object reference (TYPE REF TO) CL_RSDD_CS_CALCVIEW Calculation View Definition 20130426
2 Importing I_R_CS_INPUT Call by reference Object reference (TYPE REF TO) CL_RSDD_CS_INPUT PartProvider Representation in Calculation View 20130426

Method ADD_NUMOFFACTS on class CL_RSDD_HDB_HCPR has no exception.

Method ADD_RECORDTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANM Call by reference Type reference (TYPE) RSCHANM Characteristic 20130430
2 Importing I_NODE Call by reference Type reference (TYPE) STRING 20130426

Method ADD_RECORDTP on class CL_RSDD_HDB_HCPR has no exception.

Method ADD_RECORDTP_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANM Call by reference Type reference (TYPE) RSCHANM Characteristic 20130430
2 Importing I_NODE Call by reference Type reference (TYPE) STRING 20130426
3 Importing I_S_PART_SOURCE Call by reference Type reference (TYPE) OT_S_PART_SOURCE 20130426

Method ADD_RECORDTP_MAPPING on class CL_RSDD_HDB_HCPR has no exception.

Method ADD_ROWCOUNT_MAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TS_ROWCOUNT Call by reference Type reference (TYPE) OT_TS_ROWCOUNT 20130618

Method ADD_ROWCOUNT_MAPPINGS on class CL_RSDD_HDB_HCPR has no exception.

Method ADD_VARIABLE_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IGNORE_SIMPLE_MAPPING Call by reference Type reference (TYPE) RS_BOOL Boolean 20130419
2 Importing I_INFOPROV Call by reference Type reference (TYPE) STRING Boolean 20130417
3 Importing I_R_CS_INPUT Call by reference Object reference (TYPE REF TO) CL_RSDD_CS_INPUT PartProvider Representation in Calculation View 20130321
4 Importing I_S_FIELDMAPPING Call by reference Type reference (TYPE) OT_S_FIELDMAPPING Field Value Mapping Specification 20130417

Method ADD_VARIABLE_MAPPING on class CL_RSDD_HDB_HCPR has no exception.

Method BUILD_PART_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_PART_SOURCE Call by reference Type reference (TYPE) OT_S_PART_SOURCE 20130612
2 Importing I_R_INPUT Call by reference Object reference (TYPE REF TO) CL_HCPR_INPUT Data Source for a View Node 20130612

Method BUILD_PART_SOURCE on class CL_RSDD_HDB_HCPR has no exception.

Method BUILD_VIEW_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE Call by reference Type reference (TYPE) STRING Column View Node 20130417
2 Returning R_R_INPUT_SOURCE Value transfer Object reference (TYPE REF TO) IF_RSDD_CS_INPUT_SOURCE Source Object of a CalcView Input 20130705

Method BUILD_VIEW_NODE on class CL_RSDD_HDB_HCPR has no exception.

Method CHECK_FOR_MPRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE Call by reference Type reference (TYPE) STRING 20130419

Method CHECK_FOR_MPRO on class CL_RSDD_HDB_HCPR has no exception.

Method CREATE_DEFAULT_NODE Signature

Method CREATE_DEFAULT_NODE on class CL_RSDD_HDB_HCPR has no parameter.
Method CREATE_DEFAULT_NODE on class CL_RSDD_HDB_HCPR has no exception.

Method CREATE_JOIN_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_CUBE_INPUT Call by reference Object reference (TYPE REF TO) IF_RSDD_CS_INPUT_SOURCE Source Object of a CalcView Input 20130617
2 Importing I_R_CUBE_MAPPER Call by reference Object reference (TYPE REF TO) IF_RSDRV_TREX_NAME_MAPPER Name Mapper BI <-> Trex View attributes 20130617
3 Importing I_R_PART_INPUT Call by reference Object reference (TYPE REF TO) IF_RSDD_CS_INPUT_SOURCE Source Object of a CalcView Input 20130617
4 Importing I_S_PART_SOURCE Call by reference Type reference (TYPE) OT_S_PART_SOURCE 20130617
5 Importing I_T_JOIN_COLUMN Call by reference Type reference (TYPE) OT_T_JOIN_FIELD 20130617
6 Returning R_R_JOIN_PATH Value transfer Object reference (TYPE REF TO) CL_RSDD_CS_JOIN_PATH JOIN Path Definition in a CalculationScenario 20130617

Method CREATE_JOIN_PATH on class CL_RSDD_HDB_HCPR has no exception.

Method DELETE_IOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLUMN Call by reference Type reference (TYPE) STRING 20130426
2 Importing I_NODE Call by reference Type reference (TYPE) STRING 20130426

Method DELETE_IOBJ on class CL_RSDD_HDB_HCPR has no exception.

Method GET_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SID_ATTR Call by reference Type reference (TYPE) RS_BOOL Boolean 20130417
2 Importing I_S_COLUMN_INFO Call by reference Type reference (TYPE) OT_S_COLUMN_INFO 20130417
3 Returning R_R_ATTR Value transfer Object reference (TYPE REF TO) CL_RSDD_CS_ATTRIBUTE_BASE Implementation of a CalcScenario Attribute 20130417

Method GET_ATTRIBUTE on class CL_RSDD_HDB_HCPR has no exception.

Method GET_ATTRIBUTE_FOR_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLUMN Call by reference Type reference (TYPE) STRING 20130417
2 Importing I_IS_KYF Call by reference Type reference (TYPE) RS_BOOL Boolean 20130611
3 Importing I_PARTPROV Call by reference Type reference (TYPE) STRING 20130417
4 Importing I_R_NAME_MAPPER Call by reference Object reference (TYPE REF TO) IF_RSDRV_TREX_NAME_MAPPER Name Mapper BI <-> Trex View attributes 20130829
5 Importing I_SID_ATTR Call by reference Type reference (TYPE) RS_BOOL Boolean 20130417
6 Returning R_R_ATTR Value transfer Object reference (TYPE REF TO) CL_RSDD_CS_ATTRIBUTE_BASE Implementation of a CalcScenario Attribute 20130417

Method GET_ATTRIBUTE_FOR_PART on class CL_RSDD_HDB_HCPR has no exception.

Method GET_CALCVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_PART_INFO Call by reference Type reference (TYPE) OT_S_PART_INFO Column View Node 20130417
2 Returning R_R_CALCVIEW Value transfer Object reference (TYPE REF TO) CL_RSDD_CS_CALCVIEW Calculation View Definition 20130318

Method GET_CALCVIEW on class CL_RSDD_HDB_HCPR has no exception.

Method GET_COLUMN_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLUMN Call by reference Type reference (TYPE) STRING 20130322
2 Importing I_SID Call by reference Type reference (TYPE) RS_BOOL Boolean 20130322
3 Returning R_NAME Value transfer Type reference (TYPE) STRING 20130322

Method GET_COLUMN_NAME on class CL_RSDD_HDB_HCPR has no exception.

Method GET_DATASOURCE_FOR_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_PART_SOURCE Call by reference Type reference (TYPE) OT_S_PART_SOURCE Data Source for a View Node 20130417
2 Importing I_WITH_AGGR Call by reference Type reference (TYPE) RS_BOOL Boolean 20130418
3 Returning R_R_INPUT_SOURCE Value transfer Object reference (TYPE REF TO) IF_RSDD_CS_INPUT_SOURCE Participating Providers 20130418

Method GET_DATASOURCE_FOR_INPUT on class CL_RSDD_HDB_HCPR has no exception.

Method GET_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALIAS Call by reference Type reference (TYPE) STRING 20130419
2 Importing I_DELTA Value transfer Type reference (TYPE) RS_BOOL Boolean 20130419
3 Importing I_INFOPROV Call by reference Type reference (TYPE) STRING 20130419
4 Importing I_R_INPUT_SOURCE Call by reference Object reference (TYPE REF TO) IF_RSDD_CS_INPUT_SOURCE Source Object of a CalcView Input 20130617
5 Returning R_R_CS_INPUT Value transfer Object reference (TYPE REF TO) CL_RSDD_CS_INPUT PartProvider Representation in Calculation View 20130419

Method GET_INPUT on class CL_RSDD_HDB_HCPR has no exception.

Method GET_METADATA_FROM_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_VIEW_NODE Call by reference Object reference (TYPE REF TO) CL_HCPR_VIEW_NODE Column View Node 20130416

Method GET_METADATA_FROM_MODEL on class CL_RSDD_HDB_HCPR has no exception.

Method GET_PART_NAME_MAPPER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PARTPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20130926
2 Exporting E_R_NAME_MAPPER Call by reference Object reference (TYPE REF TO) IF_RSDRV_TREX_NAME_MAPPER Name Mapper BI <-> Trex View attributes 20130926
3 Importing I_PARTPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20130926
4 Importing I_R_NAME_MAPPER Call by reference Object reference (TYPE REF TO) IF_RSDRV_TREX_NAME_MAPPER Name Mapper BI <-> Trex View attributes 20130926

Method GET_PART_NAME_MAPPER on class CL_RSDD_HDB_HCPR has no exception.

Method IS_INFOPROV_USABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV Call by reference Type reference (TYPE) CSEQUENCE 20130429
2 Returning R_IS_USABLE Value transfer Type reference (TYPE) RS_BOOL Boolean 20130429

Method IS_INFOPROV_USABLE on class CL_RSDD_HDB_HCPR has no exception.

Method IS_SID_JOIN_POSSIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHABASNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20130709
2 Importing I_JOIN_FIELD Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20130709
3 Importing I_S_PART_SOURCE Call by reference Type reference (TYPE) OT_S_PART_SOURCE 20130709
4 Returning R_IS_POSSIBLE Value transfer Type reference (TYPE) RS_BOOL Boolean 20130709

Method IS_SID_JOIN_POSSIBLE on class CL_RSDD_HDB_HCPR has no exception.

Method OPTIMIZE_AND_ADAPT Signature

Method OPTIMIZE_AND_ADAPT on class CL_RSDD_HDB_HCPR has no parameter.
Method OPTIMIZE_AND_ADAPT on class CL_RSDD_HDB_HCPR has no exception.

Method OPTIMIZE_JOIN Signature

Method OPTIMIZE_JOIN on class CL_RSDD_HDB_HCPR has no parameter.
Method OPTIMIZE_JOIN on class CL_RSDD_HDB_HCPR has no exception.

Method SET_IOBJ_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLUMN Call by reference Type reference (TYPE) STRING 20130417
2 Importing I_NODE Call by reference Type reference (TYPE) STRING 20130417
3 Importing I_S_COLUMN_INFO Call by reference Type reference (TYPE) OT_S_COLUMN_INFO 20130417

Method SET_IOBJ_SETTINGS on class CL_RSDD_HDB_HCPR has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740