<?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: Differences between open SQL and native SQL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-open-sql-and-native-sql/m-p/2160378#M456914</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&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;u can also have a look at the foll. link if u need more details:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46b/helpdata/en/fc/eb3b8b358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46b/helpdata/en/fc/eb3b8b358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regrads&lt;/P&gt;&lt;P&gt;navjot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Apr 2007 03:15:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-30T03:15:48Z</dc:date>
    <item>
      <title>Differences between open SQL and native SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-open-sql-and-native-sql/m-p/2160374#M456910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      can anyone tell me the differences between open SQL and native SQL?&lt;/P&gt;&lt;P&gt;      thanks in advance.&lt;/P&gt;&lt;P&gt;       qiuguo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 02:47:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-open-sql-and-native-sql/m-p/2160374#M456910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T02:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Differences between open SQL and native SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-open-sql-and-native-sql/m-p/2160375#M456911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Open SQL refers to commands that can be translated into statements of any other SQL language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example :&lt;/P&gt;&lt;P&gt;MS-SQL Server  and Oracle both are databases. There are two different languages that are used to query these databases and get results. Somme commands exist only in MS-SQL and some only in Oracle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open SQL is used when we want tp write queries that will work on any underlying database. It contains only those commands which can be translated into any underlying databases command.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 02:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-open-sql-and-native-sql/m-p/2160375#M456911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T02:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Differences between open SQL and native SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-open-sql-and-native-sql/m-p/2160376#M456912</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;                      There is an interface between our R/3 system and Database. &lt;/P&gt;&lt;P&gt;Using this interface. You can write open SQL statements to accsess Database. Here we don't bother whether it is Oracle, Informix etc. So the statement syntax will not be dependent on Database underlying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                       In Native Sql we don't access thru Interface.Directly we access Database.So we need to Write the statements in the correct syntax. i.e Database dependent.This is faster but if you use this there will be some inconsistency. So always better use Open SQL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Vinsa.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 02:56:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-open-sql-and-native-sql/m-p/2160376#M456912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T02:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Differences between open SQL and native SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-open-sql-and-native-sql/m-p/2160377#M456913</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;Information is retrieved from the data base for use in out programs via a special language known as structured query language (SQL). SQL is a language designed for the use with relational data base systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Open SQL is a subset of native SQL . SQL has been divided into two parts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Open SQL  can recognized by the ABAP program.&lt;/P&gt;&lt;P&gt;&amp;gt; They are 10 SQL statements out of which we use only 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Select.&lt;/P&gt;&lt;P&gt;2. Insert.&lt;/P&gt;&lt;P&gt;3. Delete.&lt;/P&gt;&lt;P&gt;4. Modify.&lt;/P&gt;&lt;P&gt;5. Update.&lt;/P&gt;&lt;P&gt;6. Fetch.&lt;/P&gt;&lt;P&gt;7. Open Cursor.&lt;/P&gt;&lt;P&gt;8. Close Cursor.&lt;/P&gt;&lt;P&gt;9. Roll Back.&lt;/P&gt;&lt;P&gt;10. Commit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;out of which we use only the first 5.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Native SQL. cannot be recognized by the ABAP program.&lt;/P&gt;&lt;P&gt;&amp;gt; To execute Native SQL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exec SQL.&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;End Exec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as it cannot be recognized by the ABAP we go for Open SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this has helped u solve ur problem then dont forget to reward them with pointrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;madhuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 02:57:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-open-sql-and-native-sql/m-p/2160377#M456913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T02:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Differences between open SQL and native SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-open-sql-and-native-sql/m-p/2160378#M456914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&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;u can also have a look at the foll. link if u need more details:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46b/helpdata/en/fc/eb3b8b358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46b/helpdata/en/fc/eb3b8b358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regrads&lt;/P&gt;&lt;P&gt;navjot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 03:15:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-open-sql-and-native-sql/m-p/2160378#M456914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T03:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Differences between open SQL and native SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-open-sql-and-native-sql/m-p/2160379#M456915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i got it.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 03:27:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-open-sql-and-native-sql/m-p/2160379#M456915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T03:27:13Z</dc:date>
    </item>
  </channel>
</rss>

