cancel
Showing results for 
Search instead for 
Did you mean: 

search all rpts for a sproc name

Former Member
0 Kudos

I inherited an application that has close to 100 .rpt files (and no idea how many subreports yet). I assume the original developer had limited knowledge as all the SQL connection info is imbedded in the report and not specified at run-time.

Anyway, I need to search the 'Selected Tables' section under Database Expert in ALL rpts to find all occurances of a stored procedure name for regression testing. Is this possible with one search, or do I have to do it the painful way of one rpt at a time?

Thanks in advance.

Dave B.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello David,

there is no tool out of the box to search for specific table names.

Anyway, you can easily do that with our [Report SDKs|https://boc.sdn.sap.com/developer/library].

If you go this way, pls inform which is your preferred prog language that I can send you some close samples for you to save some time.

Best regards

Falk

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks for the quick reponse. I use either c#.net or vb.net