SAP ABAP Class CL_RSOBI_MF_UI_CONFIG (SOBI Model Factory Dialog: Configuration)
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_SCR_BASE SOBI Model Factory Dialog: Base Class for Screens / Popups 20051229
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSOBI_MF_SOURCEABLE SOBI Model Factory: Reference to Source Object 20060103
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSOBI_MF_UI_CONFIG_IOBJ SOBI Model Factory Dialog: Configuration for InfoObject 20051230
2 Inheritance (c INHERITING FROM c_ref)  CL_RSOBI_MF_UI_CONFIG_IPRO SOBI Model Factory Dialog: Configuration for InfoProvider 20060102
Properties
Class CL_RSOBI_MF_UI_CONFIG  
Short Description SOBI Model Factory Dialog: Configuration    
Super Class CL_RSOBI_MF_UI_SCR_BASE SOBI Model Factory Dialog: Base Class for Screens / Popups 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSOBI_MF_UI   SOBI Model Factory: Dialog 
Created 20051223   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSOBI_MF_UI_CONFIG has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSOBI_MF_SOURCEABLE SOBI Model Factory: Reference to Source Object 20060103
Friends
Class CL_RSOBI_MF_UI_CONFIG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_S_TARGET Instance attribute Protected Type reference (TYPE) RSO_S_TLOGO BW Repository: TLOGO Object and Type 20051230
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20051230
2 CREATE_PARAMETER Instance method Protected Method Creates Configuration Parameter 20060105
3 CREATE_PARAMETER_OBJECT Instance method Protected Method Creates Parameter for Specified Object 20060227
4 GET_CONFIGURATION Instance method Protected Method Returns Configuration Instance 20060227
5 GET_CREATE_PARAMETER Instance method Protected Method Returns Specified Parameter and Creates It Where Necessary 20060410
6 GET_PARAMETER_OBJECT Instance method Protected Method Returns Parameter for Specified Object 20060227
7 GET_SELECTED_OBJECT_TYPE Instance method Protected Method Returns Selected Object Type 20060105
8 GET_SOURCE_OBJECT_LABEL Instance method Protected Method Returns Name and Type of Source Object 20051230
9 GET_TASK_TLOGO Instance method Protected Method returns TLOGO Type for Generation Step 20060324
10 GET_TLOGO_FOR_EXISTING_OBJECT Instance method Protected Method Returns TLOGO Type for Existing Object 20060110
11 HAS_OBJECT_TYPES Instance method Protected Method Are object types provided for configuration? 20060102
12 ON_COMMAND_EXECUTED Instance method Private Event handling method Function executed 20060823
13 REFRESH_UI Instance method Protected Method Reinitializes the User Interface 20080421
14 REMOVE_PARAMETER Instance method Protected Method Removes Specified Parameter from Configuration 20060410
Events
Class CL_RSOBI_MF_UI_CONFIG has no event.
Types
Class CL_RSOBI_MF_UI_CONFIG 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_MODEL Call by reference Object reference (TYPE REF TO) IF_RSOBI_MF_MODEL 20051230
2 Importing I_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG Container für Nachrichten 20051230
3 Importing I_R_NAVIGATOR Call by reference Object reference (TYPE REF TO) IF_RSAWBN_NAVIGATOR Zugriff auf den AWB Navigator 20060227
4 Importing I_S_TARGET Value transfer Type reference (TYPE) RSO_S_TLOGO 20051230

Method CONSTRUCTOR on class CL_RSOBI_MF_UI_CONFIG has no exception.

Method CREATE_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_UI Call by reference Type reference (TYPE) RSOBI_MF_UI_S_MAIN SOBI Model Factory Dialog: Allgemeine Struktur 20060105

Method CREATE_PARAMETER on class CL_RSOBI_MF_UI_CONFIG has no exception.

Method CREATE_PARAMETER_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_TLOGO Call by reference Type reference (TYPE) RSO_S_TLOGO BW Repository: TLOGO Objekt und Typ 20060227
2 Importing I_TARGET_SUBTLOGO Call by reference Type reference (TYPE) RSO_TLOGO_SUBTYPE BW Metadata Repository: Subtyp eines TLOGO Typs 20060227

Method CREATE_PARAMETER_OBJECT on class CL_RSOBI_MF_UI_CONFIG has no exception.

