Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Client deletion at AS400

Former Member
0 Kudos

HI,

We have a request to delete few clients in our SAP Dev system for this we need to delete them at AS400 level.

We can delete at SAP with SCC5 but we are not having access to those clients so we have only option to delete them at OS (AS400) Level.

Can someone please direct me to do the same if you are having the expertise at AS400/ISeries.

Thanks all in advance

Thanks

Ashok Kumar

1 REPLY 1

markus_doehr2
Active Contributor
0 Kudos

> We can delete at SAP with SCC5 but we are not having access to those clients so we have only option to delete them at OS (AS400) Level.

You have two options:

- delete user SAP* in that client using SQL and re-logon to the client and delete it using SCC5

- create an R3trans control file and delete the client from OS level (Note 1942 - How does R3trans work?)

Markus