cancel
Showing results for 
Search instead for 
Did you mean: 

Removal of Developer Key entry from DEVACCESS Table.

former_member1283182
Participant
0 Kudos

Hi,

On table DEVACCESS, in QTY/DEV/Prod there is one person with Developer Key listed that I would like to remove, User is no more working and now we want to delete the entry from this table which has the User name followed by the Developer key assigned.

Could any one guide me in deleting the Developer Key access from the DEVACCESS table.

Satish.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

- Use transaction SE11 to change the attributes of table DEVACCESS

- Change attribute: Table maintenance allowed

- Save and activate

- Then use transaction SE16 to eliminate entries from DEVACCESS

- Return table DEVACCESS to its original attributes (optional)

Regards,

Noe

Former Member
0 Kudos

Another alternative is to use SE11 to create a maintenance view (ex: ZV_DEVACCESS). Secure the maintenance view with a custom authorization group. With the maintenance view you have the ability to use SM30 to maintain the DEVACCESS data.

That keeps the DEVACCESS table from changing and thus no need to register the change with SAP.

Cheers,

Brian

Former Member
0 Kudos

Another alternative is to use SE11 to create a maintenance view (ex: ZV_DEVACCESS). Secure the maintenance view with a custom authorization group. With the maintenance view you have the ability to use SM30 to maintain the DEVACCESS data.

That keeps the DEVACCESS table from changing and thus no need to register the change with SAP.

Cheers,

Brian

Former Member
0 Kudos

Another alternative is to use SE11 to create a maintenance view (ex: ZV_DEVACCESS). Secure the maintenance view with a custom authorization group. With the maintenance view you have the ability to use SM30 to maintain the DEVACCESS data.

That keeps the DEVACCESS table from changing and thus no need to register the change with SAP.

Cheers,

Brian

Former Member
0 Kudos

Another alternative is to use SE11 to create a maintenance view (ex: ZV_DEVACCESS). Secure the maintenance view with a custom authorization group. With the maintenance view you have the ability to use SM30 to maintain the DEVACCESS data.

That keeps the DEVACCESS table from changing and thus no need to register the change with SAP.

Cheers,

Brian

Former Member
0 Kudos

Another alternative is to use SE11 to create a maintenance view (ex: ZV_DEVACCESS). Secure the maintenance view with a custom authorization group. With the maintenance view you have the ability to use SM30 to maintain the DEVACCESS data.

That keeps the DEVACCESS table from changing and thus no need to register the change with SAP.

Cheers,

Brian

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

T-code : SE16

Table name : DEVACCESS

delete the entry for the user.

Regards,

JP.

former_member1283182
Participant
0 Kudos

Hi JP

The option delete is disabled(greyed out)

Table Entry ->Delete

Can you tell me how to enable the option?

satish

Former Member
0 Kudos

did you try with SM31

Rohit

Former Member
0 Kudos

you will not be able to edit this table via se16 at all

and in sm30/sm31 too, the modification dialog must be enabled for this object otherwise you wouldn't be able to edit/delete anything for devaccess

former_member1283182
Participant
0 Kudos

Hi

Can you please give me an elaborated way of answer..

modification dialog must be enabled.... But how, can you provide the steps...

Former Member
0 Kudos

put this tablename in sm31 and click on change/edit, if it gives modification dialog error, then you can create it from se54 i guess, and you should take help of an abaper for this

Former Member
0 Kudos

You can also use SM31 to delete the entries

Also refer to http://sap.ittoolbox.com/groups/technical-functional/sap-security/devaccess-table-542605

for more info

Rohit

Former Member
0 Kudos

Satish

You can use transaction SE16 or SE11 to delete the entries from the table,SE16 would be a better option

Rohit