SAP ABAP Class CL_RS_INFOOBJECT_UNIVERSE (Global Universe for InfoObjects)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW (Application Component) SAP Business Information Warehouse
     RS (Package) BW: General Business Information Warehouse
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSMDS_UNIVERSE General Set (Factory Class) 20041214
Properties
Class CL_RS_INFOOBJECT_UNIVERSE  
Short Description Global Universe for InfoObjects    
Super Class CL_RSMDS_UNIVERSE General Set (Factory Class) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RS   BW: General Business Information Warehouse 
Created 20041214   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)
Interfaces
Class CL_RS_INFOOBJECT_UNIVERSE has no interface implemented.
Friends
Class CL_RS_INFOOBJECT_UNIVERSE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_FIELDNM_IN_DB_TABLE Constant Private Type reference (TYPE) RS_CHAR1 'D' 20041214
2 C_FIELDNM_IN_STRUCTURE Constant Private Type reference (TYPE) RS_CHAR1 'S' 20041214
3 C_IOBJNM Constant Public See coding 20090210
4 C_ISET_CHA_DELIMITER Constant Private See coding 20060801
5 C_ISET_SID_DELIMITER Constant Private See coding 20060801
6 C_SID_DIMNAME Constant Public See coding 20090114
7 P_R_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_RS_INFOOBJECT_UNIVERSE Global Universe for InfoObjects 20041214
8 P_R_SID_TYPE Instance attribute Private Object reference (TYPE REF TO) IF_RSMDS_TYPE Data Type for Master Data ID Dimensions 20060306
9 P_TH_DIM2IOBJ Instance attribute Private See coding 20041214
10 P_TH_IOBJ2DIM Instance attribute Private See coding 20041214
Methods
# Method Level Visibility Method type Description Created on
1 DIMNAME_TO_IOBJNM Instance method Public Method 20041214
2 DIMNAME_TO_IOBJNM_INTERNAL Instance method Private Method 20060724
3 GET_DIMENSION_BY_IOBJNM Instance method Public Method Generate Dimension from InfoObject (also Nav. Attribute) 20041214
4 GET_INSTANCE Static method Public Method 20041214
5 IOBJNM_TO_DIMNAME Instance method Public Method 20041214
6 IOBJNM_TO_DIMNAME_INTERNAL Instance method Private Method 20060724
7 IS_ARCHIVE_IOBJNM Static method Public Method 20081119
8 IS_ARCHIVE_SIDNM Static method Public Method 20081119
9 IS_METAIOBJNM Static method Public Method 20081117
10 IS_SID_DIMENSION Static method Public Method 20081119
Events
Class CL_RS_INFOOBJECT_UNIVERSE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_DIM2IOBJ Private See coding 20041214 BEGIN OF ty_s_dim2iobj, dimname TYPE rsmds_dimname, iobjnm TYPE rsiobjnm, sid_dimension TYPE rs_bool, END OF ty_s_dim2iobj
Method Signatures

Method DIMNAME_TO_IOBJNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DIMNAME Call by reference Type reference (TYPE) RSMDS_DIMNAME Eindeutiger Name der Dimension 20041214
2 Returning R_IOBJNM Value transfer Type reference (TYPE) RSIOBJNM InfoObject 20041214

Method DIMNAME_TO_IOBJNM on class CL_RS_INFOOBJECT_UNIVERSE has no exception.

Method DIMNAME_TO_IOBJNM_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20060724
2 Exporting E_SID_DIMENSION Call by reference Type reference (TYPE) RS_BOOL Boolean 20060724
3 Importing I_DIMNAME Call by reference Type reference (TYPE) RSMDS_DIMNAME Eindeutiger Name der Dimension 20060724
4 Importing I_FOR_NAVIGATIONAL_ATTRIBUTE Call by reference Type reference (TYPE) RS_BOOL Boolean 20060724

Method DIMNAME_TO_IOBJNM_INTERNAL on class CL_RS_INFOOBJECT_UNIVERSE has no exception.

Method GET_DIMENSION_BY_IOBJNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AS_SID_DIMENSION Call by reference Type reference (TYPE) RS_BOOL Boolean 20060306
2 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM Names des InfoObjekts 20041214
3 Returning R_R_DIMENSION Value transfer Object reference (TYPE REF TO) IF_RSMDS_DIMENSION Dimension einer Menge 20041214
# Exception Resumable Description Created on
1 CX_RS_INVALID_NAME Unbekannte Dimension 20041214

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_UNIVERSE Value transfer Object reference (TYPE REF TO) CL_RS_INFOOBJECT_UNIVERSE Globales Universe auf InfoObjekten 20041214

Method GET_INSTANCE on class CL_RS_INFOOBJECT_UNIVERSE has no exception.

Method IOBJNM_TO_DIMNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AS_SID_DIMENSION Call by reference Type reference (TYPE) RS_BOOL Boolean 20060306
2 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20041214
3 Returning R_DIMNAME Value transfer Type reference (TYPE) RSMDS_DIMNAME Eindeutiger Name der Dimension 20041214
# Exception Resumable Description Created on
1 CX_RS_INVALID_NAME Ungültiger technischer Name 20041214

Method IOBJNM_TO_DIMNAME_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AS_SID_DIMENSION Call by reference Type reference (TYPE) RS_BOOL Boolean 20060724
2 Importing I_FOR_NAVIGATIONAL_ATTRIBUTE Call by reference Type reference (TYPE) RS_BOOL Boolean 20060907
3 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20060724
4 Returning R_DIMNAME Value transfer Type reference (TYPE) RSMDS_DIMNAME Eindeutiger Name der Dimension 20060724
# Exception Resumable Description Created on
1 CX_RS_INVALID_NAME Ungültiger technischer Name 20060724

Method IS_ARCHIVE_IOBJNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20081119
2 Returning R_RESULT Value transfer Type reference (TYPE) RS_BOOL Boolean 20081119

Method IS_ARCHIVE_IOBJNM on class CL_RS_INFOOBJECT_UNIVERSE has no exception.

Method IS_ARCHIVE_SIDNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DIMENSION Call by reference Type reference (TYPE) RSMDS_DIMNAME Eindeutiger Name der Dimension 20081119
2 Returning R_RESULT Value transfer Type reference (TYPE) RS_BOOL Boolean 20081119

Method IS_ARCHIVE_SIDNM on class CL_RS_INFOOBJECT_UNIVERSE has no exception.

Method IS_METAIOBJNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20081117
2 Returning R_RESULT Value transfer Type reference (TYPE) RS_BOOL Flag-Struktur 20081117

Method IS_METAIOBJNM on class CL_RS_INFOOBJECT_UNIVERSE has no exception.

Method IS_SID_DIMENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DIMNAME Call by reference Type reference (TYPE) RSMDS_DIMNAME Eindeutiger Name der Dimension 20081119
2 Returning R_RESULT Value transfer Type reference (TYPE) RS_BOOL Boolean 20081119

Method IS_SID_DIMENSION on class CL_RS_INFOOBJECT_UNIVERSE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700