SAP ABAP Class CL_RSO_MMR_OBJ (BW Repository MMR Connection: Object)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSO_MMR (Package) BW Repository MMR Connection
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSO_MMR_OBJECT BW Repository MMR Connection: Object 20050525
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20050728
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_DTYP BW Repository MMR Connection: Elementary Data Type 20051012
2 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_USER BW Repository MMR Connection: User 20051011
3 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_TLOGO BW Repository MMR Connection: TLOGO Object 20051006
4 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_TDEF BW Repository MMR Connection: TLOGO Object Definition 20061006
5 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_TABL BW Repository MMR Connectnion: Table 20051006
6 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_NSPC BW Repository MMR Connection: Namespace 20051006
7 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_HDWB BW Repository MMR Connection: DWB Hierarchy 20060803
8 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_FSIP BW Repository MMR Connection: Fast Search View Mapping 20071102
9 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_ENHO BW Repository MMR Connection: Append 20051006
10 Inheritance (c INHERITING FROM c_ref)  CL_RSOBI_MF_OBJ_SMTA SOBI Model Factory: BW Repository MMR Connect. for Activity 20051229
... Click here to see Used By full list (18 items)
Properties
Class CL_RSO_MMR_OBJ  
Short Description BW Repository MMR Connection: Object    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSO_MMR    
Program status P  SAP Standard Production Program 
Category 0   
Package RSO_MMR   BW Repository MMR Connection 
Created 20050525   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SBIWM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSO_MMR_OBJECT BW Repository MMR Connection: Object 20050525
2 IF_SERIALIZABLE_OBJECT Serializable Object 20050728
Friends
Class CL_RSO_MMR_OBJ has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_DUMMY_MSG Instance attribute Protected Type reference (TYPE) C Dummy Message 20060822
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ASSOCIATION Instance method Protected Method Adds Association of Table 20050525
2 ADD_MESSAGES_OF_TABLE Instance method Protected Method Adds Messages of Specified Table 20050530
3 ADD_MOF_QUALIFIED_NAME Instance method Protected Method Adds MOF Qualified Name 20050603
4 ADD_OBJECT_PROPERTY Instance method Protected Method Adds Object Property of Return Table 20050603
5 CREATE_OBJECT Instance method Protected Method Creates BI Object 20050527
6 CREATE_OBJECTS Instance method Protected Method Creates Multiple BI Objects 20050607
7 CREATE_OBJECT_KEY_FOR_ASSOC Instance method Protected Method Creates Object Key for Specified Association Target 20050706
8 GET_ASSOCIATION Instance method Protected Method Returns Assoziation to Specified Association ID 20050527
9 GET_ASSOCIATIONS Instance method Protected Method Returns Associations for Specified Key 20050527
10 GET_ASSOCIATIONS_TARGET Instance method Protected Method Returns Associations for Specified Key 20060320
11 GET_LANGU_ATTRIBUTE_NAME Instance method Protected Method Returns Attribute Names for Relevant Language 20061127
12 GET_MOF_QUALIFIED_NAME Instance method Protected Method Returns Qualified Name in MOF Model 20050525
13 GET_OBJECTS_RELATED Instance method Protected Method Returns Generic References 20071106
14 GET_OBJECT_PROPERTIES Instance method Protected Method Returns Object Properties 20050525
15 GET_PASSED_OBJECT_PROPERTIES Instance method Protected Method Returns Transferred Object Properties 20050729
16 GET_PASSED_OBJECT_PROPERTY Instance method Protected Method Returns Value for Specified Parameter 20050607
17 GET_PASSED_TEXTS Instance method Protected Method Returns Transferred Object Properties 20061127
18 IS_MULTI_CREATION_CAPABLE Instance method Protected Method Can multiple objects be created simultaneously? 20050606
19 SET_CTO_PROPERTIES Instance method Protected Method Sets Properties of Transport System 20051011
Events
Class CL_RSO_MMR_OBJ has no event.
Types
Class CL_RSO_MMR_OBJ has no local type.
Method Signatures

