SAP ABAP Class CL_RSOBI_MF_PARAMETER (SOBI Model Factory: Parameters for Model Generation)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSOBI_MF_CORE (Package) SOBI Model Factory: Core Functionality
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSOBI_MF_MODEL_DELAY SOBI Model Factory: Base Class for Setting Model 20061115
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSOBI_MF_BASE SOBI Model Factory: Basic Functions 20060105
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSOBI_MF_PARAMETER SOBI Model Factory: Parameters for Model Generation 20051204
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSO_MMR_REMOTE BW Repository MMR Connection: Remote Interface 20060105
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20060802
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSOBI_MF_PARAMETER_KEYFIELD SOBI Model Factory: Parameter for Key Field Property 20070412
2 Inheritance (c INHERITING FROM c_ref)  CL_RSOBI_MF_PARAMETER_NAME SOBI Model Factory: Parameter for Object Name 20060407
3 Inheritance (c INHERITING FROM c_ref)  CL_RSOBI_MF_PARAMETER_NSPACE SOBI Model Factory: Parameter for Namespace 20060407
4 Inheritance (c INHERITING FROM c_ref)  CL_RSOBI_MF_PARAMETER_OBJ SOBI Model Factory: Parameter for Object 20061115
5 Inheritance (c INHERITING FROM c_ref)  CL_RSOBI_MF_PARAMETER_SKIPIOBJ SOBi Model Factory: Omit Parameter for Generation 20060407
6 Inheritance (c INHERITING FROM c_ref)  CL_RSOBI_MF_PARAMETER_SKIPMPRO SOBI Model Factory: Omit Parameter for Generation 20060407
7 Inheritance (c INHERITING FROM c_ref)  CL_RSOBI_MF_PARAMETER_SKIPREUS SOBI Model Factory: Parameter for "Exclude Reuse" 20070509
8 Inheritance (c INHERITING FROM c_ref)  CL_RSOBI_MF_PARAMETER_TYPE SOBI Model Factory: Parameter for Object Type 20060407
9 Inheritance (c INHERITING FROM c_ref)  CL_RSOBI_MF_PARAMETER_UNIT SOBI Model Factory: Parameter for Unit Field 20080228
10 Inheritance (c INHERITING FROM c_ref)  CL_RSOBI_MF_PARAMETER_VALUE SOBI Model Factory: Parameter for Value of a Feature 20070111
Properties
Class CL_RSOBI_MF_PARAMETER  
Short Description SOBI Model Factory: Parameters for Model Generation    
Super Class CL_RSOBI_MF_MODEL_DELAY SOBI Model Factory: Base Class for Setting Model 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSOBI_MF    
Program status     
Category 0   
Package RSOBI_MF_CORE   SOBI Model Factory: Core Functionality 
Created 20051204   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSOBI_MF_PARAMETER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSOBI_MF_BASE SOBI Model Factory: Basic Functions 20060105
2 IF_RSOBI_MF_PARAMETER SOBI Model Factory: Parameters for Model Generation 20051204
3 IF_RSO_MMR_REMOTE BW Repository MMR Connection: Remote Interface 20060105
4 IF_SERIALIZABLE_OBJECT Serializable Object 20060802
Friends
Class CL_RSOBI_MF_PARAMETER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_C_SEPARATOR Constant Private Type reference (TYPE) C '%' Separator for Parameters 20070620
2 P_S_SOURCE Instance attribute Protected Type reference (TYPE) RSO_S_TLOGO BW Repository: TLOGO Object and Type 20060110
3 P_TARGET_SUBTLOGO Instance attribute Private Type reference (TYPE) RSO_TLOGO_SUBTYPE TLOGO Subtype 20060325
4 P_TARGET_TLOGO Instance attribute Protected Type reference (TYPE) RSTLOGO BW: Object Type (TLOGO) 20060111
5 P_TYPE Instance attribute Private Type reference (TYPE) STRING Parameter type 20051204
6 P_VALUE Instance attribute Private Type reference (TYPE) STRING Parameter Value 20051204
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_VALUE Instance method Protected Method Resets Parameter Value 20060807
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20051204
3 DECODE_TLOGO Static method Public Method Decodes Parameter Value as TLOGO Indicator 20060109
4 ENCODE_TLOGO Static method Public Method Decodes TLOGO Indicator as Parameter Value 20060109
5 FACTORY Static method Public Method Returns Instance of Parameter 20051204
6 GET_TASK_NAME Instance method Protected Method Returns Name for Transformation Task 20060110
7 TO_REMOTE_REQUEST Instance method Protected Method Conversion of Parameter into Remote Request 20060407
Events
Class CL_RSOBI_MF_PARAMETER has no event.
Types
Class CL_RSOBI_MF_PARAMETER has no local type.
Method Signatures

