‎2007 Aug 08 7:01 PM
Hi all,
I have the following question:
Is it possible to execute one string containing the selection code (string = 'select <field> from <db_table> where <conditions>') in NATIVE SQL or OPEN SQL?
Thanks in advanced.
Best Regards,
Giulio
‎2007 Aug 08 7:30 PM
Hi,
You need to check for syntax GENERATE SUBROUTINE .
Please check this <a href="http://www.sapdevelopment.co.uk/programs/custom/zyes4sql.htm">link</a>
May this one will help you.
aRs
‎2007 Aug 08 7:27 PM
According to the help:
Unlike in Open SQL, a client field in Native SQL is treated like any other field, and must therefore be listed explicitly in statements.
Rob
‎2007 Aug 08 7:30 PM
Hi,
You need to check for syntax GENERATE SUBROUTINE .
Please check this <a href="http://www.sapdevelopment.co.uk/programs/custom/zyes4sql.htm">link</a>
May this one will help you.
aRs