How many times users login

Question: I want to know how many times each user has logged into SAP since past 4 months.

Is there ant tcode or a report which can display this information to me?


Thanks

Answer:
Maybe Audit Log - SM19, SM20 can help, if enabled.

STAT, STAD can also be helpful but they don't retain data for longer time.

Or maybe in ST03N, you can check the number of runs of "SESSION_MANAGER" for a rough idea.

But, I don't think you would get data for until past 4 months.
_________________
Suril

A conclusion is simply the place where you got tired of thinking.

Answer:
The data is stored in the RSMONI system file for up to 3 months. A good ABAPer can write you a program to get the data in a presentable/understandable format.

Your best bet is SM20N but this will only work if you have ALREADY turned logging on. If you haven't turned logging on do it NOW so that next time this issue comes up you will be ready.

As for using STAT, STAD, ST03 or ST03N. These all look at RSMONI. Very difficult to count logons via these tcodes. I don't know how to do it but I know the info is in there. However, I do know that counting SESSION_MANAGER tcodes will most likely greatly overstate logins as this appears in the log each time a new session is created.

No comments:

topics