<?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 and  negative sql in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-and-negative-sql/m-p/3846239#M924717</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;I just noticed this thread because someone added an answer independent of the fact that it was marked as answered and some month old. I had to notice several people giving copy-and-past answers. Note that we don't tolerate that here in the SCN! I had to reassign points as some more or less correct answers did not get any points and the copy-and-paste folks got 6-10 points. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will lock this thread as people start answering this old question again.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jan Stallkamp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2008 14:40:51 GMT</pubDate>
    <dc:creator>JanStallkamp</dc:creator>
    <dc:date>2008-08-19T14:40:51Z</dc:date>
    <item>
      <title>open sql and  negative sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-and-negative-sql/m-p/3846231#M924709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is &lt;STRONG&gt;open sql&lt;/STRONG&gt; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is  &lt;STRONG&gt;negative sql&lt;/STRONG&gt; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is difference between &lt;STRONG&gt;open and negative sql&lt;/STRONG&gt; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 05:14:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-and-negative-sql/m-p/3846231#M924709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T05:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: open sql and  negative sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-and-negative-sql/m-p/3846232#M924710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;   by negative sql do you mean Native sql&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then answer is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;native sql : are not checked and converted they are sent &lt;/P&gt;&lt;P&gt;directly to the database system.allows to use database &lt;/P&gt;&lt;P&gt;specific sqql statements in an abap program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open sql: it will work on any r/3 system regardless of the &lt;/P&gt;&lt;P&gt;database system in use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open sql is not confined to any particular type of database &lt;/P&gt;&lt;P&gt;while a native sql is confined to a particular one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;P&gt;kushagra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 05:20:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-and-negative-sql/m-p/3846232#M924710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T05:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: open sql and  negative sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-and-negative-sql/m-p/3846233#M924711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well...don't know where you got the term from...its NATIVE SQL and not NEGATIVE SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open sql is the SQL that is interpreted by the abap interpreter. Open sql are abap statements which are written to access data dictionary tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Native sql statements have to be written within EXEC SQL and ENDEXEC blocks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference is that this block is not checked for syntax errors while checking errors in abap syntax. This block is directly executed at the database level and the relevant database DML/DDL checks are done. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the following link for further reference...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb3b8b358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb3b8b358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 05:21:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-and-negative-sql/m-p/3846233#M924711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T05:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: open sql and  negative sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-and-negative-sql/m-p/3846234#M924712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;\[removed by moderator as it was just a copy and paste answer of someone else's work without giving a source\]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jan Stallkamp on Aug 19, 2008 4:25 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 05:23:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-and-negative-sql/m-p/3846234#M924712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T05:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: open sql and  negative sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-and-negative-sql/m-p/3846235#M924713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;\[removed by moderator as it was just a copy and paste answer of someone else's work without giving a source\]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jan Stallkamp on Aug 19, 2008 4:33 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 05:42:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-and-negative-sql/m-p/3846235#M924713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T05:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: open sql and  negative sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-and-negative-sql/m-p/3846236#M924714</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 is the SQL language used internally by the SAP application server. Native SQL is the language used directly by the DB. The application server translates the OpenSQL to native SQL when sending commands to the DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 05:52:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-and-negative-sql/m-p/3846236#M924714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T05:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: open sql and  negative sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-and-negative-sql/m-p/3846237#M924715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;\[removed by moderator as it was just a copy and paste answer of someone else's work without giving a source\]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jan Stallkamp on Aug 19, 2008 4:27 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 14:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-and-negative-sql/m-p/3846237#M924715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T14:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: open sql and  negative sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-and-negative-sql/m-p/3846238#M924716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SARITHA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[THIS IS ANSWERED TODAY|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6015363"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 14:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-and-negative-sql/m-p/3846238#M924716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T14:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: open sql and  negative sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-and-negative-sql/m-p/3846239#M924717</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;I just noticed this thread because someone added an answer independent of the fact that it was marked as answered and some month old. I had to notice several people giving copy-and-past answers. Note that we don't tolerate that here in the SCN! I had to reassign points as some more or less correct answers did not get any points and the copy-and-paste folks got 6-10 points. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will lock this thread as people start answering this old question again.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jan Stallkamp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 14:40:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-and-negative-sql/m-p/3846239#M924717</guid>
      <dc:creator>JanStallkamp</dc:creator>
      <dc:date>2008-08-19T14:40:51Z</dc:date>
    </item>
  </channel>
</rss>

