cancel
Showing results for 
Search instead for 
Did you mean: 

client deletion

Former Member
0 Kudos

Hello All,

I want to delete one of the my client in my system

Can you tell me how to delete the client.

I have doubt in .

If i want to delete client 804 ,

so should i logon to same client 804 and delete it using SCC5.

or some other way to delete the client plz tell me

Thanks

Atul

Accepted Solutions (1)

Accepted Solutions (1)

JPReyes
Active Contributor
0 Kudos

Yes, execute SCC5 from the client to be deleted.

Read,

http://help.sap.com/saphelp_nw04s/helpdata/EN/69/c24c9c4ba111d189750000e8322d00/frameset.htm

Regards

Juan

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

1 -> log into the client to delete

2 -> go into SCC5 and delete client

3 -> log into another client and delete entry with 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 804, you have to create a command file "del804" with following entries

Clientremove

Client = 804

Select *

Place the command file in /usr/sap/trans/bin

$ cd /usr/sap/trans/bin

$ R3trans u2013w <log file name> -u 1 <command file name >

e.g $ R3trans -w del804.log -u 1 del804

To check the progress...

$ tail -f del804

Let us know, how it went....

V....

Edited by: V Basis on Nov 13, 2008 4:32 PM

Former Member
0 Kudos

Log on to the client to be deleted.

SCC5

You can also specify whether you want to delete the client from the client administration (T000).

Setup the parallel process parameters.

Start the deletion.

    • Do NOT copy & paste from help.sap.com... always quote the source*

Read the "Rules of Engagement"

Edited by: Juan Reyes on Nov 12, 2008 9:35 AM

Former Member
0 Kudos

login to target client and execute scc5 transaction and follow further information.

cheers,

-Sunil