SAP ABAP Class CL_RSOBI_MF_UI_FIELDMAP (SOBI Model Factory Dialog: Mapping Field to InfoObject)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSOBI_MF_UI (Package) SOBI Model Factory: Dialog
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSOBI_MF_UI_BASE SOBI Model Factory Dialog: Base Class 20051228
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSOBI_MF_UI_ELEMENT SOBI Model Factory Dialog: Element in Dialog 20051228
Properties
Class CL_RSOBI_MF_UI_FIELDMAP  
Short Description SOBI Model Factory Dialog: Mapping Field to InfoObject    
Super Class CL_RSOBI_MF_UI_BASE SOBI Model Factory Dialog: Base Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSOBI_MF_UI   SOBI Model Factory: Dialog 
Created 20051228   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSOBI_MF_UI_FIELDMAP has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSOBI_MF_UI_ELEMENT SOBI Model Factory Dialog: Element in Dialog 20051228
Friends
Class CL_RSOBI_MF_UI_FIELDMAP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_R_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20051228
2 P_R_MAIN Instance attribute Private Object reference (TYPE REF TO) CL_RSOBI_MF_UI SOBI Model Factory Dialog: Main Dialog 20060810
3 P_R_NAVIGATOR Instance attribute Private Object reference (TYPE REF TO) IF_RSAWBN_NAVIGATOR Access to DWB Navigator 20060227
4 P_R_TABLE Instance attribute Private Object reference (TYPE REF TO) CL_SALV_TABLE Basis Class for Simple Tables 20051228
5 P_T_TABLE Instance attribute Private Type reference (TYPE) RSOBI_MF_UI_T_FIELDMAP Mapping Table 20060105
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20051228
2 FORMAT_COLUMNS Instance method Private Method Formats Columns 20051230
3 GET_IOBJ_PROPERTIES Instance method Private Method Returns Display Properties to InfoObject 20051228
4 GET_SELECTED_ROW Instance method Private Method Returns Selected Row 20060223
5 ON_COMMAND_EXECUTED Instance method Private Event handling method Function executed 20060823
6 ON_FUNCTION_EXECUTED Instance method Private Event handling method Function executed 20060104
7 ON_SINGLE_CLICK Instance method Private Event handling method Event Handling for Click on Hotspot Column 20051228
8 ON_USER_COMMAND Instance method Private Event handling method Fuction selected 20051229
9 REFRESH Instance method Private Method Refreshes Display 20060104
10 SET_COLUMN_TEXT Instance method Private Method Sets Header of Given Column 20061003
11 SET_HOTSPOT_COLUMN Instance method Private Method Sets Given Column as 'Hotspot' Column 20061004
12 TO_SOURCE_TARGET Instance method Private Method Converts Table Row in Source and Target 20060223
13 TO_TABLE Instance method Private Method Conversion of Model for UI Display 20060104
Events
Class CL_RSOBI_MF_UI_FIELDMAP has no event.
Types
Class CL_RSOBI_MF_UI_FIELDMAP 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_R_MAIN Call by reference Object reference (TYPE REF TO) CL_RSOBI_MF_UI SOBI Model Factory Dialog: Controller für Dialog 20060810
2 Importing I_R_MODEL Value transfer Object reference (TYPE REF TO) IF_RSOBI_MF_MODEL SOBI Model Factory: Modell 20051228
3 Importing I_R_MSG Value transfer Object reference (TYPE REF TO) CL_RSO_MSG 20051228
4 Importing I_R_NAVIGATOR Call by reference Object reference (TYPE REF TO) IF_RSAWBN_NAVIGATOR Zugriff auf den AWB Navigator 20060227

Method CONSTRUCTOR on class CL_RSOBI_MF_UI_FIELDMAP has no exception.

Method FORMAT_COLUMNS Signature

Method FORMAT_COLUMNS on class CL_RSOBI_MF_UI_FIELDMAP has no parameter.
Method FORMAT_COLUMNS on class CL_RSOBI_MF_UI_FIELDMAP has no exception.

