cancel
Showing results for 
Search instead for 
Did you mean: 

Delete the Master and transaction data in client

ganesh_borase2
Participant
0 Kudos

Hello everybody,

i want to delete the Application data ( Master and transaction data) in the client.

so please suggest me how to do?

Secondly, I am unable to delete the client because some request and some ABAP

development is done on that Client. so i think it is risky to delete the client.

So please suggest me how to do?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

What you can do is the following :

1/

Peform a client copy from your current client to a new client with profile SAP_UCUS.

This will copy the users/authorisations and customizing to a new client (no master and transactional data).

2/

Afterwards perform a client copy from the new client to your current client with profile SAP_ALL.

This will not only copy the users and customizing to the current client again but will also delete master and transactional data in the current client (because this data does not exist in the newly created client).

I recommend when you perform this that you lock everyone in the current client.

This operation will have no effect on your developments nor on your open transport requests.

Only side effect :

Some of the pseudo customizing is stored in tables of type 'A', data in these tables will also be deleted.

Example of such data is classification data that is often used in customizing.

I hope this is usefull.

Wim

JPReyes
Active Contributor
0 Kudos

Why don't you do a client copy and leave those behind in the other client...

Regards

Juan