cancel
Showing results for 
Search instead for 
Did you mean: 

activate a MultiCube

sven_mader2
Active Contributor
0 Kudos

Hi,

I want to activate my MultiCubes with a ABAP program. But I get a error.

In debugging I see the SAP coding have only three characteristics: DATAPAKID, RECORD and REQUEST.

Where are my characteristics and my keyfirgures? Why the SAP programs don't read the infocube definition.

I used the function module RSDG_CUBE_ACTIVATE. Also I checked the methode IF_RSO_TLOGO_MAINTAIN~ACTIVATE of the class CL_RSD_CUBE.

Both have the same result: the multicube can't to be activate, because the multicube don't have any infoobjects.

How can I activate a MultiCube in background. Can you give me a abap coding.

Thanks

Sven

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member205352
Active Contributor
0 Kudos

Try using this :

RSDG_MPRO_ACTIVATE

Hope this helps.

sven_mader2
Active Contributor
0 Kudos

I locking for a function module. RSDG_MPRO_ACTIVATE is not here - I have BI7.0 with Patch 18.

I have

RSDG_CUBE_ACTIVATE

RSDG_IOBC_ACTIVATE

Sven

former_member205352
Active Contributor
0 Kudos

Its not function module its program

Check in SE38, its available in my system.

Hope this helps.