<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Open SQL to Native SQL conversion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-to-native-sql-conversion/m-p/1030811#M83777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easiest way to get a conversion: &lt;/P&gt;&lt;P&gt;- Write your statement in a small test report&lt;/P&gt;&lt;P&gt;- Make a trace of it's execution&lt;/P&gt;&lt;P&gt;- copy the native SQL from the explanation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, you still have to run the code - but just in a small example report, not your original program. And once you have the translation, you will be able to make smaller changes directly in native SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think, that's more complex than having a function module for translation - this would also need to run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin had a similar requirement, have a look:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="65647"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Nov 2005 07:50:45 GMT</pubDate>
    <dc:creator>christian_wohlfahrt</dc:creator>
    <dc:date>2005-11-08T07:50:45Z</dc:date>
    <item>
      <title>Open SQL to Native SQL conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-to-native-sql-conversion/m-p/1030809#M83775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know of any function module or transaction that will translate Open SQL to Native SQL?  What I'd like to do is be able to take raw abap and get an explain plan via ST05 without having to run the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can get an explain plan with function module "DB6_EXPLAIN", but I can't get the code into the Native format that it needs first.  BTW - Oracle 9i on 46c system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2005 01:44:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-to-native-sql-conversion/m-p/1030809#M83775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-08T01:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Open SQL to Native SQL conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-to-native-sql-conversion/m-p/1030810#M83776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is any way you can get open SQL to Native SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2005 05:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-to-native-sql-conversion/m-p/1030810#M83776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-08T05:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Open SQL to Native SQL conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-to-native-sql-conversion/m-p/1030811#M83777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easiest way to get a conversion: &lt;/P&gt;&lt;P&gt;- Write your statement in a small test report&lt;/P&gt;&lt;P&gt;- Make a trace of it's execution&lt;/P&gt;&lt;P&gt;- copy the native SQL from the explanation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, you still have to run the code - but just in a small example report, not your original program. And once you have the translation, you will be able to make smaller changes directly in native SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think, that's more complex than having a function module for translation - this would also need to run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin had a similar requirement, have a look:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="65647"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2005 07:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-to-native-sql-conversion/m-p/1030811#M83777</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-11-08T07:50:45Z</dc:date>
    </item>
  </channel>
</rss>

