<?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: explain sql format vs. open sql format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-sql-format-vs-open-sql-format/m-p/1793186#M341056</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The open SQL that you enter in your ABAP program is converted to native SQL depending on your database platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Dec 2006 17:14:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-28T17:14:48Z</dc:date>
    <item>
      <title>explain sql format vs. open sql format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-sql-format-vs-open-sql-format/m-p/1793185#M341055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that if I want to use the "Enter SQL statement" functionality of st05, I have to enter my sql commands in a different format, than in my abap code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format in the abap code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from sbook as a inner join scarr as b on a&lt;SUB&gt;carrid = b&lt;/SUB&gt;carrid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format of st05:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT T_00 . *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM "SBOOK" T_00 ,&lt;/P&gt;&lt;P&gt;"SCARR" T_01 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE ( T_01 . "MANDT" = '000' AND T_00 . "CARRID" = T_01 . "CARRID" ) AND &lt;/P&gt;&lt;P&gt;T_00 . "MANDT" = '000'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1, Is there a converion FM for this? How could I know the "explain format", without running st05 and executing my command? &lt;/P&gt;&lt;P&gt;2, Where can I find a log of SQL commands, that were actually sent to the database engine?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Tamas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 14:43:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain-sql-format-vs-open-sql-format/m-p/1793185#M341055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T14:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: explain sql format vs. open sql format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-sql-format-vs-open-sql-format/m-p/1793186#M341056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The open SQL that you enter in your ABAP program is converted to native SQL depending on your database platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 17:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain-sql-format-vs-open-sql-format/m-p/1793186#M341056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T17:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: explain sql format vs. open sql format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-sql-format-vs-open-sql-format/m-p/1793187#M341057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You've answered a different question. I know how it works. I need to get the DB dependent native SQL, which my opensql command was converted to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tamas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2006 17:20:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain-sql-format-vs-open-sql-format/m-p/1793187#M341057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-29T17:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: explain sql format vs. open sql format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-sql-format-vs-open-sql-format/m-p/1793188#M341058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At some point, I looked for such a FM myself, but without success; however, if I recall correctly, this question has been asked before and a positive answer given. So if you search the forum, you should find it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2006 17:38:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain-sql-format-vs-open-sql-format/m-p/1793188#M341058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-29T17:38:58Z</dc:date>
    </item>
  </channel>
</rss>