Method ADD_ASSOCIATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_RESPONSE_ASSOC Call by reference Type reference (TYPE) RSO_MMR_T_ASSOCIATION BW Repository MMR Anschluß: Assoziationstabelle für RFC 20050525
2 Importing I_ASSOCID Call by reference Type reference (TYPE) RSO_MMR_MOFID MOF ID 20050525
3 Importing I_FORWARD_DIRECTION Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Vorwärtsrichtung 20050609
4 Importing I_OBJNM Call by reference Type reference (TYPE) RSO_MMR_OBJNM Objektname im Objektkatalog 20050525
5 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20060821
6 Importing I_S_OBJECT_KEY Call by reference Type reference (TYPE) RSO_MMR_S_OBJECT BW Repository MMR Anschluß: Objektschlüsselstruktur für RFC 20050603
7 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20050525

Method ADD_ASSOCIATION on class CL_RSO_MMR_OBJ has no exception.

Method ADD_MESSAGES_OF_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Returntabelle 20050530
2 Importing I_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20050530

Method ADD_MESSAGES_OF_TABLE on class CL_RSO_MMR_OBJ has no exception.

Method ADD_MOF_QUALIFIED_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_RESPONSE Call by reference Type reference (TYPE) RSO_MMR_T_PARAM BW Repository MMR Anschluß: Parameterstruktur für RFC 20050603
2 Importing I_MOF_QUAL_NAME Call by reference Type reference (TYPE) RSO_MMR_VALUE QualifiedName im MOF-Modell 20050603
3 Importing I_S_OBJECT_KEY Call by reference Type reference (TYPE) RSO_MMR_S_OBJECT BW Repository MMR Anschluß: Objektschlüsselstruktur für RFC 20050603

Method ADD_MOF_QUALIFIED_NAME on class CL_RSO_MMR_OBJ has no exception.

Method ADD_OBJECT_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_RESPONSE Call by reference Type reference (TYPE) RSO_MMR_T_PARAM BW Repository MMR Anschluß: Parametertabelle für RFC 20050603
2 Importing I_ALLOW_INITIAL_VALUE Call by reference Type reference (TYPE) RS_BOOL Initialer Wert ist zulässig 20050606
3 Importing I_NAME Call by reference Type reference (TYPE) RSRV_NAME Name für ein Name-Value Paar 20050603
4 Importing I_S_OBJECT_KEY Call by reference Type reference (TYPE) RSO_MMR_S_OBJECT BW Repository MMR Anschluß: Objektschlüsselstruktur für RFC 20050603
5 Importing I_VALUE Call by reference Type reference (TYPE) ANY Wert 20050603

Method ADD_OBJECT_PROPERTY on class CL_RSO_MMR_OBJ has no exception.

Method CREATE_OBJECT 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 20051206
2 Exporting E_TH_OBJECT_ERROR Call by reference Type reference (TYPE) RSO_MMR_T_OBJECT Fehlerhafte Objekte 20051206
3 Importing I_ACTIVATE Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Das Objekt soll aktiviert werden 20051207
4 Importing I_S_OBJECT_KEY Call by reference Type reference (TYPE) RSO_MMR_S_OBJECT BW Repository MMR Anschluß: Objektschlüsselstruktur für RFC 20050606
5 Importing I_T_REQUEST Call by reference Type reference (TYPE) RSO_MMR_T_PARAM BW Repository MMR Anschluß: Parametertabelle für RFC 20050527
6 Importing I_T_REQUEST_ASSOC Call by reference Type reference (TYPE) RSO_MMR_T_ASSOCIATION BW Repository MMR Anschluß: Assoziationstabelle für RFC 20050527

Method CREATE_OBJECT on class CL_RSO_MMR_OBJ has no exception.

