<?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: File Access in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-access/m-p/7882296#M1594933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Koen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;via browser it's your local pc that accesses the files, oterwise&lt;/P&gt;&lt;P&gt;via http_get or similar it's the Sap server;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could try to check if Sap host is authorized to access the files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 May 2011 09:29:02 GMT</pubDate>
    <dc:creator>AlessandroSpadoni</dc:creator>
    <dc:date>2011-05-04T09:29:02Z</dc:date>
    <item>
      <title>File Access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-access/m-p/7882295#M1594932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to get to images stored on server outside the SAP landscape.&lt;/P&gt;&lt;P&gt;The urls start with file://... via a browser the files are accessible,&lt;/P&gt;&lt;P&gt;from within SAP they are not. Am I overlooking something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use http_get and similar function modules already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody of you please point me in the good direction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Koen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 09:15:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-access/m-p/7882295#M1594932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-04T09:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: File Access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-access/m-p/7882296#M1594933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Koen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;via browser it's your local pc that accesses the files, oterwise&lt;/P&gt;&lt;P&gt;via http_get or similar it's the Sap server;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could try to check if Sap host is authorized to access the files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 09:29:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-access/m-p/7882296#M1594933</guid>
      <dc:creator>AlessandroSpadoni</dc:creator>
      <dc:date>2011-05-04T09:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: File Access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-access/m-p/7882297#M1594934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First SAP should be able to access the images in the external server. To check that quickly, if you have ADS installed, goto SFP, create a test adobe form and place a Image UI element. In that, place the URL and see if you can see the image instantly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a similar requirement where product SKU images were stored in different server and I had to read the images dynamically at runtime based on their size and display requirements. I binded the URL &amp;amp; SKU dynamically to read from the external server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 18:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-access/m-p/7882297#M1594934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-04T18:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: File Access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-access/m-p/7882298#M1594935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to see the images in the sfp transaction, but when i want to dynamically generate the &lt;/P&gt;&lt;P&gt;document, I don't get the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the logs there is mentioning of BASE64 conversion error, but so far I haven't found a solution to that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a clue about this one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Koen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 08:41:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-access/m-p/7882298#M1594935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-13T08:41:56Z</dc:date>
    </item>
  </channel>
</rss>

