Hi Maunak,
Let me give a background and my current plan.
Many of my users are techies who write scripts that call these 3.x bookmarks automatically and manipulate/massage the data. Now since we are migrating from 3.x to 7.x we would like all the users to stop using 3.x and use 7.x instead.
Goal: Get the list of users who use bookmarks in their scripts.
Technically to get this list, I have to get the list of all the bookmarks that are executed periodically. To get this list I need to know the frequency and usage of bookmarks.
In BW 7.3 SP14 I don't find any table that gives me the frequency/usage of bookmarks.
Plan 1:
1. Table RSZWBOOKMARK -> From this table I can get the list of bookmarks that were executed, the queries underneath them and their time of execution for each user.
2. Multiprovider 0TCT_MC02 -> From this standard multiprovider I can get the details of the queries and their time of execution. I can get the list of queries which are being executed periodically by the same user.
3. Using the data from the above two I can guess-match the bookmarks that are executed periodically and monitor the last execution time(rszwbookmark) for few periods to confirm.
Plan 2:
Ask SAP experts in SCN and get their help for a better/easier way.
Thanks for your suggestion. I could get the query name of the bookmark and get its usage but that doesn't mean that the bookmark was used to execute the query each time. Hence I can't use that approach to get the usage of bookmark.
Please let me know if you are aware of any easier/better approach to get the data that I am looking for.
Thanks,
Santhana