Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Native SQL/EXEC SQL

Former Member
0 Likes
587

Hi all,

Is there any way of finding out if <b>native SQL/EXEC SQL-statements</b> have been used in the system?

All helpful answers will be rewarded!

Regards,

M.V.

1 ACCEPTED SOLUTION
Read only

varma_narayana
Active Contributor
0 Likes
551

Hi..

You can use the Standard report

RS_ABAP_SOURCE_SCAN to find out the Programs using a Specific Keyword etc.

<b>Reward if Helpful.</b>

4 REPLIES 4
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
551

Hi

The generally used way is : search the program with the phrase EXEC statement.

Regards,

Sree

Read only

0 Likes
551

Hi,

There are over a thousand customer developed programs in the system for which I would like to find out if native SQL has been used, so searching for the EXEC statement in the source of all these programs will be quite time consuming...

Is there <b>any other way</b> of finding out wheter native SQL have been used in the system?

Regards,

M.V.

Read only

varma_narayana
Active Contributor
0 Likes
552

Hi..

You can use the Standard report

RS_ABAP_SOURCE_SCAN to find out the Programs using a Specific Keyword etc.

<b>Reward if Helpful.</b>