cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP reports for deleting Inactive users

nanditas
Explorer
0 Likes
393

Hi All,

I'm keen to know if there is a report in SAP which we can schedule to delete inactive users ( User who have never logged in) in SAP? If there is a way to achieve this through SAP GRC?

Thanks in advance!

Regards,

Nandita

Accepted Solutions (0)

Answers (1)

Answers (1)

emanuele_fumeo
Product and Topic Expert
Product and Topic Expert

Hi Nandita,

have a look at  the ABAP program RSUSR_LOCK_USERS. Rather than deleting, it allows you locking inactive users.
Please refer to the following resources:

If you still want to delete users, you can probably get a list from the program or from the underlying report RSUSR200 and still achieve what you want.

These options do not require SAP GRC.

Hope it helps