SAP ABAP Class CL_RS_ANALYTIC_MODEL_CUBE (Administrative Class for InfoCubes of Analytical Model)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RS_ANALYTIC_MODEL (Package) Generation and Administration of Models
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSO_APPLICATION_LOG_CONST BW Repository: Interface & Constants for Application Log 20070719
Properties
Class CL_RS_ANALYTIC_MODEL_CUBE  
Short Description Administrative Class for InfoCubes of Analytical Model    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package RS_ANALYTIC_MODEL   Generation and Administration of Models 
Created 20070719   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 RSDG Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSO_APPLICATION_LOG_CONST BW Repository: Interface & Constants for Application Log 20070719
Friends
Class CL_RS_ANALYTIC_MODEL_CUBE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PROBCLASS_HIGH Instance attribute Private Attribute reference (LIKE) 20070719
2 PROBCLASS_LOW Instance attribute Private Attribute reference (LIKE) 20070719
3 PROBCLASS_MEDIUM Instance attribute Private Attribute reference (LIKE) 20070719
4 PROBCLASS_NONE Instance attribute Private Attribute reference (LIKE) 20070719
5 PROBCLASS_VERY_HIGH Instance attribute Private Attribute reference (LIKE) 20070719
6 P_C_PREFIX Constant Public Type reference (TYPE) CHAR6 '/BI1/A' Namespace Prefix 20070719
7 P_C_PREFIX_TYPE_CHARACTERISTIC Constant Public Type reference (TYPE) CHAR1 'C' Characteristic Prefix 20070719
8 P_C_PREFIX_TYPE_INFOPROV Constant Public Type reference (TYPE) CHAR1 'I' InfoProvider Prefix 20070719
9 P_C_PREFIX_TYPE_KEYFIGURE Constant Public Type reference (TYPE) CHAR1 'K' Key Figure Prefix 20070719
10 P_C_PREFIX_TYPE_UNIT Constant Public Type reference (TYPE) CHAR1 'U' Unit Prefix 20070719
11 P_TH_INFOPROVS Instance attribute Private Type reference (TYPE) PT_TH_INFOPROVS Mapped InfoProviders 20070720
12 P_TH_IOBJNMS Instance attribute Private Type reference (TYPE) PT_TH_IOBJNMS Mapped InfoObjects 20070720
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_INFOOBJECTS Instance method Private Method Activates Generated or Changed InfoObjects 20070719
2 ACTIVATE_INFOPROVIDER Instance method Private Method Activates Generated or Changed InfoProvider 20070719
3 APPEND_MESSAGE Instance method Private Method Adds a Message 20070719
4 CREATE_INFOOBJECT Instance method Private Method Creates an InfoObject 20070719
5 CREATE_INFOOBJECT_NAME Instance method Private Method Generates a New InfoObject Name 20070719
6 CREATE_INFOPROVIDER Instance method Private Method Generates an InfoProvider 20070719
7 CREATE_INFOPROVIDER_NAME Instance method Private Method Generates New InfoProvider Name 20070719
8 CREATE_OR_MODIFY Instance method Public Method Generates New InfoCube 20070719
9 CUBE_EXISTS Instance method Public Method InfoCube Definition Exists 20070719
10 DELETE Instance method Public Method Deletes an InfoCube 20070719
11 DELETE_INFOOBJECTS Instance method Private Method Deletes InfoObjects 20070808
12 DELETE_INFOPROVIDER Instance method Private Method Delete InfoProvider 20070808
13 DELETE_MAPPING Instance method Private Method Deletes Mapping Information for InfoCube 20070719
14 INFOOBJECT_EQUALS Instance method Private Method Comparison of InfoObject Structure 20070808
15 NOTIFY_PROGRESS Instance method Private Method Provides Progress Information to RFC Caller 20070720
16 READ_MAPPING Instance method Private Method Reads Mapping Information for InfoCube 20070719
17 READ_MAPPING_BY_CUBE Instance method Public Method Reads Mapping Information for InfoCube 20070719
18 WRITE_MAPPING Instance method Private Method Writes Mapping Information 20070719
Events
Class CL_RS_ANALYTIC_MODEL_CUBE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 PT_S_INFOPROVS Private See coding 20070720 BEGIN OF pt_s_infoprovs, infoprov TYPE rsinfoprov, END OF pt_s_infoprovs
2 PT_S_IOBJNMS Private See coding 20070720 BEGIN OF pt_s_iobjnms, iobjnm TYPE rsiobjnm, END OF pt_s_iobjnms
3 PT_TH_INFOPROVS Private See coding 20070720 pt_th_infoprovs TYPE HASHED TABLE OF pt_s_infoprovs WITH UNIQUE KEY infoprov
4 PT_TH_IOBJNMS Private See coding 20070720 pt_th_iobjnms TYPE HASHED TABLE OF pt_s_iobjnms WITH UNIQUE KEY iobjnm
Method Signatures

