<?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 Connect External Database SQL server from ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/connect-external-database-sql-server-from-abap/m-p/8841861#M1684277</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 have an requirement to fetch the data from third party application (having their data in SQL Server database).&amp;nbsp; This application is running in a different server but on a same network.&amp;nbsp; I need to fetch data and calculate some value and update in the SAP system.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I understand that we can do it through DBCON settings at SAP end. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, i need some clear steps and pre-requisites from BASIS side as well in order to have completeness. &lt;/P&gt;&lt;P&gt;&amp;nbsp; viz.&amp;nbsp; Any DLL or SAR files to be extracted&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Any settings at BASIS side to allow external connections etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one give input please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 May 2012 15:49:18 GMT</pubDate>
    <dc:creator>venkateswaran_k</dc:creator>
    <dc:date>2012-05-31T15:49:18Z</dc:date>
    <item>
      <title>Connect External Database SQL server from ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connect-external-database-sql-server-from-abap/m-p/8841861#M1684277</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 have an requirement to fetch the data from third party application (having their data in SQL Server database).&amp;nbsp; This application is running in a different server but on a same network.&amp;nbsp; I need to fetch data and calculate some value and update in the SAP system.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I understand that we can do it through DBCON settings at SAP end. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, i need some clear steps and pre-requisites from BASIS side as well in order to have completeness. &lt;/P&gt;&lt;P&gt;&amp;nbsp; viz.&amp;nbsp; Any DLL or SAR files to be extracted&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Any settings at BASIS side to allow external connections etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one give input please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 15:49:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connect-external-database-sql-server-from-abap/m-p/8841861#M1684277</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2012-05-31T15:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Connect External Database SQL server from ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connect-external-database-sql-server-from-abap/m-p/8841862#M1684278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check SAP Help below.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu_702/en/abenadbc.htm"&gt;http://help.sap.com/abapdocu_702/en/abenadbc.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 15:58:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connect-external-database-sql-server-from-abap/m-p/8841862#M1684278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-31T15:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Connect External Database SQL server from ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connect-external-database-sql-server-from-abap/m-p/8841863#M1684279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some simple and common info:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1. DLL files will be needed to connect to SAP and execute RFC/BAPI from the SQL system whereas DBCON will help you to define connection details of connecting to SQL DB from SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If you want to process a transaction in SAP via RFC/BAPI you will need the DLL whereas to read data or write data to SQL system then DBCON will be useful. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Ask the BASIS Team to verify any firewalls that may deny access to SAP IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Pranav.&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" height="1" src="https://community.sap.com/777/images/emoticons/happy.gif" width="1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 05:06:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connect-external-database-sql-server-from-abap/m-p/8841863#M1684279</guid>
      <dc:creator>former_member222709</dc:creator>
      <dc:date>2012-06-01T05:06:59Z</dc:date>
    </item>
  </channel>
</rss>

