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: 

Connection time for a USER by period

Former Member
0 Kudos

Hello Experts,

I am looking for a transaction or a table to get the connection time by User and by period ?

Have you got any idea?

Thank you very much.

Rachid.

7 REPLIES 7

ipravir
Active Contributor
0 Kudos

Hi,

you can use USR41 Table, which hold current login information of users.

Praveer.

Former Member
0 Kudos

Thank you.

I need to calculate the time activity by day on a period for a User. For example:

     LOGON_DATE     : 07.04.2015

     LOGON_TIME      : 09:38:14

     LEAVE_TIME       : 18:38:14


Rachid.


0 Kudos
  • Try Tcode SUIM.

ipravir
Active Contributor
0 Kudos

Hi,

Through USR41, you can only get the login information,

If you want to store log-off information, then you have to do enhancement on log-off pop, if user login-off through pop-up only.

if through NEX, then it will not trigger to store information.

Praveer,.

0 Kudos

Hi Rachid!

You can use the ST03N transaction, it will give you some information about what you want (Except if you own an enabled audit system (Tcode SM19))


If this process above does not serve you, then I suggest creating a specific Z for this calculation.

Regards,

Former Member
0 Kudos

Hi Rachid, what do you need exactly ? Are you going to develop a program that needs these information?

As Philip mentioned, you can check transaction SUIM. Also, try STAD, ST03N, and SM20 if SM19 is setup.

Depending on what you need, basis people would help you better.

If you are interested in developing something. Also check this user exit SUSR0001.

Regards,

Thales Schmidt

0 Kudos

Hi,

thank you for your message.

Basically, I just want to get the last event executed on the system by my user to see my log connexion by day.

or simply, I want to get my last time connexion by user for a period or by day.

Best regards.