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: 

last login details to a transaction

Former Member
0 Kudos

Hi

Is there any table or any function module which stores the last login details of a user into a particular transaction code. For ex. i want to know the last login details of a user to the transaction code SBWP or SO01.

Regards

Haritha

4 REPLIES 4

Former Member
0 Kudos

You can check the stats with RSSTAT20 or RSSTAT26. You can view the details by giving the username in the selection screen.It will display the program , screen number , and when accessed ,etc.,

You can find out other information from user table USR02 trx SU01, or from statistic logs (trx. STAT).

****************************************

You can use transaction code ST03N.

1. Go to tx code - ST03N

2. Under "Workload" you can select your "Instance or Total" so that it expands and shows you Days, Week, Month.

3. If you want to look at the transactions executed for a particular day, lets say, then double click on any day.

4. At the bottom left you get "Analysis Views"

5. Select & expand "User and Settlement Statistics"

6. Double click on "User Profile"

7. On the right side of the window you get a list of all the users

8. Double click on a particular user you want to view the details of.

9. The new screen will display the "Transactions/Reports Utilized by User XXX"

If you wanna track which users executed a particular transacation then follow this:

10. In "Analysis Views" expand "Transaction Profile"

11. Double click on "Standard"

You can view the list of Transactions and Reports.

12. Double click on the Tx Code or Report you wanna check and it will show the Use of it.

This will help you.

***************************************

You can check user logon date via T code SUIM.Or you can check SE16 t-code table USR02 Or if you check history like T code used particular date or period you used Tcode ST03N.

Regards

vasu

former_member404244
Active Contributor
0 Kudos

Hi,

chek the table TRDIR,USR02..

Regards,

Nagaraj

Former Member
0 Kudos

hi Haritha,

Check this table.

USR02

<b><i>Reward points if useful</i></b>

Former Member
0 Kudos

Hi,

Try ST03.

regards,