<?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: Read Legacy Database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-legacy-database/m-p/6018607#M1347249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using third party Software we made Interface between the DBs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Oct 2009 11:55:39 GMT</pubDate>
    <dc:creator>former_member189817</dc:creator>
    <dc:date>2009-10-05T11:55:39Z</dc:date>
    <item>
      <title>Read Legacy Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-legacy-database/m-p/6018604#M1347246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;         I am into functional side need information about SAP - Legacy integeration.My requirment is I want to pull the data directly from Legacy DB instaed of downloading it as flat file.Similar way wan to writel the data into Legacy DB. Pls anyone suggest me best way interfacing methodolgy for this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Velmurugan S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Aug 2009 11:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-legacy-database/m-p/6018604#M1347246</guid>
      <dc:creator>former_member189817</dc:creator>
      <dc:date>2009-08-15T11:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Read Legacy Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-legacy-database/m-p/6018605#M1347247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Velmurugan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;direct access of external legacy database is possible through native SQL from ABAP using comands like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;EXEC SQL. 
  CONNECT TO dbs [AS con] 
ENDEXEC.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;This native SQL statement starts a connection to the database system dbs and makes this the current connection - that is, all the following native SQL statements work with the database system named in dbs. If a connection to the specified database system already exists, then this is used; otherwise, a new connection is set up. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I would not recommend to do it thisway except for extremely simple purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually the permanent interaction between SAP and legacy system should be implemented using IDOC (best) or BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Aug 2009 14:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-legacy-database/m-p/6018605#M1347247</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-08-16T14:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Read Legacy Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-legacy-database/m-p/6018606#M1347248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens Li ,&lt;/P&gt;&lt;P&gt;                            Thanks for your reply,We  alraedy tried this Native SQl using DBCO,But worst thing is our Application server is running on  UNIX server which is not supported by SAP. So we are looking for alternate method.Pls tell me any other way to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 09:20:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-legacy-database/m-p/6018606#M1347248</guid>
      <dc:creator>former_member189817</dc:creator>
      <dc:date>2009-09-02T09:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Read Legacy Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-legacy-database/m-p/6018607#M1347249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using third party Software we made Interface between the DBs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2009 11:55:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-legacy-database/m-p/6018607#M1347249</guid>
      <dc:creator>former_member189817</dc:creator>
      <dc:date>2009-10-05T11:55:39Z</dc:date>
    </item>
  </channel>
</rss>

