Application Development and Automation 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: 
Read only

how to delete developer access key

Former Member
0 Likes
4,035

Hi Experts,

How can i delete developer access key from SAP user,

Regards

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
2,293

Delete the respective entry from table DEVACCESS.

Thomas

7 REPLIES 7
Read only

ThomasZloch
Active Contributor
0 Likes
2,294

Delete the respective entry from table DEVACCESS.

Thomas

Read only

Former Member
0 Likes
2,293

Hi

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

Regards

Madhan

Read only

Former Member
0 Likes
2,293

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

Read only

0 Likes
2,293

Hello,

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

Regards,

Gábor Balogh

Read only

0 Likes
2,293

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?

Read only

0 Likes
2,293

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

Read only

Former Member
0 Likes
2,293

This message was moderated.