on ‎2021 Feb 10 11:13 AM
Impact analysis on Web Intelligence reports when database fields are modified
SAP Web Intelligence reports could be impacted when the underlying database fields (table name/column size/data type, etc) are modified. We have about 1000 SAP BO reports pointing to different Universe (built on Oracle Database). When a table/column is renamed or deleted in the database, how do we find out which all reports are impacted by this change.
Right now we are doing it manually by checking each Report & the corresponding Universe and Derived Table queries, but it is a huge effort. Is there an easier/simpler way to do this.
Request clarification before answering.
You would use the Semantic Layer SDK (Java only) or, if you have UNV universes, the Designer SDK (COM-based, easiest to work with in .NET) to determine which universes use the changed tables and then match them up to the reports through the Webi RESTful SDK.
-Dell
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The only thing you can do is to write your own script with the BI 4.x SDK (RESTful, ...) to first find out which universes have the changed table and which objects refer to it, and then which Reports on these universes have been created, then in the report which query has the changed objects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.