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
select
clientremove
Example :-
clientremove
client=300
select *
clientremove
client=300
select *
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
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
R3trans -w Client_ECP600_LOG.log Client_SID600_Delete.ctl
Wait until it complete,
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
0 Comment to "Delete SAP Client from OS Level"
Post a Comment