Method CLEAR_VALUE Signature

Method CLEAR_VALUE on class CL_RSOBI_MF_PARAMETER has no parameter.
Method CLEAR_VALUE on class CL_RSOBI_MF_PARAMETER has no exception.

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 SOBI Model Factory: Modell 20060411
2 Importing I_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG Container für Nachrichten 20061115
3 Importing I_S_SOURCE Call by reference Type reference (TYPE) RSO_S_TLOGO 20060110
4 Importing I_TARGET_SUBTLOGO Call by reference Type reference (TYPE) RSO_TLOGO_SUBTYPE BW Metadata Repository: Subtyp eines TLOGO Typs 20060325
5 Importing I_TARGET_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20060111
6 Importing I_TYPE Call by reference Type reference (TYPE) STRING Typ eines Parameters 20051204
7 Importing I_VALUE Call by reference Type reference (TYPE) STRING Name eines Parameters 20051204

Method CONSTRUCTOR on class CL_RSOBI_MF_PARAMETER has no exception.

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) STRING 20060109
2 Returning R_S_OBJECT Value transfer Type reference (TYPE) RSO_S_TLOGO BW Repository: TLOGO Objekt und Typ 20060109

Method DECODE_TLOGO on class CL_RSOBI_MF_PARAMETER has no exception.

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_OBJECT Call by reference Type reference (TYPE) RSO_S_TLOGO BW Repository: TLOGO Objekt und Typ 20060109
2 Returning R_VALUE Value transfer Type reference (TYPE) STRING 20060109

Method ENCODE_TLOGO on class CL_RSOBI_MF_PARAMETER has no exception.

Method FACTORY 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: Modell 20060411
2 Importing I_S_SOURCE Call by reference Type reference (TYPE) RSO_S_TLOGO BW Repository: TLOGO Objekt und Typ 20060110
3 Importing I_TARGET_SUBTLOGO Call by reference Type reference (TYPE) RSO_TLOGO_SUBTYPE BW Metadata Repository: Subtyp eines TLOGO Typs 20060325
4 Importing I_TARGET_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20060111
5 Importing I_TYPE Call by reference Type reference (TYPE) STRING Typ eines Parameters 20051204
6 Importing I_VALUE Call by reference Type reference (TYPE) STRING Wert eines Parameters 20051204
7 Returning R_R_PARAM Value transfer Object reference (TYPE REF TO) IF_RSOBI_MF_PARAMETER SOBI Model Factory: Parameter für Modell Generierung 20051204

Method FACTORY on class CL_RSOBI_MF_PARAMETER has no exception.

Method GET_TASK_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW Repository: TLOGO Objekt und Typ 20060111
2 Returning R_NAME Value transfer Type reference (TYPE) RSO_MMR_OBJNM Objektname im Objektkatalog 20060110

Method GET_TASK_NAME on class CL_RSOBI_MF_PARAMETER has no exception.

Method TO_REMOTE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_ASSOCIATION Call by reference Type reference (TYPE) RSO_MMR_T_ASSOCIATION BW Repository MMR Anschluß: Assoziationstabelle für RFC 20060613
2 Changing C_T_ATTRIBUTES Call by reference Type reference (TYPE) RSO_MMR_T_PARAM BW Repository MMR Anschluß: Parametertabelle für RFC 20060613
3 Exporting E_R_REQUEST Call by reference Object reference (TYPE REF TO) IF_RSO_MMR_RESPONSE BW Repository MMR Anschluß: Antwort für ein Objekt 20060407

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