DevOps and System Administration Forum
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Delete entries from DEVACCES

az04
Discoverer
0 Likes
3,096

As a SAP Basis/Security guy, how to modify (delete/add) the entries from DEVACCESS table with proper Audit trail?

4 REPLIES 4
Read only

bglobee
Active Participant
2,783

there is no standard/direct option from SAP.

However, below wiki hints on using the custom report. DEVACCESS is enabled for 'log data changes'. so, all actions are recorded for audit trail anyways.

refer: https://wiki.scn.sap.com/wiki/display/TechTSG/How+to+remove+DEVACCESS+for+single+user

Read only

MartinMaruskin
Active Contributor
2,783

as per SAP Note 1710320 it is not recommended to delete DEVACCESS or

ADIRACCESS table entries. If you wish to do so regarless SAPs recommendation you need to cretae an custom program with DELETE statement.

cheers

m./

Read only

JoeGoerlich
Active Contributor
2,783

Please keep in mind that developer keys stored in DEVACCESS are more related to licensing than to security, see SAP note 2309060.

BR,

Joe

Read only

az04
Discoverer
0 Likes
2,783

Hi Seniors,

Thank you for providing the answers and note.

Please suggest, how the delete the unused users from the DEVACCESS table as we have limited number of licences.

Do we have to raise an OSS for this?