‎2022 Nov 22 1:43 PM
As a SAP Basis/Security guy, how to modify (delete/add) the entries from DEVACCESS table with proper Audit trail?
‎2022 Nov 22 1:51 PM
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
‎2022 Nov 22 2:45 PM
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./
‎2022 Nov 22 4:20 PM
Please keep in mind that developer keys stored in DEVACCESS are more related to licensing than to security, see SAP note 2309060.
BR,
Joe
‎2022 Nov 23 4:08 AM
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?