Method ACTIVATE_INFOOBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20070719
2 Importing I_T_INFOOBJECTS Call by reference Type reference (TYPE) RSD_T_IOBJNM Liste von InfoObjects 20070719

Method ACTIVATE_INFOOBJECTS on class CL_RS_ANALYTIC_MODEL_CUBE has no exception.

Method ACTIVATE_INFOPROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20070719
2 Importing I_INFOPROVIDER Value transfer Type reference (TYPE) RSINFOPROV InfoProvider 20070719

Method ACTIVATE_INFOPROVIDER on class CL_RS_ANALYTIC_MODEL_CUBE has no exception.

Method APPEND_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20070719
2 Importing I_S_MSG Value transfer Type reference (TYPE) BAL_S_MSG Anwendungs-Log: Daten einer Meldung 20070808

Method APPEND_MESSAGE on class CL_RS_ANALYTIC_MODEL_CUBE has no exception.

Method CREATE_INFOOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20070719
2 Importing I_IS_NEW Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Ist neu 20070719
3 Importing I_S_CUBE_OBJECT Call by reference Type reference (TYPE) RRAM_S_CUBE_OBJECT Details einer Dimension oder Kennzahl eines Cubes 20070719
4 Importing I_T_ATTRIBUTES Call by reference Type reference (TYPE) RSD_T_BAPI6108AT InfoObjects - Attribute (Tabelle) 20070720

Method CREATE_INFOOBJECT on class CL_RS_ANALYTIC_MODEL_CUBE has no exception.

Method CREATE_INFOOBJECT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJTP Value transfer Type reference (TYPE) RSIOBJTP Typ eines InfoObjects 20070719
2 Returning R_IOBJNM Value transfer Type reference (TYPE) RSIOBJNM InfoObject 20070719

Method CREATE_INFOOBJECT_NAME on class CL_RS_ANALYTIC_MODEL_CUBE has no exception.

Method CREATE_INFOPROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20070719
2 Importing I_CUBE Value transfer Type reference (TYPE) RRAMCUBE Name eines Cubes im analytischen Modell 20070808
3 Importing I_CUBE_EXISTS Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE InfoCube existiert bereits 20070720
4 Importing I_RFCDEST Value transfer Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20070808
5 Importing I_S_CUBE_DETAILS Value transfer Type reference (TYPE) BAPI6112 InfoCube - Details 20070719
6 Importing I_TEMPLATE_INFOPROV Value transfer Type reference (TYPE) RSINFOPROV InfoProvider 20070719
7 Importing I_TH_CUBE_OBJECT Call by reference Type reference (TYPE) RRAM_TH_CUBE_OBJECT Details einer Dimension oder Kennzahl eines Cubes 20070719

Method CREATE_INFOPROVIDER on class CL_RS_ANALYTIC_MODEL_CUBE has no exception.

Method CREATE_INFOPROVIDER_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INFOPROV Value transfer Type reference (TYPE) RSINFOPROV InfoProvider 20070719

Method CREATE_INFOPROVIDER_NAME on class CL_RS_ANALYTIC_MODEL_CUBE has no exception.

Method CREATE_OR_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_CUBE_DETAILS Call by reference Type reference (TYPE) BAPI6112 InfoCube - Details 20070720
2 Exporting E_TH_CUBE_OBJECT Call by reference Type reference (TYPE) RRAM_TH_CUBE_OBJECT Details einer Dimension oder Kennzahl eines Cubes 20070720
3 Exporting E_T_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20070719
4 Importing I_CALLED_BY_RFC Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE Über RFC aufgerufen 20070720
5 Importing I_CUBE Value transfer Type reference (TYPE) RRAMCUBE Name eines Cubes im analytischen Modell 20070719
6 Importing I_RFCDEST Value transfer Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20070719
7 Importing I_S_CUBE_DETAILS Call by reference Type reference (TYPE) BAPI6112 InfoCube - Details 20070719
8 Importing I_TEMPLATE_INFOPROV Value transfer Type reference (TYPE) RSINFOPROV InfoProvider 20070719
9 Importing I_TH_CUBE_OBJECT Call by reference Type reference (TYPE) RRAM_TH_CUBE_OBJECT Details einer Dimension oder Kennzahl eines Cubes 20070719
10 Importing I_T_ATTRIBUTES Call by reference Type reference (TYPE) RSD_T_BAPI6108AT InfoObjects - Attribute (Tabelle) 20070720

Method CREATE_OR_MODIFY on class CL_RS_ANALYTIC_MODEL_CUBE has no exception.

