cancel
Showing results for 
Search instead for 
Did you mean: 

How to find reports having freehand SQL?

Former Member
0 Kudos

Can someone suggest me a query to find the reports having freehand SQL?

Accepted Solutions (0)

Answers (2)

Answers (2)

CdnConnection
Active Contributor
0 Kudos

Rishav,

      You can use Query build to find out list of ALL WebI reports NOT using Universes.

SELECT TOP 2000 * FROM CI_INFOOBJECTS

  WHERE SI_KIND='WEBI' AND SI_UNIVERSE.SI_TOTAL=0


You can also see link to Query Builder Clean-up Blog




Regard,


Ajay


Former Member
0 Kudos

Hi Rishav,

You can use query builder

Please check also this KBA which can fulfill your request :

http://service.sap.com/sap/support/notes/1928829

1928829 - How to retrieve the the entire list of Desktop Intelligence Reports based on freehand SQL ...

Kind Regards

Ameni