Tuesday 12 April 2022

Delete SAP Client from OS Level

Instead of delete SAP client from SAP application level we can do the same from OS level as well. It is bit faster than application level. This may useful at sometime.

1. Login to application server OS level with SIDADM User

2. Go to location /usr/sap/trans/bin directory

3. Create a file with  .CTL format which includes following content,

client=<Client Number>
select  
clientremove
Example :-
clientremove
client=300
select  *

SAP Client delete from OS level

File Name Format Example - Client_<SID><CLNT NO>_Delete.CLT
For our example , System ID = ECP and CLIENT = 300 , so the file should be look like ;
Client_ECP600_Delete.CLT
4. Let’s realized the operation via R3trans command
R3trans -w <Log file name> <Script name>
Example :-
R3trans -w Client_ECP600_LOG.log Client_SID600_Delete.ctl

SAP Client delete from OS level

Wait until it complete,

SAP Client delete from OS level
5. After successful completion of the execution, check the log file for more details.
Log File - Client_ECP600_LOG.log 
Login to SAP system & delete Client entries from table T000 or from SCC4 

Also Read,

How to delete client in SAP system


Share this

0 Comment to "Delete SAP Client from OS Level"

Post a Comment