Method GET_CONFIGURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_SOURCE Call by reference Type reference (TYPE) RSO_S_TLOGO BW Repository: TLOGO Objekt und Typ 20060410
2 Importing I_TARGET_SUBTLOGO Call by reference Type reference (TYPE) RSO_TLOGO_SUBTYPE BW Metadata Repository: Subtyp eines TLOGO Typs 20060227
3 Importing I_TARGET_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20060227
4 Returning R_R_CONFIG Value transfer Object reference (TYPE REF TO) IF_RSOBI_MF_CONFIGURATION SOBI Model Factory: Konfiguration für ein Zielobjekt 20060227

Method GET_CONFIGURATION on class CL_RSOBI_MF_UI_CONFIG has no exception.

Method GET_CREATE_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_CONFIG Call by reference Object reference (TYPE REF TO) IF_RSOBI_MF_CONFIGURATION SOBI Model Factory: Konfiguration für ein Zielobjekt 20060410
2 Importing I_S_SOURCE Call by reference Type reference (TYPE) RSO_S_TLOGO BW Repository: TLOGO Objekt und Typ 20060410
3 Importing I_TARGET_SUBTLOGO Call by reference Type reference (TYPE) RSO_TLOGO_SUBTYPE BW Metadata Repository: Subtyp eines TLOGO Typs 20060410
4 Importing I_TARGET_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20060410
5 Importing I_TYPE Call by reference Type reference (TYPE) STRING Typ des Parameter 20060410
6 Importing I_VALUE Call by reference Type reference (TYPE) STRING Wert des Parameters 20060410

Method GET_CREATE_PARAMETER on class CL_RSOBI_MF_UI_CONFIG has no exception.

Method GET_PARAMETER_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TARGET_SUBTLOGO Call by reference Type reference (TYPE) RSO_TLOGO_SUBTYPE BW Metadata Repository: Subtyp eines TLOGO Typs 20060227
2 Importing I_TARGET_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20060227
3 Returning R_S_OBJECT Value transfer Type reference (TYPE) RSO_S_TLOGO BW Repository: TLOGO Objekt und Typ 20060227

Method GET_PARAMETER_OBJECT on class CL_RSOBI_MF_UI_CONFIG has no exception.

Method GET_SELECTED_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_UI Call by reference Type reference (TYPE) RSOBI_MF_UI_S_MAIN SOBI Model Factory Dialog: Allgemeine Struktur 20060105
2 Returning R_TYPE Value transfer Type reference (TYPE) STRING Typ 20060105

Method GET_SELECTED_OBJECT_TYPE on class CL_RSOBI_MF_UI_CONFIG has no exception.

Method GET_SOURCE_OBJECT_LABEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LABEL Value transfer Type reference (TYPE) RSTXTLG Beschreibung lang 20051230

Method GET_SOURCE_OBJECT_LABEL on class CL_RSOBI_MF_UI_CONFIG has no exception.

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TLOGO Value transfer Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20060324

Method GET_TASK_TLOGO on class CL_RSOBI_MF_UI_CONFIG has no exception.

Method GET_TLOGO_FOR_EXISTING_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20060110
2 Returning R_TLOGO Value transfer Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20060110

Method GET_TLOGO_FOR_EXISTING_OBJECT on class CL_RSOBI_MF_UI_CONFIG has no exception.

Method HAS_OBJECT_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_BOOL Value transfer Type reference (TYPE) RS_BOOL Boolean 20060102

Method HAS_OBJECT_TYPES on class CL_RSOBI_MF_UI_CONFIG 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_CONFIG has no exception.

Method REFRESH_UI Signature

Method REFRESH_UI on class CL_RSOBI_MF_UI_CONFIG has no parameter.
Method REFRESH_UI on class CL_RSOBI_MF_UI_CONFIG has no exception.

Method REMOVE_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_CONFIG Call by reference Object reference (TYPE REF TO) IF_RSOBI_MF_CONFIGURATION SOBI Model Factory: Konfiguration für ein Zielobjekt 20060410
2 Importing I_TARGET_SUBTLOGO Call by reference Type reference (TYPE) RSO_TLOGO_SUBTYPE BW: Objekttyp (TLOGO) 20060410
3 Importing I_TARGET_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20060410
4 Importing I_TYPE Call by reference Type reference (TYPE) STRING Typ des Parameters 20060410

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