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: 

Date User has accessed Transaction /Report

arpita_churi3
Active Participant
0 Kudos

Hi All,

We have an requirement to display report for particular report/Transaction how many users has used it and date on which the particular user has used the report.

Is there any table to get when user has used a particular transaction/Report?

Thanks,

Arpita

8 REPLIES 8

sanilbhandari
Product and Topic Expert
Product and Topic Expert

Hi arpita.churi3

You can probably try using the transaction code STAD to get this information. The below blogs may be useful to you on how to use it

https://blogs.sap.com/2013/06/11/how-to-use-stad-to-show-historical-data

https://blogs.sap.com/2007/01/12/statistical-records-part-1-inside-stad/

Hope this helps

Thanks & Regards

Sanil Bhandari

Sanil Bhandari

0 Kudos

Thank you ..

I am using FM SWNC_COLLECTOR_GET_AGGREGATES to get users who has used particular program.

But i am not getting how to get for a particular user has last used that transaction/program.

Thanks

0 Kudos
arpita.churi3 Of course, statistics are deleted every X weeks/months at discretion of administrator, so you may not obtain results for transaction/program called once a year for instance.

matt
Active Contributor
0 Kudos

No.

Not really.

You need to use UPD (UPD? or whatever it's called now - it used to be SCOV light) to track this information.

UPL Usage and Procedure Logging in Solution Manager

Sandra_Rossi
Active Contributor

aka ABAP Call Monitor now, if I have well understood. Or at least the successor (dixit 1828848 - Usage & Procedure Logging and ABAP Call Monitor: Technical prerequisite)

matt
Active Contributor
0 Kudos

Ah yes. Upl ... At least for today.

raymond_giuseppi
Active Contributor
0 Kudos

Did you check tools of Scope and Effort Analyzer (in SAP Solution Manager) to collect Usage and Procedure Logging (UPL) Data of your systems.