SAP ABAP Class CL_RSDD_CS_NAME_MAPPER (Name Mapping for Technical Attributes in Calc. Scenarios)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDD_CALCSCENARIO (Package) Create Calculation Scenario
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDD_HDB_NAME_MAPPER Name Conversions for NewDB 20101116
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDRV_TREX_NAME_MAPPER Name Mapper BI <-> Trex View attributes 20100921
Properties
Class CL_RSDD_CS_NAME_MAPPER  
Short Description Name Mapping for Technical Attributes in Calc. Scenarios    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDD_CALCSCENARIO   Create Calculation Scenario 
Created 20100921   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSDD_HDB_NAME_MAPPER Name Conversions for NewDB 20101116
2 IF_RSDRV_TREX_NAME_MAPPER Name Mapper BI <-> Trex View attributes 20100921
Friends
Class CL_RSDD_CS_NAME_MAPPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_ALLOW_SIDCONVERT Instance attribute Public Attribute reference (LIKE) 20101117
2 N_C_CS_ROWCOUNT Constant Public Type reference (TYPE) STRING '__numoffacttablerows' Number of Result Rows in the Calc. Engine 20100928
3 N_C_QUERY_ROWCOUNT Constant Public Type reference (TYPE) STRING RSD_C_KYFNM-ROWCOUNT Number of Result Rows for Query as Key Figure 20111024
4 N_C_ROWCOUNT_CS_DATA_SOURCE Constant Public Type reference (TYPE) STRING '__numoffacts_cs' Technical Key Fig: Number of Hits in CalcScenario DataSource 20121025
5 N_C_ROWCOUNT_OLAP_DATA_SOURCE Constant Public Type reference (TYPE) STRING '__numoffacts_ods' Technical Key Fig: Number of Hits in CalcScenario DataSource 20121025
6 P_APPLICATION Instance attribute Private Type reference (TYPE) STRING Application ID 20101116
7 P_C_APPLICATION Constant Private Type reference (TYPE) STRING 'BIA' BIA Application ID 20101116
8 P_IS_HDB_CAPABLE_DELEGATE Instance attribute Private Type reference (TYPE) RS_BOOL RS_C_FALSE Name Mapper Delegate is HDB-optimized 20120427
9 P_MAPPER_DELEGATE Instance attribute Private Object reference (TYPE REF TO) IF_RSDRV_TREX_NAME_MAPPER Name Mapper BI <-> Trex View attributes 20100921
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100921
2 CONVERT_TO_VIEW_NAME Instance method Private Method Converts the name of an entry source for a view name 20101116
3 GET_CALCVIEW_NAME Instance method Public Method 20101117
4 GET_CHA_FIELD_NAME Instance method Public Method 20101117
5 GET_DATA_SOURCE_NAME Instance method Public Method 20101117
6 GET_FIELDNM_VALUE_HELP Instance method Public Method 20101117
7 GET_INDEX_ID Instance method Public Method 20101117
8 GET_KYF_FIELD_NAME Instance method Public Method 20101117
9 GET_RFCDEST Instance method Public Method 20101117
10 IS_HDB_CAPABLE_DELEGATE Instance method Private Method Is delegated Name Mapper Object HDB-optimized? 20120427
11 IS_HDB_CAPABLE_NAME_MAPPER Static method Public Method Checks if object has implemented the HDB-optimized interface 20120427
Events
Class CL_RSDD_CS_NAME_MAPPER has no event.
Types
Class CL_RSDD_CS_NAME_MAPPER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) CSEQUENCE Applikationskürzel 20101116
2 Importing I_R_NAME_MAPPER_DELEGATE Call by reference Object reference (TYPE REF TO) IF_RSDRV_TREX_NAME_MAPPER 20110113

Method CONSTRUCTOR on class CL_RSDD_CS_NAME_MAPPER has no exception.

Method CONVERT_TO_VIEW_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA_SOURCE Call by reference Type reference (TYPE) CSEQUENCE Eingabequelle 20101116
2 Returning R_DATA_SOURCE Value transfer Type reference (TYPE) STRING Name in einem Column-View 20101116

Method CONVERT_TO_VIEW_NAME on class CL_RSDD_CS_NAME_MAPPER has no exception.

Method GET_CALCVIEW_NAME Signature

Method GET_CALCVIEW_NAME on class CL_RSDD_CS_NAME_MAPPER has no parameter.
Method GET_CALCVIEW_NAME on class CL_RSDD_CS_NAME_MAPPER has no exception.

Method GET_CHA_FIELD_NAME Signature

Method GET_CHA_FIELD_NAME on class CL_RSDD_CS_NAME_MAPPER has no parameter.
Method GET_CHA_FIELD_NAME on class CL_RSDD_CS_NAME_MAPPER has no exception.

Method GET_DATA_SOURCE_NAME Signature

Method GET_DATA_SOURCE_NAME on class CL_RSDD_CS_NAME_MAPPER has no parameter.
Method GET_DATA_SOURCE_NAME on class CL_RSDD_CS_NAME_MAPPER has no exception.

Method GET_FIELDNM_VALUE_HELP Signature

Method GET_FIELDNM_VALUE_HELP on class CL_RSDD_CS_NAME_MAPPER has no parameter.
Method GET_FIELDNM_VALUE_HELP on class CL_RSDD_CS_NAME_MAPPER has no exception.

Method GET_INDEX_ID Signature

Method GET_INDEX_ID on class CL_RSDD_CS_NAME_MAPPER has no parameter.
Method GET_INDEX_ID on class CL_RSDD_CS_NAME_MAPPER has no exception.

Method GET_KYF_FIELD_NAME Signature

Method GET_KYF_FIELD_NAME on class CL_RSDD_CS_NAME_MAPPER has no parameter.
Method GET_KYF_FIELD_NAME on class CL_RSDD_CS_NAME_MAPPER has no exception.

Method GET_RFCDEST Signature

Method GET_RFCDEST on class CL_RSDD_CS_NAME_MAPPER has no parameter.
Method GET_RFCDEST on class CL_RSDD_CS_NAME_MAPPER has no exception.

Method IS_HDB_CAPABLE_DELEGATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_HDB_CAPABLE Value transfer Type reference (TYPE) RS_BOOL Delegate ist HDB optimiert (ja/nein) 20120427

Method IS_HDB_CAPABLE_DELEGATE on class CL_RSDD_CS_NAME_MAPPER has no exception.

Method IS_HDB_CAPABLE_NAME_MAPPER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_OBJECT Call by reference Object reference (TYPE REF TO) IF_RSDRV_TREX_NAME_MAPPER Referenz des zu untersuchenden Objekts 20120427
2 Returning R_IS_HDB_CAPABLE Value transfer Type reference (TYPE) RS_BOOL Ist HDB kompatibel (ja/nein) 20120427

Method IS_HDB_CAPABLE_NAME_MAPPER on class CL_RSDD_CS_NAME_MAPPER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740