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: 

T-code/report that can display user's logon history

Former Member
0 Kudos

Hi SAP Techis,

Is there a T-code/report that can display user's logon history to SAP for a period of time. Thanks!

Naga Bokkisam

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Naga,

Try this Tcode: RSUSR200

Try using the table USR02 - U will find the last logon date and last logon time details.

Thanks,

KK

Message was edited by:

Kishore Kumar Karnati

4 REPLIES 4

Former Member
0 Kudos

Hi Naga,

Try this Tcode: RSUSR200

Try using the table USR02 - U will find the last logon date and last logon time details.

Thanks,

KK

Message was edited by:

Kishore Kumar Karnati

0 Kudos

Hi KK,

Tcode: RSUSR200 will give only last logon information for a user. I need to get the details for a given period.

Thanks,

Naga Bokkisam

suresh_datti
Active Contributor
0 Kudos

I think only the Last Logon info is stored in the USR* tables.. You may will have to store the info in a custom table to meet your reqt.. you can also take a look at STAT & STAD transactions for any helpful info..

~Suresh

0 Kudos

Hi All,

Found a Function Module "RSAU_READ_FILE" which will get the all the details required.

Thanks,

Naga