一、Delete SAP Client at SAP GUI
1. Run Tcode:SCC5 delete the client
2. Login into another client to run scc4 to delete the entry in the list with the client
二、Delete SAP Client at OS Level
1. Login to OS level as <SID>adm and change directory to:
# cd /usr/sap/trans/bin |
2. Create a control file via VI editor with the following input
clientremove client = <CLIENT-NUMBER> select * |
Note:
Replace <CLIENT-NUMBER> with your SAP system client number. Save the file!
3. Execute below command.
# R3trans –w <LOG-FILENAME> -u 1 <CONTROL-FILENAME> |
Example:
# R3trans -w deleteclient500.log -u 1 deleteclient500.ctl |
4. Monitor the progress of the client deletion.
# tail -f deleteclient500.log |