cancel
Showing results for 
Search instead for 
Did you mean: 

Know about user activity

Former Member
0 Kudos

Hello,

We have the need of knowing the following data about users:

1.- How many time is the user conected every day.

2.- Which days do users connect.

We have tried with the audit, sm19, but the information we need is not there.

I know with STAT/STAD transaction we can seethese data, but it will be a lot of daily work and we cannot aim that time.

Do you know any other way to do it? Something like some tables to extract the data and make a report?

Thanks and best regards,

Alfonso.

Accepted Solutions (0)

Answers (3)

Answers (3)

JPReyes
Active Contributor
0 Kudos

We have tried with the audit, sm19, but the information we need is not there

You haven't tried hard enough, Security audit log certainly records successful and failed login per user. It's a bit of a manual job but the information is certainly there.

Regards

Juan

Former Member
0 Kudos

This may be a specific requirement, you can develop you local program for this. give your requirement to your ABAPer, accordingly he will create a report for you.

fjhernanz
Contributor
0 Kudos

Hi Alfonso,

You can query table USR02 which contains informations about user, last logon date (TRDAT) and last logon time (LTIME), but the duration is not stored.

Also, report RSUSR200 can record the users logon date and time.

Br,

Javier