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 Detail Table

Former Member
0 Kudos

Hi Gurus,

I got a requirement to find out the user's

1)time logged into SAP

2)time logged out of SAP

3)transaction executed and time of execution

could you tell me the table where user's details will be stored.So that i cud get login time,logout time,transaction executed and time of execution.

orelse anyother process is there to find the above fields...

Regards ,

ashok

8 REPLIES 8

Former Member
0 Kudos

usr02

former_member181962
Active Contributor
0 Kudos

Hi Ashok,

Sm04 transaction gives you almost the same information.

Regards,

Ravi

0 Kudos

Hi Ravi,

Your answer is not giving a solution for my problem.

My requirement is that to get all the logon time , date,and the list of transactions

which are executed by the user that within a Data Range...

I need someother solution to get the list of transactions

which are executed by the user ...The input for my requirement is Date Range.....

Regards,

ashok ..

0 Kudos

Did u checked transaction STAT for the transactions used by the user in the given date range .

also check STAD

regards,

vijay

Former Member
0 Kudos

Hi

Search for tables with usr*

For logoin data table is USR02.

Please reward if useful.

raymond_giuseppi
Active Contributor
0 Kudos

Data is in Cluster table MONI.

You will need FM APWL_STATREC_READ_FILE

(with date selection)

Results for you are in table parameter v2_normal_records.

Regards.

p291102
Active Contributor
0 Kudos

Hi,

Using through the transaction SM50 u can access the process overview of the particular server which u r using and used by the no.of other users also u can get the detail.

Thanks,

Shankar

Former Member
0 Kudos

Check the transaction STAT, this provides you a statistic about the user

Rgds,