Sapna20
30th January 2014, 09:17
Hi Experts,
Is there any way to get the information about the reports usage.
I want this information for my customized reports i.e whether my reports are used by users and if so then how frequently they are using it.
Thanks and Regards
Sapna
bhushanchanda
30th January 2014, 09:36
Hi,
You can use session Print Device Queue(ttaad3420m000) to print device queue.
Also, if you don't mind much about database size, you can create a table and update it with report name, user, date, time , company etc when a report is printed. Now, you can query that table to get required data.
bbhawesh
30th January 2014, 14:24
Dear Sapna,
I think you can try to write a query on table ttaad320 (company 000). It should have information about your report, device, Print Date/Time, User etc.
bhushanchanda
30th January 2014, 14:42
Yes,
As Bhawesh said, you can query the table until & unless the device queue is not purged by Administrators.
Han Brinkman
30th January 2014, 22:31
Another way to retrieve this information is to put the history flag on in the user data template for each user. That will store in $BSE/lib/TIME.HIS each session/report etc. with start/end time. Only disadvantage is that the last 2 characters of the reportname is not stored.
Sapna20
31st January 2014, 06:58
Thank u guys for the prompt replies.
I'll make the use of table ttaad320 as per my requirement.