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: 

User Login History

Former Member
0 Kudos

Dear All

My requirment is that I want see user login history for a particular date, is SAP maintain the Login history? there is a one table USR02 but in this table only last loging information stored I want history

Regards

1 ACCEPTED SOLUTION

Hi,

or you can use the user exit SUSR0001

best regards

Konrad

4 REPLIES 4

Former Member
0 Kudos

Hi,

This is actually BASIS related issue,

You need to enable security audit in SM19 and then you can see all history of user activities in SM20.

It includes login, logout, report and transaction execution, system events etc.

Regards,

Sumit Nene.

Pranay_Panchbha
Participant
0 Kudos

hiiiiiiiiiii

try the transaction code -


> STAD

or

If you want to see what transactions are executed by a user in a specific time period do the following steps;

  1. Go to ST03. Select choose for analysis. Choose only one application server at a time in case you have multiple application servers. Choose time period of your choice.

  2. In the next screen from menu choose GO TOu2013>PROFILES->-USER PROFILES. Here you will get the list on users who have worked on that application server.

  3. Double click on the required user and you will get all the transactions he/she has executed.

  4. In case you select TOTAL in step 1 and then follow the steps 2 and 3 you will only get the list of application server on which the user has worked and not the transaction details.

or

Transaction is ST03N.

On left hand side, top portion of the navigation panel,

Select Administrator

Select Expert Mode

Select server name

Double click on day, or week, or month

Select Analysis Views on lower portion of left panel

Select User and Settlements Statistics

2x Click User profile to bring up listing of all users

Right-Click user column header (USER)

Select Sort in ascending order

Go to user in question

2x click on the ID of the user you wish to see a listing of tx activity and a listing of txs will appear

or

used report RSUSR200 with the last logon days field blank. Thanks

Award points if this helps.

Hi,

or you can use the user exit SUSR0001

best regards

Konrad

Former Member
0 Kudos

The only safe way to do this is using the System-Audit log functionality in SAP. Everything else my predecessors said, is re-inventing the wheel -> Sumit being the exception here!

Investigate transactions SM19 and SM20(N) and read the documentation on how to configure the logfiles (size etc.).