cancel
Showing results for 
Search instead for 
Did you mean: 

Converting Basic Cube to transactional

Former Member
0 Kudos
89

I have a very basic question on converting basic cube to transactional. I have set the transactional flags for entries (OBJVERS A & M) and executed the ABAP report SAP_CONVERT_TO_TRANSACTIONAL. The cube has been set to transactional. Now my problem is I am unable to get the context menu, which can convert the transactional cube back to basic. Any suggestion is eagerly awaited.

regs

D Bret

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

So do you want to switch the mode to enable loading or you want to convert the cube permanently to a basic cube?

Former Member
0 Kudos

Hi,

I have the same problem, I have run the SAP_CONVERT_TO_TRANSACTIONAL, but am getting the message:

InfoCube ZBFIGL01 is not a transactional cube.Switching to loading not allowed.

when trying to toggle in the context menu. Is there a step I have missed?

Thanks

Rex

Former Member
0 Kudos

Hi,

The context menu should have the 'Switch transactional InfoCube ' option if the InfoCube is transactional. This will not allow you to convert the InfoCube back to a basic InfoCube but will allow you to toggle the InfoCube between 'Transactional InfoCube can be loaded with data, planning not allowed' and 'Transactional InfoCube can be planned, loading not allowed'.

These context menu options achieves the same functions as the function modules mentioned in the previous reply.

Kind regards,

Dorothy

Former Member
0 Kudos

Hi,

As far as I know you can use

RSAPO_SWITCH_BATCH_TO_TRANS and

RSAPO_SWITCH_TRANS_TO_BATCH

functional modules to switch cubes.

Best regards,

Eugene