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: 

Developper key

rainer_hbenthal
Active Contributor
0 Kudos

Hi,

is there any way of revoking a developper key?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

As there doesn't seem to be any delivered way of maintaining table DEVACCESS I think you'll need to remove the entry directly.

Regards,

Nick

4 REPLIES 4

Former Member
0 Kudos

Remove it from the database table?

Former Member
0 Kudos

Hi,

As there doesn't seem to be any delivered way of maintaining table DEVACCESS I think you'll need to remove the entry directly.

Regards,

Nick

Former Member
0 Kudos

Hi,

The developer key is a combination of you installation number, your license key (that you get from http://service.sap.com/licensekey) and the user name. If you find out these numbers then revoking is possible.

Regards,

Sakthi

Former Member
0 Kudos

If you have a license concern, then setting the UID out of account validity (SU01) and not using it in any client will remove it.

If you only want to remove it from DEVACCESS then also consider removing the user's Developer Authorizations (S_DEVELOP, etc) will have the same affect. Infact it would be more reliable...

Otherwise I think debugging it out of the table is the most common solution because there is no standard one (other than changing the installation number...).

Cheers,

Julius