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: 

Users activity on the system.

Former Member
0 Kudos

hi,

i Seek information on user activity in the SAP system (ECC 5.0):

- Date and time log on

- Date time log off

- Working time on the system

audit is turnoff, in which DB tables should I look for ? or which transaction ?

BR,

T.

6 REPLIES 6

Former Member
0 Kudos

Hi Tomasz Siedlecki,

- Date and time log on

- Date time log off

- Working time on the system

I don't think so we can get above information from SAP for each user.

I think we need third party tools like GRC to get such information.

Thanks & Regards,

Nagendra.

0 Kudos

part of the requested info can be found in ST03N pay around with the reports

Former Member
0 Kudos

in any table in the DB does not have this type of information ?

BR,

T.

0 Kudos

For these activities they are written to log files. Tables like USR02 contain last logon data but there is no history data there.

IAs Auke said, ST03N is a really good source of info. If you want to track user activities in more detail then you should activate audit logging. It will not have an impact on performance unless your system is sized incorrectly.

0 Kudos

GRC uses the same data as ST03N, except it writes it's own log before ST03N aggregates the records and renames from transaction and reports.

The table you are looking for is MONI, but it will not help you much by just looking at the DB table...

There is no released function module to do this on your own. The closest thing to it is SAPWL_ACCNT_GET_SYSTEM_USAGE.

Cheers,

Julius

Former Member
0 Kudos

Did you try using STAT or STAD? It could provide some info for a short duration of time I think.

Regards,

CP