SAP ABAP Class CL_RSL_UI_MAPPING_OBJ (Mapping Object)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSL_UI (Package) CompositeProvider UI Package
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSL_UI_MAPPING_PROPOSER_OBJ Mapping Proposal Generator Object 20101230
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSL_UI_MAPPING_DATA Data Mapping 20110103
2 Inheritance (c INHERITING FROM c_ref)  CL_RSL_UI_MAPPING_HIST History Mapping 20110103
3 Inheritance (c INHERITING FROM c_ref)  CL_RSL_UI_MAPPING_MAINPROVIDER Main Provider Mapping 20130215
4 Inheritance (c INHERITING FROM c_ref)  CL_RSL_UI_MAPPING_META Metadata Mapping 20101230
5 Inheritance (c INHERITING FROM c_ref)  CL_RSL_UI_MAPPING_TQIPRO Template Query InfoProvider Mapping 20110621
Properties
Class CL_RSL_UI_MAPPING_OBJ  
Short Description Mapping Object    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSL_UI   CompositeProvider UI Package 
Created 20101230   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_RSL_UI_MAPPING_PROPOSER_OBJ Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSL_UI_MAPPING_PROPOSER_OBJ Mapping Proposal Generator Object 20101230
Friends
Class CL_RSL_UI_MAPPING_OBJ has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CN_S_MAP_TYPE Constant Public See coding Domain rsl_ui_map_type 20110627
2 O_MAP_TYPE Instance attribute Protected Type reference (TYPE) RSL_UI_MAP_TYPE Mapping Object Type 20110704
3 O_R_COPR Instance attribute Protected Object reference (TYPE REF TO) CL_RSDD_LM_COMPOSITE_PROVIDER CompositeProvider 20110704
4 O_TS_PROPOSED_BINDINGS Instance attribute Protected Type reference (TYPE) IF_RSL_UI_MAPPING_PROPOSER_OBJ=>NT_TS_PROPOSED_BINDING Proposed Link Types 20110704
5 O_TS_PROPOSED_MAPPINGS Instance attribute Protected Type reference (TYPE) IF_RSL_UI_MAPPING_PROPOSER_OBJ=>NT_TS_PROPOSED_MAPPINGS Proposed Links 20110704
6 O_T_MAPPING_CANDIDATES Instance attribute Protected Type reference (TYPE) IF_RSL_UI_MAPPING_PROPOSER_OBJ~NT_T_MAPPING_CANDIDATES Provider + List of Fields Proposal is Created for 20110714
7 O_WSP_NAME Instance attribute Protected Type reference (TYPE) RSLWSPNAME Workspace Name 20110704
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_PROPOSALS Instance method Protected Method Initialize Proposals 20110107
2 CONSTRUCTOR Instance method Public Constructor Abstract 20110103
3 CREATE_COLUMN Instance method Protected Method Create New CompositeProvider Field 20110622
4 GET_MAPPING_RESULT Instance method Public Method Quality and Explanation of a Link Proposal 20110107
5 SET_WSP_NAME Instance method Public Method Set Workspace 20110701
6 SYSUBRC_TO_EXC Static method Protected Method Triggers a cx_rsl_ui_mapping_error exception 20110103
Events
Class CL_RSL_UI_MAPPING_OBJ has no event.
Types
Class CL_RSL_UI_MAPPING_OBJ has no local type.
Method Signatures

Method CLEAR_PROPOSALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BINDING_PROPOSALS Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20110107
2 Importing I_MAPPING_PROPOSALS Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20110107
3 Importing I_S_MAPPING_CANDIDATE Call by reference Type reference (TYPE) IF_RSL_UI_MAPPING_PROPOSER_OBJ~NT_S_MAPPING_CANDIDATES 20110314

Method CLEAR_PROPOSALS on class CL_RSL_UI_MAPPING_OBJ has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MAP_TYPE Call by reference Type reference (TYPE) RSL_UI_MAP_TYPE Mapping Objekt Typ 20110628
2 Importing I_R_COPR Call by reference Object reference (TYPE REF TO) CL_RSDD_LM_COMPOSITE_PROVIDER Composite Provider 20110103
3 Importing I_WSP_NAME Call by reference Type reference (TYPE) RSLWSPNAME Workspace Name 20110701

Method CONSTRUCTOR on class CL_RSL_UI_MAPPING_OBJ has no exception.

Method CREATE_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCRIPTION Call by reference Type reference (TYPE) RSTXTLG Beschreibung lang 20110622
2 Importing I_IOBJTP Call by reference Type reference (TYPE) RSIOBJTP Typ eines InfoObjects 20110622
3 Importing I_LANGU Call by reference Type reference (TYPE) SYLANGU Sprachenschlüssel der aktuellen Textumgebung 20110622
4 Importing I_NAME Call by reference Type reference (TYPE) RSDD_INDEX_COLUMN Spalte eines analytischen Indexes 20110622
5 Returning R_R_COLUMN Value transfer Object reference (TYPE REF TO) CL_RSDD_LM_COLUMN column 20110622

Method CREATE_COLUMN on class CL_RSL_UI_MAPPING_OBJ has no exception.

Method GET_MAPPING_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PLAUSIBILITY Call by reference Type reference (TYPE) RSL_UI_MAPPING_RATING Güte eines Verknüpfungsvorschlages 20110107
2 Exporting E_READ_FROM_DB Call by reference Type reference (TYPE) RS_BOOL Historisch Ergebniss wurde verwendet 20110628
3 Exporting E_REASON Call by reference Type reference (TYPE) STRING Grund/Erklärung für Verknüpfungsvorschlag 20110107
4 Importing I_COPR_COLUMN Call by reference Type reference (TYPE) RSDD_INDEX_COLUMN Spalte eines analytischen Indexes 20110107
5 Importing I_PROVIDER Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20110107
6 Importing I_PROVIDER_COLUMN Call by reference Type reference (TYPE) RSDD_INDEX_COLUMN Spalte eines analytischen Indexes 20110107
7 Importing I_READ_FROM_DB Call by reference Type reference (TYPE) RS_BOOL Historische Ergebnisse verwenden 20110628

Method GET_MAPPING_RESULT on class CL_RSL_UI_MAPPING_OBJ has no exception.

Method SET_WSP_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WSP_NAME Call by reference Type reference (TYPE) RSLWSPNAME Workspace Name 20110701

Method SET_WSP_NAME on class CL_RSL_UI_MAPPING_OBJ has no exception.

Method SYSUBRC_TO_EXC Signature

Method SYSUBRC_TO_EXC on class CL_RSL_UI_MAPPING_OBJ has no parameter.
# Exception Resumable Description Created on
1 CX_RSL_UI_MAPPING_ERROR Fehler beim Erzeugen des Mapping 20110103
History
Last changed by/on SAP  20140121 
SAP Release Created in 730