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

User's connection for a date

Former Member
0 Likes
1,247

Hi,

i need to know if a user sap has logged into SAP system on a given date, any ideas ?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,084

hi,

you can check it in SYST table in field SY-datum (date) and sy-uname(User name).

Regards,

Anirban

Hi,

i need to know if a user sap has logged into SAP system on a given date, any ideas ?

Thanks

7 REPLIES 7
Read only

Former Member
0 Likes
1,084

hi,

u can check it thrugh SM04 tcode and check wether any external ip has logged on to ur server.

Regards,

Sumanjeet.

Read only

Former Member
0 Likes
1,084

hi check tables..

usr01 usr02 usr03 usr41

Read only

Former Member
0 Likes
1,085

hi,

you can check it in SYST table in field SY-datum (date) and sy-uname(User name).

Regards,

Anirban

Read only

0 Likes
1,084

Thanks for answer but what can i do with this tables and transactions ?

My need is very simple, i would like to know if a SAP user has logged on the SAP system to a given date. For example :

USER DATE CONNECTED?

user1 03.10.2008 TRUE

user2 03.10.2008 FALSE

user3 03.10.2008 FALSE

Cheers

Read only

0 Likes
1,084

Hi,

The solution is very simple,

Transaction SM19 is used to configure the security audit log, and here you can specify the type of event you want to be recorded (in this case logon).

Transaction SM20 is used to report on the recorded data, and has a similar format to the system log.

Regards,

Nick

Read only

Former Member
0 Likes
1,084

hiii

you can get this information from USR02 date

regards

twinkal

Read only

Former Member
0 Likes
1,084

Hi,

Check transactions SM19 and SM20, which can be set to record user logon.

Regards,

Nick