How to find an Infocube is Basic or Transactional in ABAP

Question: Hi all

I have an abap Program and I need to find the cube which I am reading
is Basic or Transactional.

Can anyone suggest me any SAP defined function modules which can find this or is there any table where we can find if the cube is presently Transactional in nature..so that I can switch to Basic using my ABAP program.

Thanks in Advance,
Mike.

Answer:
table RSDCUBE

Gr,
M.

Answer:
Function module RSAPO_SWITCH_TRANS_TO_BATCH changes the cube from transactional to basic.
Function module RSAPO_SWITCH_BATCH_TO_TRANS changes the cube from basic to transactional.

Answer:
Hi frnd,

The table RSDCUBE will help you , if you check the TRANSACT as true it will list you all the transactional cubes

hope this will help you
raky
Copyright ?2007 - 2008 www.jt77.com