<?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 data from SharePoint using ABAP sql command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-data-from-sharepoint-using-abap-sql-command/m-p/7193204#M1520173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Newman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use native sql in your abap code to read data from SharePoint's database. But I would suggest you to generate a SharePoint webservice which can provide you the neccessary data so that you can consume this webservice in ABAP&lt;/P&gt;&lt;P&gt;(Will be quite faster than native sql).&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;Ozcan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Aug 2010 06:19:09 GMT</pubDate>
    <dc:creator>former_member848108</dc:creator>
    <dc:date>2010-08-31T06:19:09Z</dc:date>
    <item>
      <title>Read data from SharePoint using ABAP sql command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-data-from-sharepoint-using-abap-sql-command/m-p/7193202#M1520171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We need to read data from a SharePoint site and update the sap object services with the information. There is a lot of information on how to put data into Sharepoint from SAP, but we need to get data from SharePoint and put it into SAP. Is it possible to retrieve data from SharePoint using sql command in ABAP program? If it is possible, what do we need to do to have SAP recognize where to get the SharePoint data?&lt;/P&gt;&lt;P&gt;Richard Newman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Aug 2010 13:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-data-from-sharepoint-using-abap-sql-command/m-p/7193202#M1520171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-30T13:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Read data from SharePoint using ABAP sql command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-data-from-sharepoint-using-abap-sql-command/m-p/7193203#M1520172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;Try using FTP concept for this purpose.&lt;/P&gt;&lt;P&gt;Go through this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP&lt;/A&gt;&lt;EM&gt;solution&lt;/EM&gt;to&lt;EM&gt;implement&lt;/EM&gt;FTP+transactions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;S.Janagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 06:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-data-from-sharepoint-using-abap-sql-command/m-p/7193203#M1520172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-31T06:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Read data from SharePoint using ABAP sql command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-data-from-sharepoint-using-abap-sql-command/m-p/7193204#M1520173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Newman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use native sql in your abap code to read data from SharePoint's database. But I would suggest you to generate a SharePoint webservice which can provide you the neccessary data so that you can consume this webservice in ABAP&lt;/P&gt;&lt;P&gt;(Will be quite faster than native sql).&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;Ozcan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 06:19:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-data-from-sharepoint-using-abap-sql-command/m-p/7193204#M1520173</guid>
      <dc:creator>former_member848108</dc:creator>
      <dc:date>2010-08-31T06:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Read data from SharePoint using ABAP sql command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-data-from-sharepoint-using-abap-sql-command/m-p/7193205#M1520174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ozcan, speed is not a problem in processing the data. Is SharePoint Webservice KM? We would like to use native sql if it is possible. I cannot see how to have SAP recognize the SharePoint site within the ABAP program like I would for a normal Oracle file outside of SAP. Any suggestions. Thanks.&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 13:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-data-from-sharepoint-using-abap-sql-command/m-p/7193205#M1520174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-08T13:05:58Z</dc:date>
    </item>
  </channel>
</rss>

