on 2015 Oct 29 3:15 AM
Hi Friends,
I am working on SAP BO 4.1..I have one query here.
we have 400 webi reports.Now we want to know that how many reports has been used the particular table.
In the Data base side they are going to change the table.so we want to know how many report has been used that particular table. Manually its bit difficult because we have more than 10 query's for each report
Just we want to know If that table has been used in the report.
1)which query has been used.
2)what is the object name
Could you please tall me any automated way to this.
Thank you in advance.
Regards,
Ramki.
Request clarification before answering.
If you have auditing enabled and configured appropriately, you should be able to query the objects the report uses, but not by table or query (in my experience).
See:
Objects Associated with a Universe
If auditing is configured appropriately and you're recording the query SQL, you could potentially parse this for mention of the table - but in my experience, this approach is extremely resource intensive - plus it won't tell you which query contains the object.
See:
Suggest this is a job for the SDK.
HTH
NMG
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Neil,
I have a requirement, which I need to automate -Universe Impact analyer.
We are currently using query builder and notepad ++ as manual activity to do Impact on unverse objects,what are all the steps do I need to follow in order to integrate via Java SDK or .Dot net.
Please let us know.
Many Thanks
Naveen
User | Count |
---|---|
63 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.