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: 

SAP Login Details for audit.

Former Member
0 Kudos

Hi All,

I have one requirement in which I need to get login details of particular user or all.

I have timestamp (from & to) username (KIRAN123 or ALL), keeping this I need to pick up the login details. To say the history of login done for that username.

Please help me know how I can achieve this.

USR02 table only has the last login details. My requirement is to get the history of login.

Thanks in advance,

Kiran.

3 REPLIES 3

ThomasZloch
Active Contributor
0 Kudos

Hi,

check out the security audit log SM20, this records all login attempts (among other things).

Cheers

Thomas

Former Member
0 Kudos

hi check the tables...USR01 , USR41..

regards,

venkat

b_deterd2
Active Contributor
0 Kudos

Hi,

before creating your abap, check out if one of the standard report is sufficient. See tcode SUIM which contains several reports. maybe report RSUSR200 is already what you need.

regards,

bert