Delete SAP client

1. Log into the client to delete
2. Go into SCC5 and delete client
3. Log into another client and delete the Client entry in SCC4
4. Reorg database to recover database space.

If you check "on" the little "Delete Entry from T000" checkbox, you can skip step 3.

One other way of deleting a client which could give significant performance gain and save time is at OS level using - R3trans

To delete a client 130, you have to create a command file "del130" with following entries

Clientremove
Client = 130
Select *
Place the command file in /usr/sap/trans/bin
$ cd /usr/sap/trans/bin
$ R3trans –w -u 1
e.g $ R3trans -w del130.log -u 1 del130
To check the progress...
$ tail -f del130

Reorg the database after deleting the client.

No comments:

topics