cancel
Showing results for 
Search instead for 
Did you mean: 

Mass deletion of workbooks

Former Member
0 Kudos

Hi experts,

Can anyone tell me how to do mass deletion of workbooks.

I know there is a function module RRMX_WORKBOOKS_DELETE.

but this will have to executed for each of the workbook.

how can we delete many workbooks in one go ?

Cheers

Venkata

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

have you tried using transaction RSZDELETE.

Former Member
0 Kudos

RSZDELETE deletes queries and associated workbooks if any.

But if you want only to delete workbooks, you could maybe use the RSWB_ROLES_REORG program (depends on what you want to do).

This program can help you to delete for instance unreferenced workbooks (workbooks not in roles).

Former Member
0 Kudos

Hi Raj,

Yes, i am aware of the RSZDELETE transaction. The problem is with that is it will deleted all the workbooks in which the deleted queries exist, even though the workbook has other queries that are not deleted using RSZDELETE.

So I want to know if there is any other way of doing a mass deletion of the workbooks

Regards

Venkata

Former Member
0 Kudos

Hi,

Thanks for the reply.

I want to know how to do mass deletion of not only unreferenced workbooks but a list of selected workbook which could include not referrence and non referenced.

Regards

Venkata

Answers (0)