Application Development and Automation 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: 
Read only

Transaction code to get the User Log details..

Former Member
0 Likes
28,330

Hi Friends,

I need a transaction code or the process to get the User information for the past 40 days..

I need a details such as, which user has logged in at what time and used what transactions in the past 40 days..

Reagards,

Navaneeth.

14 REPLIES 14
Read only

Former Member
0 Likes
15,642

Hi,

Tcode 'SUIM'

Read only

Former Member
0 Likes
15,642

Hi,

If Security audit logs are enabled you can check TCODE SM20. Use the check box "Dialog logon"

Regards

Read only

0 Likes
15,642

Thanks for your replies guys, but can i have the detailed process and what needs to be done after logging on into the transaction?

I need this info for Management reporting..hope u understand how critical it is.

Regards,

Navaneeth.

Read only

0 Likes
15,642

Hi Navaneeth Rao,

In SM20 just give the "From Date/Time" and "To Date/Time" (40 days in your case). Under the Events (Audit class) use only the check "Dialog logon" and click on "Reread audit log".

You should get the list of login details for the period you mentioned

This will only give login details. For transaction details use the checkbox "Transaction start"

Regards

Edited by: Rajvansh Ravi on May 12, 2009 8:14 AM

Read only

Former Member
0 Likes
15,642

Hi,

You can check USR02 table also.

Regards,

Jyothi CH.

Read only

0 Likes
15,642

Thanks guys ,

I have tried the transactions that you have given but still..I need more info... i am just getting the details of last logon...I have tried transaction like STO3N also..

Cant we get the list of Transactions used by the individual users with dates and time from past 40 days, so that management can decide who is working and not...Hope you got it..

Regards,

Navaneeth.

Read only

0 Likes
15,642

Plz SEARCH in SCN before posting, as it is discussed lot of times here.

You can use STAD transaction to get those details for some specific date range

atleast if not for all.

Read only

0 Likes
15,642

did u chk the Transaction STAD.plz chk it.its helpful to check all the entries or transactions used

by any particular user on specified date.

Read only

0 Likes
15,642

Hello gautham,

STAD is the first transaction that I used before posting, still it didnt solve my issue. I have no interest in wasting your and my time..

Regards,

Navaneeth.

Read only

0 Likes
15,642

> so that management can decide who is working and not...

Any ABAP who knows this (and there are a lot watching this thread here) could easily write a little program to win that contest by a mile...

Also, what about the one balance sheet accountant who spends a whole week calculating and negotiating a complex adjustment posting, and then only uses FB01 once...

Also... do you have a colleague or clone called [Ajay Kumar|;? I already gave my answer there...

Cheers,

Julius

Read only

0 Likes
15,642

Putting a coffee mug on the "enter" key overnight will make you the dialog step millionaire

Read only

0 Likes
15,642

Hi dear,

USER LOGS CHECKS:

1. ANALYSE APPLICATION LOGS

TR: SLG1 (Do not select Read from Archive)

2. READ SYSTEM LOGS

SM21 (Selected problem and warning only)

3. User Information Systems

SUIM (Select Last one Change Documents for Users)

(Select then all Selection Criteria for changed Header Data)

4. IF SUIM doesn't show then trun on Security Audit logs:

SM19 (Selected All Audit Classes) & Create display profile name

5. CHECK THE AUDIT LOGS:

SM20 (Check the audit logs)

6. SELECTION STATISTICAL RECORDS

STAD (selected all posible check and hit Enter)

Regards

Angeline

Read only

Former Member
0 Likes
15,642

you can check these tables for user log details USR01 & USR02.

Regards,

Joan

Read only

Former Member
0 Likes
15,642

hi:

Use t/code SLG1

Regards

Shashi