‎2007 Oct 01 10:48 AM
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.
‎2007 Oct 01 11:06 AM
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>
‎2007 Oct 01 10:54 AM
Hi,
Check these links,
Hope it helps,
http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3b8b358411d1829f0000e829fbfe/content.htm
http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/exec.htm
Regards,
PRitha.
Reward if helpful.
‎2007 Oct 01 11:01 AM
Hi
The generally used way is : search the program with the phrase EXEC statement.
Regards,
Sree
‎2007 Oct 01 11:06 AM
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.
‎2007 Oct 01 11:06 AM
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>