Method CUBE_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CUBE Value transfer Type reference (TYPE) RRAMCUBE Name eines Cubes im analytischen Modell 20070719
2 Importing I_RFCDEST Value transfer Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20070719
3 Returning R_EXISTS Value transfer Type reference (TYPE) RS_BOOL Boolean 20070719

Method CUBE_EXISTS on class CL_RS_ANALYTIC_MODEL_CUBE has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20070719
2 Importing I_CALLED_BY_RFC Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE Über RFC aufgerufen 20070720
3 Importing I_CUBE Value transfer Type reference (TYPE) RRAMCUBE Name eines Cubes im analytischen Modell 20070719
4 Importing I_RFCDEST Value transfer Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20070719

Method DELETE on class CL_RS_ANALYTIC_MODEL_CUBE has no exception.

Method DELETE_INFOOBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20070808
2 Importing I_T_IOBJNM Call by reference Type reference (TYPE) RSD_T_C30 InfoObject Namen 20070808

Method DELETE_INFOOBJECTS on class CL_RS_ANALYTIC_MODEL_CUBE has no exception.

Method DELETE_INFOPROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20070808
2 Importing I_CUBE Value transfer Type reference (TYPE) RRAMCUBE Name eines Cubes im analytischen Modell 20070808
3 Importing I_INFOPROV Value transfer Type reference (TYPE) RSINFOPROV InfoProvider 20070808
4 Importing I_RFCDEST Value transfer Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20070808

Method DELETE_INFOPROVIDER on class CL_RS_ANALYTIC_MODEL_CUBE has no exception.

Method DELETE_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CUBE Value transfer Type reference (TYPE) RRAMCUBE Name eines Cubes im analytischen Modell 20070719
2 Importing I_RFCDEST Value transfer Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20070719
# Exception Resumable Description Created on
1 DELETE_FAILED Beim Löschen ist ein Fehler aufgetreten 20070719

Method INFOOBJECT_EQUALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_CUBE_OBJECT Call by reference Type reference (TYPE) RRAM_S_CUBE_OBJECT Details einer Dimension oder Kennzahl eines Cubes 20070808
2 Returning R_RESULT Value transfer Type reference (TYPE) RS_BOOL Boolean 20070808

Method INFOOBJECT_EQUALS on class CL_RS_ANALYTIC_MODEL_CUBE has no exception.

Method NOTIFY_PROGRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTUAL Value transfer Type reference (TYPE) I '0' Aktueller Wert 20070720
2 Importing I_MAX Value transfer Type reference (TYPE) I '10' Maximaler Wert 20070720
3 Importing I_MESSAGE Value transfer Type reference (TYPE) STRING '' Nachricht 20070720
4 Importing I_MIN Value transfer Type reference (TYPE) I '0' Minimaler Wert 20070720

Method NOTIFY_PROGRESS on class CL_RS_ANALYTIC_MODEL_CUBE has no exception.

Method READ_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_BIADIR Call by reference Type reference (TYPE) RRAMBIADIR Analytisches Modell: Verzeichnis InfoProvider BIA 20070719
2 Exporting E_TH_BIAIOBJ Call by reference Type reference (TYPE) RRAM_TH_BIAIOBJ Analytical Model: Abbildung InfoObject auf TREX Attribute 20070719
3 Importing I_CUBE Value transfer Type reference (TYPE) RRAMCUBE Name eines Cubes im analytischen Modell 20070719
4 Importing I_RFCDEST Value transfer Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20070719
# Exception Resumable Description Created on
1 CUBE_NOT_FOUND Informationen zum Cube wurden nicht gefunden 20070719

Method READ_MAPPING_BY_CUBE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_BIADIR Call by reference Type reference (TYPE) RRAMBIADIR Analytisches Modell: Verzeichnis InfoProvider BIA 20070719
2 Exporting E_TH_BIAIOBJ Call by reference Type reference (TYPE) RRAM_TH_BIAIOBJ Analytical Model: Abbildung InfoObject auf TREX Attribute 20070719
3 Importing I_INFOPROV Value transfer Type reference (TYPE) RSINFOPROV InfoProvider 20070719
# Exception Resumable Description Created on
1 INFOPROV_NOT_FOUND Definition wurde für diesen InfoProvider nicht gefunden 20070719

Method WRITE_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_BIADIR Call by reference Type reference (TYPE) RRAMBIADIR Analytisches Modell: Verzeichnis InfoProvider BIA 20070719
2 Importing I_TH_BIAIOBJ Call by reference Type reference (TYPE) RRAM_TH_BIAIOBJ Analytical Model: Abbildung InfoObject auf TREX Attribute 20070719
# Exception Resumable Description Created on
1 WRITE_FAILED Fehler beim Schreiben der Daten 20070719
History
Last changed by/on SAP  20130531 
SAP Release Created in 710