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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | ![]() |
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 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20070719 | ||||
2 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20070719 | ||||
3 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20070719 | ||||
4 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20070719 | ||||
5 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20070719 | ||||
6 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR6 | '/BI1/A' | Namespace Prefix | 20070719 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR1 | 'C' | Characteristic Prefix | 20070719 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR1 | 'I' | InfoProvider Prefix | 20070719 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR1 | 'K' | Key Figure Prefix | 20070719 | |
10 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR1 | 'U' | Unit Prefix | 20070719 | |
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | PT_TH_INFOPROVS | Mapped InfoProviders | 20070720 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | PT_TH_IOBJNMS | Mapped InfoObjects | 20070720 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Activates Generated or Changed InfoObjects | 20070719 |
2 | ![]() |
Instance method | Private | Method | Activates Generated or Changed InfoProvider | 20070719 |
3 | ![]() |
Instance method | Private | Method | Adds a Message | 20070719 |
4 | ![]() |
Instance method | Private | Method | Creates an InfoObject | 20070719 |
5 | ![]() |
Instance method | Private | Method | Generates a New InfoObject Name | 20070719 |
6 | ![]() |
Instance method | Private | Method | Generates an InfoProvider | 20070719 |
7 | ![]() |
Instance method | Private | Method | Generates New InfoProvider Name | 20070719 |
8 | ![]() |
Instance method | Public | Method | Generates New InfoCube | 20070719 |
9 | ![]() |
Instance method | Public | Method | InfoCube Definition Exists | 20070719 |
10 | ![]() |
Instance method | Public | Method | Deletes an InfoCube | 20070719 |
11 | ![]() |
Instance method | Private | Method | Deletes InfoObjects | 20070808 |
12 | ![]() |
Instance method | Private | Method | Delete InfoProvider | 20070808 |
13 | ![]() |
Instance method | Private | Method | Deletes Mapping Information for InfoCube | 20070719 |
14 | ![]() |
Instance method | Private | Method | Comparison of InfoObject Structure | 20070808 |
15 | ![]() |
Instance method | Private | Method | Provides Progress Information to RFC Caller | 20070720 |
16 | ![]() |
Instance method | Private | Method | Reads Mapping Information for InfoCube | 20070719 |
17 | ![]() |
Instance method | Public | Method | Reads Mapping Information for InfoCube | 20070719 |
18 | ![]() |
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 | ![]() |
C_T_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Tabelle mit BAPI Return Informationen | 20070719 | ||
2 | ![]() |
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 | ![]() |
C_T_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Tabelle mit BAPI Return Informationen | 20070719 | ||
2 | ![]() |
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 | ![]() |
C_T_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Tabelle mit BAPI Return Informationen | 20070719 | ||
2 | ![]() |
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 | ![]() |
C_T_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Tabelle mit BAPI Return Informationen | 20070719 | ||
2 | ![]() |
I_IS_NEW | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Ist neu | 20070719 | |
3 | ![]() |
I_S_CUBE_OBJECT | Call by reference | Type reference (TYPE) | RRAM_S_CUBE_OBJECT | Details einer Dimension oder Kennzahl eines Cubes | 20070719 | ||
4 | ![]() |
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 | ![]() |
I_IOBJTP | Value transfer | Type reference (TYPE) | RSIOBJTP | Typ eines InfoObjects | 20070719 | ||
2 | ![]() |
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 | ![]() |
C_T_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Tabelle mit BAPI Return Informationen | 20070719 | ||
2 | ![]() |
I_CUBE | Value transfer | Type reference (TYPE) | RRAMCUBE | Name eines Cubes im analytischen Modell | 20070808 | ||
3 | ![]() |
I_CUBE_EXISTS | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | InfoCube existiert bereits | 20070720 | |
4 | ![]() |
I_RFCDEST | Value transfer | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20070808 | ||
5 | ![]() |
I_S_CUBE_DETAILS | Value transfer | Type reference (TYPE) | BAPI6112 | InfoCube - Details | 20070719 | ||
6 | ![]() |
I_TEMPLATE_INFOPROV | Value transfer | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20070719 | ||
7 | ![]() |
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 | ![]() |
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 | ![]() |
E_S_CUBE_DETAILS | Call by reference | Type reference (TYPE) | BAPI6112 | InfoCube - Details | 20070720 | ||
2 | ![]() |
E_TH_CUBE_OBJECT | Call by reference | Type reference (TYPE) | RRAM_TH_CUBE_OBJECT | Details einer Dimension oder Kennzahl eines Cubes | 20070720 | ||
3 | ![]() |
E_T_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Tabelle mit BAPI Return Informationen | 20070719 | ||
4 | ![]() |
I_CALLED_BY_RFC | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Über RFC aufgerufen | 20070720 | |
5 | ![]() |
I_CUBE | Value transfer | Type reference (TYPE) | RRAMCUBE | Name eines Cubes im analytischen Modell | 20070719 | ||
6 | ![]() |
I_RFCDEST | Value transfer | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20070719 | ||
7 | ![]() |
I_S_CUBE_DETAILS | Call by reference | Type reference (TYPE) | BAPI6112 | InfoCube - Details | 20070719 | ||
8 | ![]() |
I_TEMPLATE_INFOPROV | Value transfer | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20070719 | ||
9 | ![]() |
I_TH_CUBE_OBJECT | Call by reference | Type reference (TYPE) | RRAM_TH_CUBE_OBJECT | Details einer Dimension oder Kennzahl eines Cubes | 20070719 | ||
10 | ![]() |
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 | ![]() |
I_CUBE | Value transfer | Type reference (TYPE) | RRAMCUBE | Name eines Cubes im analytischen Modell | 20070719 | ||
2 | ![]() |
I_RFCDEST | Value transfer | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20070719 | ||
3 | ![]() |
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 | ![]() |
E_T_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Tabelle mit BAPI Return Informationen | 20070719 | ||
2 | ![]() |
I_CALLED_BY_RFC | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Über RFC aufgerufen | 20070720 | |
3 | ![]() |
I_CUBE | Value transfer | Type reference (TYPE) | RRAMCUBE | Name eines Cubes im analytischen Modell | 20070719 | ||
4 | ![]() |
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 | ![]() |
C_T_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Tabelle mit BAPI Return Informationen | 20070808 | ||
2 | ![]() |
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 | ![]() |
C_T_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Tabelle mit BAPI Return Informationen | 20070808 | ||
2 | ![]() |
I_CUBE | Value transfer | Type reference (TYPE) | RRAMCUBE | Name eines Cubes im analytischen Modell | 20070808 | ||
3 | ![]() |
I_INFOPROV | Value transfer | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20070808 | ||
4 | ![]() |
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 | ![]() |
I_CUBE | Value transfer | Type reference (TYPE) | RRAMCUBE | Name eines Cubes im analytischen Modell | 20070719 | ||
2 | ![]() |
I_RFCDEST | Value transfer | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20070719 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
I_S_CUBE_OBJECT | Call by reference | Type reference (TYPE) | RRAM_S_CUBE_OBJECT | Details einer Dimension oder Kennzahl eines Cubes | 20070808 | ||
2 | ![]() |
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 | ![]() |
I_ACTUAL | Value transfer | Type reference (TYPE) | I | '0' | Aktueller Wert | 20070720 | |
2 | ![]() |
I_MAX | Value transfer | Type reference (TYPE) | I | '10' | Maximaler Wert | 20070720 | |
3 | ![]() |
I_MESSAGE | Value transfer | Type reference (TYPE) | STRING | '' | Nachricht | 20070720 | |
4 | ![]() |
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 | ![]() |
E_S_BIADIR | Call by reference | Type reference (TYPE) | RRAMBIADIR | Analytisches Modell: Verzeichnis InfoProvider BIA | 20070719 | ||
2 | ![]() |
E_TH_BIAIOBJ | Call by reference | Type reference (TYPE) | RRAM_TH_BIAIOBJ | Analytical Model: Abbildung InfoObject auf TREX Attribute | 20070719 | ||
3 | ![]() |
I_CUBE | Value transfer | Type reference (TYPE) | RRAMCUBE | Name eines Cubes im analytischen Modell | 20070719 | ||
4 | ![]() |
I_RFCDEST | Value transfer | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20070719 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
E_S_BIADIR | Call by reference | Type reference (TYPE) | RRAMBIADIR | Analytisches Modell: Verzeichnis InfoProvider BIA | 20070719 | ||
2 | ![]() |
E_TH_BIAIOBJ | Call by reference | Type reference (TYPE) | RRAM_TH_BIAIOBJ | Analytical Model: Abbildung InfoObject auf TREX Attribute | 20070719 | ||
3 | ![]() |
I_INFOPROV | Value transfer | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20070719 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
I_S_BIADIR | Call by reference | Type reference (TYPE) | RRAMBIADIR | Analytisches Modell: Verzeichnis InfoProvider BIA | 20070719 | ||
2 | ![]() |
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 | ![]() |
Fehler beim Schreiben der Daten | 20070719 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |