<?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: Access File From Shared Network / Folder. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-file-from-shared-network-folder/m-p/11627382#M1942151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be good to share how it was solved, then the next reader with the same issue does not need to post this question again and is not annoyed by those "answered" discussions that have no information how it was answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 May 2016 07:40:02 GMT</pubDate>
    <dc:creator>JL23</dc:creator>
    <dc:date>2016-05-25T07:40:02Z</dc:date>
    <item>
      <title>Access File From Shared Network / Folder.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-file-from-shared-network-folder/m-p/11627380#M1942149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Requirement Is to Access the Shared Folder(For Eg: \\192,168.0.1\test) to Read and open files from that shared folder&amp;nbsp; .&lt;/P&gt;&lt;P&gt;1 . Need FM to Get List files which are avaliable in the shared folder .&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; FM which can read and open files from shared folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know if any one knows any FM or any weblink which can be helpful.&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;Saumil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 08:32:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-file-from-shared-network-folder/m-p/11627380#M1942149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-20T08:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Access File From Shared Network / Folder.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-file-from-shared-network-folder/m-p/11627381#M1942150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Issued Solved .!!!&lt;/P&gt;&lt;P&gt;Closing thread&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 07:33:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-file-from-shared-network-folder/m-p/11627381#M1942150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-25T07:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Access File From Shared Network / Folder.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-file-from-shared-network-folder/m-p/11627382#M1942151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be good to share how it was solved, then the next reader with the same issue does not need to post this question again and is not annoyed by those "answered" discussions that have no information how it was answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 07:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-file-from-shared-network-folder/m-p/11627382#M1942151</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2016-05-25T07:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Access File From Shared Network / Folder.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-file-from-shared-network-folder/m-p/11627383#M1942152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Didn't get any FM to get list of files from Shared folder.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;2 .Below is the answer for Second point : &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;CONCATENATE&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'\\your shared ip\foldername\xyz.txt&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L1S52"&gt;INTO&lt;/SPAN&gt; lv_path.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d_string = lv_path. &lt;SPAN class="L1S31"&gt;" text.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;CALL&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;METHOD&lt;/SPAN&gt; cl_gui_frontend_services=&amp;gt;execute&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = d_string&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 10:18:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-file-from-shared-network-folder/m-p/11627383#M1942152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-25T10:18:26Z</dc:date>
    </item>
  </channel>
</rss>

