<?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 VS. Native in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-vs-native/m-p/3357404#M805573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Here;s the advantages and dis advantages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Native SQL Advantages and Disadvantages - EXEC SQL statement&lt;/P&gt;&lt;P&gt;Advantages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables are not declared in ABAP Dictionary can be accessed. (e.g. Tables belonging to sys or system user of Oracle, etc.) &lt;/P&gt;&lt;P&gt;To use some of the special features supported by the database-specific SQL. (e.g. Passing hints to Oracle optimizer.) &lt;/P&gt;&lt;P&gt;Disadvanteges&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No syntax check is performed whatever is written between EXEC and ENDEXEC. &lt;/P&gt;&lt;P&gt;ABAP program containing database-specific SQL statements will not run under different database systems. &lt;/P&gt;&lt;P&gt;There is no automatic clien handling for client dependent tables. &lt;/P&gt;&lt;P&gt;Care has to be taken during migration to higher versions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful, Do reward.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2008 12:59:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-07T12:59:48Z</dc:date>
    <item>
      <title>Open VS. Native</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-vs-native/m-p/3357399#M805568</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 need a list of advantages and disadvantages of Native/Open SQL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 11:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-vs-native/m-p/3357399#M805568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T11:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Open VS. Native</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-vs-native/m-p/3357400#M805569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this link.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4604343"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 11:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-vs-native/m-p/3357400#M805569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T11:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Open VS. Native</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-vs-native/m-p/3357401#M805570</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;ABAP Native SQL allows you to include database-specific SQL statements in an ABAP program. Most&lt;/P&gt;&lt;P&gt;ABAP programs containing database-specific SQL statements do not run with different databases. If&lt;/P&gt;&lt;P&gt;different databases are involved, use Open SQL. To execute ABAP Native SQL in an ABAP program, use&lt;/P&gt;&lt;P&gt;the statement EXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subset of standard SQL statements.&lt;/P&gt;&lt;P&gt;To avoid conflicts between database tables and to keep ABAP programs independent from the database&lt;/P&gt;&lt;P&gt;system used, SAP has generated its own set of SQL statements known as Open SQL.&lt;/P&gt;&lt;P&gt;Using Open SQL allows you to access all database tables available in the R/3 System, regardless of the&lt;/P&gt;&lt;P&gt;manufacturer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this is helpful, Do reward.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 11:19:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-vs-native/m-p/3357401#M805570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T11:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Open VS. Native</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-vs-native/m-p/3357402#M805571</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;Please refer to the link below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abaptips/content/view/240/62/" target="test_blank"&gt;http://www.erpgenie.com/abaptips/content/view/240/62/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 11:20:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-vs-native/m-p/3357402#M805571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T11:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Open VS. Native</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-vs-native/m-p/3357403#M805572</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;&lt;STRONG&gt;Types of SQL&amp;#146;s&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Native SQL&lt;/P&gt;&lt;P&gt;Open SQL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Open SQL commands&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;INSERT&lt;/P&gt;&lt;P&gt;UPDATE&lt;/P&gt;&lt;P&gt;MODIFY&lt;/P&gt;&lt;P&gt;DELETE&lt;/P&gt;&lt;P&gt;OPEN CURSOR, FETCH,  CLOSE CURSOR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Open SQL &amp;#150; Return codes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Sy-subrc&lt;/P&gt;&lt;P&gt;	- Return value after specific ABAP/4 statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sy-dbcnt&lt;/P&gt;&lt;P&gt;	- DB operations: Number of elements in the edited dataset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Native SQL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXEC SQL [PERFORMING  ENDEXEC.&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;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;reward points if helpful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 11:23:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-vs-native/m-p/3357403#M805572</guid>
      <dc:creator>Vijay</dc:creator>
      <dc:date>2008-02-07T11:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Open VS. Native</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-vs-native/m-p/3357404#M805573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Here;s the advantages and dis advantages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Native SQL Advantages and Disadvantages - EXEC SQL statement&lt;/P&gt;&lt;P&gt;Advantages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables are not declared in ABAP Dictionary can be accessed. (e.g. Tables belonging to sys or system user of Oracle, etc.) &lt;/P&gt;&lt;P&gt;To use some of the special features supported by the database-specific SQL. (e.g. Passing hints to Oracle optimizer.) &lt;/P&gt;&lt;P&gt;Disadvanteges&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No syntax check is performed whatever is written between EXEC and ENDEXEC. &lt;/P&gt;&lt;P&gt;ABAP program containing database-specific SQL statements will not run under different database systems. &lt;/P&gt;&lt;P&gt;There is no automatic clien handling for client dependent tables. &lt;/P&gt;&lt;P&gt;Care has to be taken during migration to higher versions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful, Do reward.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 12:59:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-vs-native/m-p/3357404#M805573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T12:59:48Z</dc:date>
    </item>
  </channel>
</rss>

