<?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: Can some open sql and native sql execute together in one LUW? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-some-open-sql-and-native-sql-execute-together-in-one-luw/m-p/6771717#M1463267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Wolfgang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if a separate LUW is created for the external DB access. If my understanding is correct DB LUW is created for SAP DB, is it created for an external DB as well ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Mar 2010 06:07:25 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2010-03-30T06:07:25Z</dc:date>
    <item>
      <title>Can some open sql and native sql execute together in one LUW?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-some-open-sql-and-native-sql-execute-together-in-one-luw/m-p/6771713#M1463263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now i am doing one interface between SAP and another system . Both of them use the oracle database .&lt;/P&gt;&lt;P&gt;So I am try to use open SQL and native SQL in one transaction , to  commit the datas to both of them together.&lt;/P&gt;&lt;P&gt;Can anyone confirm this idea is work or not? &lt;/P&gt;&lt;P&gt;Anyone would show me the sample code is the best!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 02:46:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-some-open-sql-and-native-sql-execute-together-in-one-luw/m-p/6771713#M1463263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-30T02:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can some open sql and native sql execute together in one LUW?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-some-open-sql-and-native-sql-execute-together-in-one-luw/m-p/6771714#M1463264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Now i am doing one interface between SAP and another system . Both of them use the oracle database .&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the other system is an SAP system i dont think you need to write Native SQL to update the DB. If not you have to use Native SQL to update the DB. For this specific purposes SAP has provided ADBC classes (ABAP DataBase Connectivity)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can refer to the SAP demo program ADBC_DEMO to check how to implement these classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 03:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-some-open-sql-and-native-sql-execute-together-in-one-luw/m-p/6771714#M1463264</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-03-30T03:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can some open sql and native sql execute together in one LUW?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-some-open-sql-and-native-sql-execute-together-in-one-luw/m-p/6771715#M1463265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Suhas, but another system is not SAP ,  I must use native SQL.&lt;/P&gt;&lt;P&gt;So, how to bind OPEN SQL and Native SQL in one LUW?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 03:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-some-open-sql-and-native-sql-execute-together-in-one-luw/m-p/6771715#M1463265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-30T03:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can some open sql and native sql execute together in one LUW?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-some-open-sql-and-native-sql-execute-together-in-one-luw/m-p/6771716#M1463266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think there is something special to consider to bind open sql and native sql in one sap-luw. One possibility is to create a function module (update module) which encapsulates the db access and call it IN UPDATE TASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 05:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-some-open-sql-and-native-sql-execute-together-in-one-luw/m-p/6771716#M1463266</guid>
      <dc:creator>wolfgang_brunneder</dc:creator>
      <dc:date>2010-03-30T05:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can some open sql and native sql execute together in one LUW?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-some-open-sql-and-native-sql-execute-together-in-one-luw/m-p/6771717#M1463267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Wolfgang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if a separate LUW is created for the external DB access. If my understanding is correct DB LUW is created for SAP DB, is it created for an external DB as well ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 06:07:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-some-open-sql-and-native-sql-execute-together-in-one-luw/m-p/6771717#M1463267</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-03-30T06:07:25Z</dc:date>
    </item>
  </channel>
</rss>

