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 can I delete a developer key?

Former Member
0 Likes
522

Hi people!

In R/3 where or how can I delete a developer key?

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
468

You'll have to delete the entry from table DEVACCESS.

delete from devaccess where uname eq 'USERNAME'.

2 REPLIES 2
Read only

Former Member
0 Likes
468

Why do you want to delete Developer Key ?

Table name is DEVACCESS.

Thanks

Seshu

Read only

Former Member
0 Likes
469

You'll have to delete the entry from table DEVACCESS.

delete from devaccess where uname eq 'USERNAME'.