<?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: interface to another database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-to-another-database/m-p/2612246#M599316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. for this u will also require help of basis team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. these are the steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) make an entry in DBCON&lt;/P&gt;&lt;P&gt;b) make connection string&lt;/P&gt;&lt;P&gt;(on the physical application server,&lt;/P&gt;&lt;P&gt;so that it can connect to secondary database)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(this will be done by basis team,&lt;/P&gt;&lt;P&gt;in which, they will specify the&lt;/P&gt;&lt;P&gt;IP address of the secondary database server,&lt;/P&gt;&lt;P&gt;the DATABASE ID, and the port number)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) then using open sql / native sql,&lt;/P&gt;&lt;P&gt;we can use the secondary database connection,&lt;/P&gt;&lt;P&gt;just like normal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) if we use open sql, &lt;/P&gt;&lt;P&gt;then there must be Y/Z table on &lt;/P&gt;&lt;P&gt;sap as well as secondary database,&lt;/P&gt;&lt;P&gt;and the field names , their type all should be identical.&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2007 09:50:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-01T09:50:40Z</dc:date>
    <item>
      <title>interface to another database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-to-another-database/m-p/2612245#M599315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone know if it is possible to pull data out of SAP directly into any other SQL-based database?&lt;/P&gt;&lt;P&gt;I know of course that you can write files in ABAP which can interact as an interface, but I do not know about an interface to SQL-databases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using release 4.6c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 09:47:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-to-another-database/m-p/2612245#M599315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T09:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: interface to another database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-to-another-database/m-p/2612246#M599316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. for this u will also require help of basis team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. these are the steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) make an entry in DBCON&lt;/P&gt;&lt;P&gt;b) make connection string&lt;/P&gt;&lt;P&gt;(on the physical application server,&lt;/P&gt;&lt;P&gt;so that it can connect to secondary database)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(this will be done by basis team,&lt;/P&gt;&lt;P&gt;in which, they will specify the&lt;/P&gt;&lt;P&gt;IP address of the secondary database server,&lt;/P&gt;&lt;P&gt;the DATABASE ID, and the port number)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) then using open sql / native sql,&lt;/P&gt;&lt;P&gt;we can use the secondary database connection,&lt;/P&gt;&lt;P&gt;just like normal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) if we use open sql, &lt;/P&gt;&lt;P&gt;then there must be Y/Z table on &lt;/P&gt;&lt;P&gt;sap as well as secondary database,&lt;/P&gt;&lt;P&gt;and the field names , their type all should be identical.&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 09:50:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-to-another-database/m-p/2612246#M599316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T09:50:40Z</dc:date>
    </item>
  </channel>
</rss>

