I can see many requesting how to check the queries inside a workbook during the last years. The steps are quite simple, and I will summarize these steps here.
If you want to check which workbooks have an specific query as dataprovider, you need to know the query technical name.
As example, I will use my query with technical name ZEDD_TEST3.
Step 1 - Access table (SE16) - RSRREPDIR
OBJVERS = A
COMPID = ZEDD_TEST3
Execute(F8)
Step 2 - Access table (SE16) RSRWORKBOOK
Basically, RSRWORKBOOK.GENUNIID = RSRREPDIR.GENUNIID
So, for my case:
GENUNIID = 4UBUGC2QE23K7REMTHZQ5W3E9
OBJVERS = A
Execute(F8)
We can see that I have only one workbook with my query.
Workbook ID is 3EGGEJQPR1MX5CKP6AFH0Q8DB
If you need to know the workbook title, access table RSRWBINDEXT and use the workbook id on the proper field.
All steps mentioned are also valid if you have to check which queries an specific workbook is used.
For this case, you have to do the reverse path:
Future works: It is possible to consider a creation of a REPORT to check automatically.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
18 | |
13 | |
13 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
4 |