<?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: Doubt : open SQL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-open-sql/m-p/3497926#M841367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;supported databases:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/90/ed8e3f55b20617e10000000a114084/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/90/ed8e3f55b20617e10000000a114084/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exact syntax for the same operations varies slighty (or not so slightly) from DB to DB, that's why we're glad to use Open SQL. It would be impossible to list all differences here, you would need to research for yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2008 09:37:05 GMT</pubDate>
    <dc:creator>ThomasZloch</dc:creator>
    <dc:date>2008-02-27T09:37:05Z</dc:date>
    <item>
      <title>Doubt : open SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-open-sql/m-p/3497921#M841362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make the R/3 System independent of the database system with which you use it despite the differences in the SQL syntax between various databases, we use abap as it uses OPEN SQL.&lt;/P&gt;&lt;P&gt;What are the various Database systems and how does SQL varies with it??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 07:10:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-open-sql/m-p/3497921#M841362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T07:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt : open SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-open-sql/m-p/3497922#M841363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EXEC SQl statement does Native SQL .Normally we use OPEN sql statement.&lt;/P&gt;&lt;P&gt;This is not database specific.So datbase convetor converts into database specific sql statements for our sql statements.This is slow fetching compared to Native sql. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open SQL allows you to access database tables declared in the ABAP Dictionary regardless of the database platform that you R/3 System is using. Native SQL allows you to use database-specific SQL statements in an ABAP program. This means that you can use database tables that are not administered by the ABAP Dictionary, and therefore integrate data that is not part of the R/3 System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a rule, an ABAP program containing database-specific SQL statements will not run under different database systems. If your program will be used on more than one database platform, only use Open SQL statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Native SQL Statements in ABAP Programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use a Native SQL statement, you must precede it with the EXEC SQL statement, and follow it with the ENDEXEC statement as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, u can use Native SQL commands using EXEC and ENDEXEC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it leades to extra burden in SAP version upgradation. and it may lead to data base inconsistancy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U bettr update the tables using BDC / BAPI / Transactions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 07:30:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-open-sql/m-p/3497922#M841363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T07:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt : open SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-open-sql/m-p/3497923#M841364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i asked a different question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 09:10:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-open-sql/m-p/3497923#M841364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T09:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt : open SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-open-sql/m-p/3497924#M841365</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;This must help u definitely&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open SQL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open SQL consists of a set of ABAP statements that perform operations on the central database in the R/3 System. The results of the operations and any error messages are independent of the database system in use. &lt;STRONG&gt;Open SQL thus provides a uniform syntax and semantics for all of the database systems supported by SAP&lt;/STRONG&gt;. ABAP programs that only use Open SQL statements will work in any R/3 System, regardless of the database system in use. Open SQL statements can only work with database tables that have been created in the ABAP Dictionary. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 09:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-open-sql/m-p/3497924#M841365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T09:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt : open SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-open-sql/m-p/3497925#M841366</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;verify the following link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://books.google.com/books?id=chADT7sQ_aUC&amp;amp;pg=PA125&amp;amp;lpg=PA125&amp;amp;dq=the" target="test_blank"&gt;http://books.google.com/books?id=chADT7sQ_aUC&amp;amp;pg=PA125&amp;amp;lpg=PA125&amp;amp;dq=the&lt;/A&gt;&lt;EM&gt;various&lt;/EM&gt;database+systems&amp;amp;source=web&amp;amp;ots=5fp-VrUhU2&amp;amp;sig=KgFS9BA5YZJW6STKKEL4HWFerY4#PPA117,M1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sreelatha gullapalli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 09:24:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-open-sql/m-p/3497925#M841366</guid>
      <dc:creator>sreelatha_gullapalli</dc:creator>
      <dc:date>2008-02-27T09:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt : open SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-open-sql/m-p/3497926#M841367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;supported databases:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/90/ed8e3f55b20617e10000000a114084/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/90/ed8e3f55b20617e10000000a114084/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exact syntax for the same operations varies slighty (or not so slightly) from DB to DB, that's why we're glad to use Open SQL. It would be impossible to list all differences here, you would need to research for yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 09:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-open-sql/m-p/3497926#M841367</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-02-27T09:37:05Z</dc:date>
    </item>
  </channel>
</rss>