Method CREATE_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 20051206
2 Exporting E_TH_OBJECT_ERROR Call by reference Type reference (TYPE) RSO_MMR_T_OBJECT Fehlerhafte Objekte 20051206
3 Importing I_ACTIVATE Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Das Objekt soll aktiviert werden 20051207
4 Importing I_T_OBJECT_KEY Call by reference Type reference (TYPE) RSO_MMR_T_OBJECT BW Repository MMR Anschluß: Objektschlüsselstruktur für RFC 20050607
5 Importing I_T_REQUEST Call by reference Type reference (TYPE) RSO_MMR_T_PARAM BW Repository MMR Anschluß: Parametertabelle für RFC 20050607
6 Importing I_T_REQUEST_ASSOC Call by reference Type reference (TYPE) RSO_MMR_T_ASSOCIATION BW Repository MMR Anschluß: Assoziationstabelle für RFC 20050607

Method CREATE_OBJECTS on class CL_RSO_MMR_OBJ has no exception.

Method CREATE_OBJECT_KEY_FOR_ASSOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_ASSOC Call by reference Type reference (TYPE) RSO_MMR_S_ASSOCIATION BW Repository MMR Anschluß: Assoziationsstruktur für RFC 20050706
2 Returning R_S_OBJECT_KEY Value transfer Type reference (TYPE) RSO_MMR_S_OBJECT BW Repository MMR Anschluß: Objektschlüsselstruktur für RFC 20050706

Method CREATE_OBJECT_KEY_FOR_ASSOC on class CL_RSO_MMR_OBJ has no exception.

Method GET_ASSOCIATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ASSOCID Call by reference Type reference (TYPE) RSO_MMR_MOFID MOF ID 20050527
2 Importing I_FORWARD_DIRECTION Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Vorwärtsrichtung 20050822
3 Importing I_S_OBJECT_KEY Call by reference Type reference (TYPE) RSO_MMR_S_OBJECT BW Repository MMR Anschluß: Objektschlüsselstruktur für RFC 20050606
4 Importing I_T_ASSOCS Call by reference Type reference (TYPE) RSO_MMR_T_ASSOCIATION BW Repository MMR Anschluß: Assoziationstabelle für RFC 20050527
5 Returning R_S_ASSOC Value transfer Type reference (TYPE) RSO_MMR_S_ASSOCIATION BW Repository MMR Anschluß: Assoziationsstruktur für RFC 20050527

Method GET_ASSOCIATION on class CL_RSO_MMR_OBJ has no exception.

Method GET_ASSOCIATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ASSOCID Call by reference Type reference (TYPE) RSO_MMR_MOFID MOF ID 20050527
2 Importing I_FORWARD_DIRECTION Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Vorwärtsrichtung 20050729
3 Importing I_S_OBJECT_KEY Call by reference Type reference (TYPE) RSO_MMR_S_OBJECT BW Repository MMR Anschluß: Objektschlüsselstruktur für RFC 20050607
4 Importing I_T_ASSOCS Call by reference Type reference (TYPE) RSO_MMR_T_ASSOCIATION BW Repository MMR Anschluß: Assoziationstabelle für RFC 20050527
5 Returning R_T_ASSOCS Value transfer Type reference (TYPE) RSO_MMR_T_ASSOCIATION BW Repository MMR Anschluß: Assoziationsstruktur für RFC 20050527

Method GET_ASSOCIATIONS on class CL_RSO_MMR_OBJ has no exception.

Method GET_ASSOCIATIONS_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ASSOCID Call by reference Type reference (TYPE) RSO_MMR_MOFID MOF ID 20060320
2 Importing I_FORWARD_DIRECTION Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Vorwärtsrichtung 20060320
3 Importing I_S_OBJECT_KEY Call by reference Type reference (TYPE) RSO_MMR_S_OBJECT BW Repository MMR Anschluß: Objektschlüsselstruktur für RFC 20060320
4 Importing I_T_ASSOCS Call by reference Type reference (TYPE) RSO_MMR_T_ASSOCIATION BW Repository MMR Anschluß: Assoziationstabelle für RFC 20060320
5 Returning R_T_ASSOCS Value transfer Type reference (TYPE) RSO_MMR_T_ASSOCIATION BW Repository MMR Anschluß: Assoziationsstruktur für RFC 20060320

Method GET_ASSOCIATIONS_TARGET on class CL_RSO_MMR_OBJ has no exception.

