<?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 fetch data into SAP from SQL Server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-into-sap-from-sql-server/m-p/7148899#M1514309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table in SQL server, i want to fetch data table into SAP and use in my program.&lt;/P&gt;&lt;P&gt;So it is possible to access sql server table into SAP and How i will use that table inside SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;man&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Aug 2010 10:14:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-18T10:14:51Z</dc:date>
    <item>
      <title>fetch data into SAP from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-into-sap-from-sql-server/m-p/7148899#M1514309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table in SQL server, i want to fetch data table into SAP and use in my program.&lt;/P&gt;&lt;P&gt;So it is possible to access sql server table into SAP and How i will use that table inside SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;man&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 10:14:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-into-sap-from-sql-server/m-p/7148899#M1514309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-18T10:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: fetch data into SAP from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-into-sap-from-sql-server/m-p/7148900#M1514310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answer copied from &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="900731"&gt;&lt;/A&gt; - points removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I understand you right you want to write a report in ABAP that can store data in an MS-SQL database that is located on an other server than your SAP database. Is that right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes I would suggest looking into ADBC (wimre that stands for ABAP DataBase Connector). There are some classes like CL_SQL_STATEMENT that allow this. One requirement is that you have installed the right DBSL (if your SAP system is running on a MS-SQL DB that is ok anyway) and. Then you have to maintain an database connection to the remote system. Transaction DBACOCKPIT is one way to do that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I'm posting that from home and not being in the office I don't have access to all documentation at the moment so I cannot go into detail here. And I fear there is not much documentation available in the public at all. But if you search for it you will find something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But please remember one drawback of using ADBC (or EXEC-SQL or anything like that): You are writing native SQL that is executed on the database. ABAP syntax checks cannot help you at all. And you can do a lot of damage when accessing a database directly without good knowledge of what you are doing.&lt;/P&gt;&lt;P&gt;installed Microsoft Data&lt;/P&gt;&lt;P&gt;Access Components (MDAC) and DBMSSLIB.DLL 32 bit instead of 64 bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Jun 9, 2011 11:25 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 12:04:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-into-sap-from-sql-server/m-p/7148900#M1514310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-18T12:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: fetch data into SAP from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-into-sap-from-sql-server/m-p/7148901#M1514311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deleted...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: BreakPoint on Aug 18, 2010 2:09 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 12:08:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-into-sap-from-sql-server/m-p/7148901#M1514311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-18T12:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: fetch data into SAP from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-into-sap-from-sql-server/m-p/7148902#M1514312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link [Forum|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="9337407"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;/message/5328259#5328259 &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Bhavana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 12:12:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-into-sap-from-sql-server/m-p/7148902#M1514312</guid>
      <dc:creator>former_member233090</dc:creator>
      <dc:date>2010-08-18T12:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: fetch data into SAP from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-into-sap-from-sql-server/m-p/7148903#M1514313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one more query, if i were save excel file in my local system, and then through some .net application i want to upload that file into SAP RFC internal table, then it will upload the file in int. table or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And where we will save that excel file in SAP application server or .net server or local system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;man&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 03:53:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-into-sap-from-sql-server/m-p/7148903#M1514313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T03:53:41Z</dc:date>
    </item>
  </channel>
</rss>

