<?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: Update non sap database using abap code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-non-sap-database-using-abap-code/m-p/2327799#M511785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Surely that can be done. You must use Native SQL in order to do this.&lt;/P&gt;&lt;P&gt;Beware though that the code you write for use with Oracle DB may stop working if tomorrow it gets migrated to another RDBMS, say SQL server for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax is like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
EXEC SQL [PERFORMING &amp;lt;form&amp;gt;].
  &amp;lt;Native SQL statement&amp;gt;
ENDEXEC.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this text from help:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;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;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award points if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2007 04:54:33 GMT</pubDate>
    <dc:creator>alejandro_bindi</dc:creator>
    <dc:date>2007-06-06T04:54:33Z</dc:date>
    <item>
      <title>Update non sap database using abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-non-sap-database-using-abap-code/m-p/2327795#M511781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to update non sap database using abap code.  Does this can be done and any sample programs? Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 07:12:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-non-sap-database-using-abap-code/m-p/2327795#M511781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T07:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Update non sap database using abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-non-sap-database-using-abap-code/m-p/2327796#M511782</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 the Transaction&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;OIDV&amp;lt;/b&amp;gt;  -to update MS acess tables from SAP data&lt;/P&gt;&lt;P&gt;see the program&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;RIACCESS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 07:15:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-non-sap-database-using-abap-code/m-p/2327796#M511782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T07:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Update non sap database using abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-non-sap-database-using-abap-code/m-p/2327797#M511783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we can update the ztable by using &lt;/P&gt;&lt;P&gt;modify or update statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like modify ztable from table itab.&lt;/P&gt;&lt;P&gt;or update ztable from table itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 07:34:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-non-sap-database-using-abap-code/m-p/2327797#M511783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T07:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Update non sap database using abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-non-sap-database-using-abap-code/m-p/2327798#M511784</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;Thanks for the info. But actually my requirement is there are Java programs that will call abap program or  RFC program  and these programs need to update to Oracle database ( not sap database ).  I'm not sure this can be done. Anyone can help me? If can ... kindly provide me sample program.  Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 00:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-non-sap-database-using-abap-code/m-p/2327798#M511784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T00:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Update non sap database using abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-non-sap-database-using-abap-code/m-p/2327799#M511785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Surely that can be done. You must use Native SQL in order to do this.&lt;/P&gt;&lt;P&gt;Beware though that the code you write for use with Oracle DB may stop working if tomorrow it gets migrated to another RDBMS, say SQL server for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax is like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
EXEC SQL [PERFORMING &amp;lt;form&amp;gt;].
  &amp;lt;Native SQL statement&amp;gt;
ENDEXEC.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this text from help:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;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;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award points if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 04:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-non-sap-database-using-abap-code/m-p/2327799#M511785</guid>
      <dc:creator>alejandro_bindi</dc:creator>
      <dc:date>2007-06-06T04:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Update non sap database using abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-non-sap-database-using-abap-code/m-p/2327800#M511786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please advice how to update oracle database using Native SQL from SAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 04:34:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-non-sap-database-using-abap-code/m-p/2327800#M511786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T04:34:43Z</dc:date>
    </item>
  </channel>
</rss>

