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: 

How to find the last Logon details of a deleted user?

Former Member
0 Kudos


I need to find the last logon detail of a deleted user.I have tried with SM20 i got the details,but i coildnt get for few users.Is there any other way to get this?

7 REPLIES 7

Former Member
0 Kudos

Hi Eva

Try transaction SUIM, but if the user is actually deleted this may not work.

Regards

Arden

0 Kudos

Hi,

I ve tried with that also but i couldnt get the detail of deleted user.I need thelast logon detail of a deleted user.

0 Kudos

Try Table USR02

Fields: TRDAT & LTIME I believe are what you seek.

Regards

Arden

Former Member
0 Kudos

I have tried tat too but i couldnt get.....

I could get the current users details alone..

Regards,

Eva

0 Kudos

The only other option may be through system logs.

You would need to check with a Basis Consultant

0 Kudos

Hi Eva,

Try with USR41 Table.

It contains the Last logon details of the User ID. But you have to login with your user id.

Because, informaiton will refresh after the logon with respect to user id.

Regards.

Praveer.

Former Member
0 Kudos

Hi,

With this T code i could get oly the logon detail of the existing user,not the deleted one...