Method GET_LANGU_ATTRIBUTE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TXTLGNM Call by reference Type reference (TYPE) RSRV_NAME Name für Langtext 20061127
2 Exporting E_TXTSHNM Call by reference Type reference (TYPE) RSRV_NAME Name für Kurztext 20061127
3 Importing I_ISOLA Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20061127

Method GET_LANGU_ATTRIBUTE_NAME on class CL_RSO_MMR_OBJ has no exception.

Method GET_MOF_QUALIFIED_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_OBJECT_KEY Call by reference Type reference (TYPE) RSO_MMR_S_OBJECT BW Repository MMR Anschluß: Objektschlüsselstruktur für RFC 20050603
2 Returning R_MOF_QUAL_NAME Value transfer Type reference (TYPE) RSO_MMR_VALUE QualifiedName im MOF-Modell 20050525

Method GET_MOF_QUALIFIED_NAME on class CL_RSO_MMR_OBJ has no exception.

Method GET_OBJECTS_RELATED 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 20071106
2 Exporting E_T_RESPONSE Call by reference Type reference (TYPE) RSO_MMR_T_PARAM BW Repository MMR Anschluß: Parametertabelle für RFC 20071106
3 Exporting E_T_RESPONSE_ASSOC Call by reference Type reference (TYPE) RSO_MMR_T_ASSOCIATION BW Repository MMR Anschluß: Assoziationstabelle für RFC 20071106
4 Importing I_LANGUAGE Call by reference Type reference (TYPE) ISOLA Sprache in der die Objekteigenschaften gelesen werden sollen 20071106
5 Importing I_S_OBJECT_KEY Call by reference Type reference (TYPE) RSO_MMR_S_OBJECT BW Repository MMR Anschluß: Objektschlüsselstruktur für RFC 20071106
6 Importing I_TH_ASSOCID Call by reference Type reference (TYPE) RSO_MMR_TH_ASSOCID BW Repository MMR Anschluß: Assoziationen und Richtung 20071106

Method GET_OBJECTS_RELATED on class CL_RSO_MMR_OBJ has no exception.

Method GET_OBJECT_PROPERTIES 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 20051206
2 Exporting E_T_RESPONSE Call by reference Type reference (TYPE) RSO_MMR_T_PARAM BW Repository MMR Anschluß: Parametertabelle für RFC 20050525
3 Exporting E_T_RESPONSE_ASSOC Call by reference Type reference (TYPE) RSO_MMR_T_ASSOCIATION BW Repository MMR Anschluß: Assoziationstabelle für RFC 20050525
4 Importing I_GENERIC_PROPERTIES_ONLY Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE Nur generische Eigenschaften 20071106
5 Importing I_LANGUAGE Call by reference Type reference (TYPE) ISOLA Sprache in der die Objekteigenschaften gelesen werden sollen 20060103
6 Importing I_S_OBJECT_KEY Call by reference Type reference (TYPE) RSO_MMR_S_OBJECT BW Repository MMR Anschluß: Objektschlüsselstruktur für RFC 20050603

Method GET_OBJECT_PROPERTIES on class CL_RSO_MMR_OBJ has no exception.

Method GET_PASSED_OBJECT_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) RSRV_NAME Name für ein Name-Value Paar 20050729
2 Importing I_S_OBJECT_KEY Call by reference Type reference (TYPE) RSO_MMR_S_OBJECT BW Repository MMR Anschluß: Objektschlüsselstruktur für RFC 20050729
3 Importing I_T_REQUEST Call by reference Type reference (TYPE) RSO_MMR_T_PARAM BW Repository MMR Anschluß: Parametertabelle für RFC 20050729
4 Returning R_T_PROPERTY Value transfer Type reference (TYPE) RSO_MMR_T_PARAM BW Repository MMR Anschluß: Parametertabelle für RFC 20050729

Method GET_PASSED_OBJECT_PROPERTIES on class CL_RSO_MMR_OBJ has no exception.

