cancel
Showing results for 
Search instead for 
Did you mean: 

Delete InfoCube Data

Former Member
0 Kudos

Hello!

I need to delete data of a particular InfoCube.

I was wondering if there is a standard function module in SAP which I can modify?

Kind regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

These are the function modules to delete cube contents

RSAPO_DELETE_CUBE

RSAPOADM_CLEANUP_CUBE

RSAR_DELETE_ICUBE

RSAU_INFOCUBE_CONTENT_DELETE

RSDG_CUBE_DELETE

RSDPC_DROP_CUBE

RSDPM_DB_CLEANUP_CUBE

RSDPTEST_MOLAP_CUBE_CLEANUP

RSDPW_INFOCUBE_DELETE_ALL_DATA

RSDPW_INFOCUBE_DELETE_DATA

RSDPW_INFOCUBE_DROP

RSDP_MDMETA_ICUBE_DROP

You can try using SE38 > RSDRD_DELETE_FACTS for selective deletion..

tarak

Answers (3)

Answers (3)

a_nagelhout
Explorer
0 Kudos

Hi Waldemar,

Why don't just right click and choose delete data for the cube?

regards, André

ravikanth_indurthi
Active Contributor
0 Kudos

Hi,

For deletion of cube data.

Go to SE38 Execute these Function Modules or Programs:

You can directly delete the request from manage or U can use these Function Modules.

RSDPW_INFOCUBE_DELETE_ALL_DATA

RSDPW_INFOCUBE_DELETE_DATA

RSDPW_INFOCUBE_DROP

If this is helpful then assign some points.

Rgs,

I.R.K

Former Member
0 Kudos

Please be wary of users just listing programs and fm's, for example RSDG_CUBE_DELETE can delete your entire cube not just content.

Always test in Dev on an dummy object (cube in this instance)

ravikanth_indurthi
Active Contributor
0 Kudos

Hi,

For deletion of cube data.

Go to SE38 Execute these Function Modules or Programs:

RSAPO_DELETE_CUBE

RSAPOADM_CLEANUP_CUBE

RSAR_DELETE_ICUBE

RSAU_INFOCUBE_CONTENT_DELETE

RSDG_CUBE_DELETE

RSDPC_DROP_CUBE

RSDPM_DB_CLEANUP_CUBE

RSDPTEST_MOLAP_CUBE_CLEANUP

RSDPW_INFOCUBE_DELETE_ALL_DATA

RSDPW_INFOCUBE_DELETE_DATA

RSDPW_INFOCUBE_DROP

RSDP_MDMETA_ICUBE_DROP

If this is helpful then assign some points.

Rgs,

I.R.K