cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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.

0 Likes
View Entire Topic
DellSC
Active Contributor
0 Likes

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