Method GET_PASSED_OBJECT_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) RSRV_NAME Name der Objekteigenschaft 20050607
2 Importing I_S_OBJECT_KEY Call by reference Type reference (TYPE) RSO_MMR_S_OBJECT BW Repository MMR Anschluß: Objektschlüsselstruktur für RFC 20050607
3 Importing I_T_REQUEST Call by reference Type reference (TYPE) RSO_MMR_T_PARAM BW Repository MMR Anschluß: Parametertabelle für RFC 20050607
4 Returning R_PROPERTY Value transfer Type reference (TYPE) RSO_MMR_VALUE Wert der Objekteigenschaft 20050607

Method GET_PASSED_OBJECT_PROPERTY on class CL_RSO_MMR_OBJ has no exception.

Method GET_PASSED_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_TXT Call by reference Type reference (TYPE) RSO_T_TXT Texte eines Objektes (in mehreren Sprachen) 20061127
2 Exporting E_TXTLG Call by reference Type reference (TYPE) RSTXTLG Beschreibung lang 20061127
3 Exporting E_TXTSH Call by reference Type reference (TYPE) RSTXTSH Kurztext 20061127
4 Importing I_S_OBJECT Call by reference Type reference (TYPE) RSO_MMR_S_OBJECT BW Repository MMR Anschluß: Objektschlüsselstruktur für RFC 20061127
5 Importing I_T_REQUEST Call by reference Type reference (TYPE) RSO_MMR_T_PARAM BW Repository MMR Anschluß: Parametertabelle für RFC 20061127

Method GET_PASSED_TEXTS on class CL_RSO_MMR_OBJ has no exception.

Method IS_MULTI_CREATION_CAPABLE 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 20050606

Method IS_MULTI_CREATION_CAPABLE on class CL_RSO_MMR_OBJ has no exception.

Method SET_CTO_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_RESPONSE Call by reference Type reference (TYPE) RSO_MMR_T_PARAM BW Repository MMR Anschluß: Parametertabelle für RFC 20051011
2 Changing C_T_RESPONSE_ASSOC Call by reference Type reference (TYPE) RSO_MMR_T_ASSOCIATION BW Repository MMR Anschluß: Assoziationstabelle für RFC 20051011
3 Importing I_S_OBJECT_KEY Call by reference Type reference (TYPE) RSO_MMR_S_OBJECT BW Repository: TLOGO Objekt und Verision 20051011

Method SET_CTO_PROPERTIES on class CL_RSO_MMR_OBJ has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_DTYP BW Repository MMR Connection: Elementary Data Type 20051012
2 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_USER BW Repository MMR Connection: User 20051011
3 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_TLOGO BW Repository MMR Connection: TLOGO Object 20051006
4 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_TDEF BW Repository MMR Connection: TLOGO Object Definition 20061006
5 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_TABL BW Repository MMR Connectnion: Table 20051006
6 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_NSPC BW Repository MMR Connection: Namespace 20051006
7 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_HDWB BW Repository MMR Connection: DWB Hierarchy 20060803
8 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_FSIP BW Repository MMR Connection: Fast Search View Mapping 20071102
9 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_ENHO BW Repository MMR Connection: Append 20051006
10 Inheritance (c INHERITING FROM c_ref)  CL_RSOBI_MF_OBJ_SMTA SOBI Model Factory: BW Repository MMR Connect. for Activity 20051229
11 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_DTEL BW Repository MMR Connection: Data Element 20051013
12 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_DOMA BW Repository MMR Connection: Domain 20051013
13 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_DLVU BW Repository MMR Connection: Software Component 20060309
14 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_DEVC BW Repository MMR Connection: Package 20051006
15 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_COVX BW Repository MMR Connection: Conversion Exit 20051006
16 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_COBS BW Repository MMR Connection: ESF Base Class 20060213
17 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_CLAS BW Repository MMR Connection: ABAP Class 20051012
18 Inheritance (c INHERITING FROM c_ref)  CL_RSO_MMR_OBJ_ALOG Bw Repository MMR Connections: Application Log 20051006
History
Last changed by/on SAP  20130531 
SAP Release Created in 710