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: 

A question about tracing users' connections

Former Member
0 Kudos

Dear all,

I would like to know, whether there is a report in SAP

providing information about users connection. What we

are looking for in terms of information is:

1) How many times each user connected to the system?

(for example how many times during each day or each week)

2) How long each session lasted?

3) What standard transactions did each user execute during

each connection?

Is there any report providing such information?

Thanks in advance,

Kind Regards,

Dariyoosh

4 REPLIES 4

sdipanjan
Active Contributor
0 Kudos

> I would like to know, whether there is a report in SAP

> providing information about users connection. What we

> are looking for in terms of information is:

>

> 1) How many times each user connected to the system?

> (for example how many times during each day or each week)

>

SM20, ST03N ........ search for these Tcodes details in the security forum.

> 2) How long each session lasted?

>

SM20... check the Dialog login and logout times and calculate.

> 3) What standard transactions did each user execute during

> each connection?

>

SM20.

regards,

Dipanjan

Former Member
0 Kudos

Hi Dariyoosh,

1) How many times each user connected to the system?

SM20 (Information security audit logs ) In USER Statistics and Terminal statistics , you can get enough information .

ST03N

In ST03N (Workload distirbution monitor ) you can find ,what is the workload of individual users and which actions users performed ?

2) How long each session lasted?

In tcode - SM20,you can find detaild activites about users in Users statistics field . Secondly For transcation details ,Please select Transactions statisitcs field .It

will provide you enough information

AL08 Shows you Tcodes using by user time ,external & internalsessions .Also with tcode SM04 You can find list of users .There is USER TAB on top left hand side

You can click on that and select " Techincal Information , you will get informatoin STATE , MODES ,MEMORY COnsumption etc .

3) What standard transactions did each user execute during

each connection?

Pleae use these tcodes :SM20, SM04(users overview) , AL08

Thanks in advance,

Kind Regards,

Former Member
0 Kudos

>1)How many times each user connected to the system?

>(for example how many times during each day or each week

You can check through table usr41 also

>2)How long each session lasted?

You can check with the table usr02

>What standard transactions did each user execute during

each connection/

Check hereport rsusr200

regards

Mysterious

Former Member
0 Kudos

Hello again,

Sorry for my delay to thank all of you, I really appreciate your help.

Of course, I'm going to try these transactions/reports next week to see what we get, I'll let you know the result.

Thank you very much all of you for your help,

Kind Regards,

Dariyoosh