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: 

how to delete developer access key

former_member633852
Participant
0 Kudos

Hi Experts,

How can i delete developer access key from SAP user,

Regards

1 ACCEPTED SOLUTION

ThomasZloch
Active Contributor
0 Kudos

Delete the respective entry from table DEVACCESS.

Thomas

7 REPLIES 7

ThomasZloch
Active Contributor
0 Kudos

Delete the respective entry from table DEVACCESS.

Thomas

Former Member
0 Kudos

Hi

It will be easy to remove development authorization for the user, for whom you are looking to remove developer access key

Regards

Madhan

former_member633852
Participant
0 Kudos

Thanks for quick reply,

whats the method to delete DEVACCESS table entry from sap level , sm30 does not work,

I've deleted entry from database level with command,

delete from saperp.devaccess where uname='<user>'

Thanks

0 Kudos

Hello,

It is possible to delete DEVACCESS entries on SAP level, by transaction SE16N ('edit' mode of course).

Regards,

Gábor Balogh

0 Kudos

If you remove the entry from the table, whats to stop the user from re-entering the SCCR key when the input screen pops up?

Other than remove security to develop?

0 Kudos

The user is registered as a developer for a certain system at SAP. I do not know if there is a way for deregistering a user. If the user has a developer role AUTHORIZATION OBJECT, he can enter the key received from SAP. Once entered, it is stored in DEVACCESS.

Just remove the DEVELOPMENT AUTHORIZATION OBJECT from the user and the key is useless because it can not be entered again..

Regards,

Clemens

Former Member
0 Kudos

This message was moderated.