SAP ABAP Class CL_RSOBI_MF_GENERATOR (SOBI Model Factory: Model Generator)
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 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSOBI_MF_GENERATOR SOBI Model Factory: Model Generator 20051204
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSOBI_MF_J2EE_FACADE SOBI Model Factory: J2EE Facade 20051204
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSOBI_MF_J2EE_MONITOR SOBI Model Factory: J2EE Monitor 20061106
Properties
Class CL_RSOBI_MF_GENERATOR  
Short Description SOBI Model Factory: Model Generator    
Super Class    
Instantiability of a Class 0  Private 
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_GENERATOR has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSOBI_MF_GENERATOR SOBI Model Factory: Model Generator 20051204
2 IF_RSOBI_MF_J2EE_FACADE SOBI Model Factory: J2EE Facade 20051204
3 IF_RSOBI_MF_J2EE_MONITOR SOBI Model Factory: J2EE Monitor 20061106
Friends
Class CL_RSOBI_MF_GENERATOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_C_RSADMIN_PARAMETER Constant Private Type reference (TYPE) FIELDNAME 'SOBI_RFC_DEST' Field Name in RSADMIN 20061023
2 P_DUMMY_MSG Instance attribute Private Type reference (TYPE) C Dummy 20060302
3 P_IS_CONFIGURED Instance attribute Private Type reference (TYPE) RS_BOOL Is the J2EE facade configured? 20060509
4 P_R_INFO Instance attribute Private Object reference (TYPE REF TO) IF_RSOBI_MF_GENERATOR_INFO Statistics for Generation 20070622
5 P_R_INSTANCE Static Attribute Private Object reference (TYPE REF TO) IF_RSOBI_MF_GENERATOR Singleton Instance 20060509
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_STATISTICS Instance method Private Method Generates Statistics for a Generation Run 20070622
2 FACTORY Static method Public Method Creates Generator Instance 20051204
3 FINALIZE Static method Public Method Clearing Tasks When Exiting the Application 20060606
4 GET_MAPPING Instance method Private Method Returns Mapping Between Source and Target 20070717
5 GET_RFC_DESTINATION Instance method Private Method Returns RFC Destination for J2EE Engine 20051204
6 PING_J2EE Instance method Private Method Executes Ping on the J2EE Engine 20060314
7 SAVE_OBJECTS Instance method Private Method Saves generated BI Objects 20051207
8 SET_TARGET_OBJECTS Instance method Private Method Sets Generated Objects As Target in Current Model 20060831
Events
Class CL_RSOBI_MF_GENERATOR has no event.
Types
Class CL_RSOBI_MF_GENERATOR has no local type.
Method Signatures

Method CREATE_STATISTICS 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 20070622
2 Importing I_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG Container für Nachrichten 20070622
3 Importing I_T_OBJECT Call by reference Type reference (TYPE) RSO_T_TLOGO BW Repository: Tabelle von TLOGO Objekten (mit Typ) 20070622

Method CREATE_STATISTICS on class CL_RSOBI_MF_GENERATOR has no exception.

Method FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_GENERATOR Value transfer Object reference (TYPE REF TO) IF_RSOBI_MF_GENERATOR SOBI Model Factory: Modell Generator 20051204

Method FACTORY on class CL_RSOBI_MF_GENERATOR has no exception.

Method FINALIZE Signature

Method FINALIZE on class CL_RSOBI_MF_GENERATOR has no parameter.
Method FINALIZE on class CL_RSOBI_MF_GENERATOR has no exception.

Method GET_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_ASSOCIATION Call by reference Type reference (TYPE) RSO_MMR_T_ASSOCIATION BW Repository MMR Anschluß: Assoziationstabelle für RFC 20070717
2 Importing I_T_ATTRIBUTE Call by reference Type reference (TYPE) RSO_MMR_T_PARAM BW Repository MMR Anschluß: Parametertabelle für RFC 20070717
3 Returning R_T_MAP Value transfer Type reference (TYPE) RSOBI_MF_T_MAP SOBI Model Factory: Mapping Quell- und Zielmodell Entitäten 20070717

Method GET_MAPPING on class CL_RSOBI_MF_GENERATOR has no exception.

Method GET_RFC_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DESTINATION Value transfer Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20060314

Method GET_RFC_DESTINATION on class CL_RSOBI_MF_GENERATOR has no exception.

Method PING_J2EE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG Container für Nachrichten 20060314
2 Exporting E_SUCCESS Call by reference Type reference (TYPE) RS_BOOL Boolean 20060314

Method PING_J2EE on class CL_RSOBI_MF_GENERATOR has no exception.

Method SAVE_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG Container für Nachrichten 20051207
2 Changing C_T_ASSOCIATIONS Call by reference Type reference (TYPE) RSO_MMR_T_ASSOCIATION BW Repository MMR Anschluß: Assoziationstabelle für RFC 20060820
3 Changing C_T_ATTRIBUTES Call by reference Type reference (TYPE) RSO_MMR_T_PARAM BW Repository MMR Anschluß: Parametertabelle für RFC 20060820
4 Exporting E_TH_TLOGO_ERROR Call by reference Type reference (TYPE) RSO_TH_TLOGO_VERS BW Repository: TLOGO Objekte und Verision 20060831
5 Exporting E_T_OBJECT Call by reference Type reference (TYPE) RSO_T_TLOGO Gesicherte Objekte 20070622
6 Importing I_R_CTX Call by reference Object reference (TYPE REF TO) IF_RSOBI_MF_CONTEXT SOBI Model Factory: Kontext der Generierung 20080225
7 Importing I_R_CYCLE Call by reference Object reference (TYPE REF TO) IF_RSOBI_MF_LIFECYCLE SOBI Model Factory: Zyklus der Generierung 20060808

Method SAVE_OBJECTS on class CL_RSOBI_MF_GENERATOR has no exception.

Method SET_TARGET_OBJECTS 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 20060831
2 Importing I_TH_TLOGO_ERROR Call by reference Type reference (TYPE) RSO_TH_TLOGO_VERS Fehlerhafte Objekte 20060831
3 Importing I_T_MAP Call by reference Type reference (TYPE) RSOBI_MF_T_MAP SOBI Model Factory: Mapping Quell- und Zielmodell Entitäten 20070717
# Exception Resumable Description Created on
1 CX_RSOBI_MF_EXCEPTION SOBI Model Factory: Allgemeiner Fehler 20061121
History
Last changed by/on SAP  20130531 
SAP Release Created in 710