<?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 Saving file to SharePoint using open dataset in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-file-to-sharepoint-using-open-dataset/m-p/12254366#M1986505</link>
    <description>&lt;P&gt;Are there any issues with using open dataset for writing a file (in this case a pdf) to a SharePoint folder? I have tried several valid URL's when doing so and I mostly get "No such file or directory" returned as an error. One URL resulted in a an abend stating "no authorization", however I am running the process myself and I have full access to SP site. Does SAP and SP just not work well together via ABAP?&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; OPEN DATASET l_filename FOR OUTPUT IN BINARY MODE MESSAGE error.&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Nov 2020 16:59:58 GMT</pubDate>
    <dc:creator>scottcarricknwn</dc:creator>
    <dc:date>2020-11-17T16:59:58Z</dc:date>
    <item>
      <title>Saving file to SharePoint using open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-file-to-sharepoint-using-open-dataset/m-p/12254366#M1986505</link>
      <description>&lt;P&gt;Are there any issues with using open dataset for writing a file (in this case a pdf) to a SharePoint folder? I have tried several valid URL's when doing so and I mostly get "No such file or directory" returned as an error. One URL resulted in a an abend stating "no authorization", however I am running the process myself and I have full access to SP site. Does SAP and SP just not work well together via ABAP?&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; OPEN DATASET l_filename FOR OUTPUT IN BINARY MODE MESSAGE error.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 16:59:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-file-to-sharepoint-using-open-dataset/m-p/12254366#M1986505</guid>
      <dc:creator>scottcarricknwn</dc:creator>
      <dc:date>2020-11-17T16:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Saving file to SharePoint using open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-file-to-sharepoint-using-open-dataset/m-p/12254367#M1986506</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;SAP and SP do not work in "open dataset" mode via ABAP. What you need to do is call SharePoint REST services to have it working. We have a partner who's doing that for us, znk consulting, see their site&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;K&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 11:09:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-file-to-sharepoint-using-open-dataset/m-p/12254367#M1986506</guid>
      <dc:creator>karim_benakli_kb</dc:creator>
      <dc:date>2020-11-27T11:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Saving file to SharePoint using open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-file-to-sharepoint-using-open-dataset/m-p/12254368#M1986507</link>
      <description>&lt;P&gt;Are your SharePoint and SAP hosted on same server?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In the first case than can be as easy than a GUI_UPLOAD.&lt;/LI&gt;&lt;LI&gt;In the second case, better look for http class (&lt;A href="https://launchpad.support.sap.com/#/solutions/scnforums/?q=%252522cl_http_client%252522%252520%252522SharePoint%252522"&gt;cl_http_client&lt;/A&gt;, cl_rest_http_client)  &lt;A href="https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service?tabs=csom"&gt;Rest WebServices&lt;/A&gt; or third parties toools.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;EM&gt;Hint: perform some search on UNC path&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Nov 2020 10:07:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-file-to-sharepoint-using-open-dataset/m-p/12254368#M1986507</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2020-11-30T10:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Saving file to SharePoint using open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-file-to-sharepoint-using-open-dataset/m-p/12254369#M1986508</link>
      <description>&lt;P&gt;Hello  &lt;SPAN class="mention-scrubbed"&gt;scottcarricknwn&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Here's a code on how to upload a file to SharePoint using SharePoint's API.&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/answers/13048963/view.html" target="test_blank"&gt;https://answers.sap.com/answers/13048963/view.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You need to have SharePoint API access and account to be able to do that. For that you need to contact your SharePoint administrators.&lt;/P&gt;Kind regards,&lt;BR /&gt;Mateusz</description>
      <pubDate>Mon, 30 Nov 2020 10:12:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-file-to-sharepoint-using-open-dataset/m-p/12254369#M1986508</guid>
      <dc:creator>MateuszAdamus</dc:creator>
      <dc:date>2020-11-30T10:12:47Z</dc:date>
    </item>
  </channel>
</rss>