Method GET_IOBJ_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHABASNM Call by reference Type reference (TYPE) RSDCHABASNM Referenz InfoObject 20061004
2 Exporting E_ICON Call by reference Type reference (TYPE) ICON_D Ikone in Textfeldern (Ersatzdarstellung, Alias) 20051228
3 Exporting E_TXTLG Call by reference Type reference (TYPE) RSTXTLG Beschreibung lang 20051228
4 Importing I_IOBJNM Call by reference Type reference (TYPE) SOBJ_NAME InfoObject 20051228

Method GET_IOBJ_PROPERTIES on class CL_RSOBI_MF_UI_FIELDMAP has no exception.

Method GET_SELECTED_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ROW Value transfer Type reference (TYPE) RSOBI_MF_UI_S_FIELDMAP SOBI Model Factory Dialog: Mapping Feld zu InfoObject 20060223

Method GET_SELECTED_ROW on class CL_RSOBI_MF_UI_FIELDMAP has no exception.

Method ON_COMMAND_EXECUTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_COMMAND Call by reference Attribute reference (LIKE) 20060823
2 Importing I_SUBRC Call by reference Attribute reference (LIKE) 20060823

Method ON_COMMAND_EXECUTED on class CL_RSOBI_MF_UI_FIELDMAP has no exception.

Method ON_FUNCTION_EXECUTED Signature

Method ON_FUNCTION_EXECUTED on class CL_RSOBI_MF_UI_FIELDMAP has no parameter.
Method ON_FUNCTION_EXECUTED on class CL_RSOBI_MF_UI_FIELDMAP has no exception.

Method ON_SINGLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Call by reference Attribute reference (LIKE) 20051228
2 Importing ROW Call by reference Attribute reference (LIKE) 20051228

Method ON_SINGLE_CLICK on class CL_RSOBI_MF_UI_FIELDMAP has no exception.

Method ON_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_SALV_FUNCTION Call by reference Attribute reference (LIKE) 20051229

Method ON_USER_COMMAND on class CL_RSOBI_MF_UI_FIELDMAP has no exception.

Method REFRESH Signature

Method REFRESH on class CL_RSOBI_MF_UI_FIELDMAP has no parameter.
Method REFRESH on class CL_RSOBI_MF_UI_FIELDMAP has no exception.

Method SET_COLUMN_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_COLUMN Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMN_TABLE Spaltenbeschreibung einfacher, zweidimensionaler Tabellen 20061003
2 Importing I_TEXT Call by reference Type reference (TYPE) STRING Text des Titels 20061003

Method SET_COLUMN_TEXT on class CL_RSOBI_MF_UI_FIELDMAP has no exception.

Method SET_HOTSPOT_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_COLUMN Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMN_TABLE Spaltenbeschreibung einfacher, zweidimensionaler Tabellen 20061004
2 Importing I_TEXT Call by reference Type reference (TYPE) STRING Text 20061004

Method SET_HOTSPOT_COLUMN on class CL_RSOBI_MF_UI_FIELDMAP has no exception.

Method TO_SOURCE_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_SOURCE Call by reference Type reference (TYPE) RSO_S_TLOGO BW Repository: TLOGO Objekt und Typ 20060223
2 Exporting E_S_TARGET Call by reference Type reference (TYPE) RSO_S_TLOGO BW Repository: TLOGO Objekt und Typ 20060223
3 Importing I_S_TABLE Call by reference Type reference (TYPE) RSOBI_MF_UI_S_FIELDMAP SOBI Model Factory Dialog: Mapping Feld zu InfoObject 20060223

Method TO_SOURCE_TARGET on class CL_RSOBI_MF_UI_FIELDMAP has no exception.

Method TO_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_MODEL Call by reference Object reference (TYPE REF TO) IF_RSOBI_MF_MODEL SOBI Model Factory Dialog: Modell 20060104

Method TO_TABLE on class CL_RSOBI_MF_UI_FIELDMAP has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710