<?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 files starting with TEST* (for example) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-files-starting-with-test-for-example/m-p/2930514#M690552</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;You can get a list of all the files available in a specific folder.&lt;/P&gt;&lt;P&gt;Refer blog:&lt;/P&gt;&lt;P&gt;/people/kathirvel.balakrishnan2/blog/2006/06/05/sap-php-together-application-server-directory-file-browser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Oct 2007 09:06:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-17T09:06:35Z</dc:date>
    <item>
      <title>Read files starting with TEST* (for example)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-files-starting-with-test-for-example/m-p/2930513#M690551</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;Is it possible to read all the files starting with TEST for example from the Unix folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirement is there will be files starting with TEST present in the default path x.&lt;/P&gt;&lt;P&gt;I need to read all the files starting with TEST from this path. So, basically in the selection screen, can I put the default filename as TEST*.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All these files will have POs(Purchase Orders) which the program needs to update accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Anishur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 09:02:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-files-starting-with-test-for-example/m-p/2930513#M690551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T09:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Read files starting with TEST* (for example)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-files-starting-with-test-for-example/m-p/2930514#M690552</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;You can get a list of all the files available in a specific folder.&lt;/P&gt;&lt;P&gt;Refer blog:&lt;/P&gt;&lt;P&gt;/people/kathirvel.balakrishnan2/blog/2006/06/05/sap-php-together-application-server-directory-file-browser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 09:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-files-starting-with-test-for-example/m-p/2930514#M690552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T09:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Read files starting with TEST* (for example)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-files-starting-with-test-for-example/m-p/2930515#M690553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;USE FM RZL_DIR_READ to read all the files from a specific location on UNIX server. It return the data in an internal table.&lt;/P&gt;&lt;P&gt;Now search out all the names required and use OPEN DATASET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 09:12:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-files-starting-with-test-for-example/m-p/2930515#M690553</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-10-17T09:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Read files starting with TEST* (for example)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-files-starting-with-test-for-example/m-p/2930516#M690554</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;I had to do the same. Selecting all values from table comparing konzs that start with number 500* .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
   lv_var = '500'.
   CONCATENATE lv_var '%' INTO h_concern.

   SELECT * INTO TABLE t_lfa1
           FROM        lfa1
           WHERE     konzs LIKE h_concern.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adibo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 09:42:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-files-starting-with-test-for-example/m-p/2930516#M690554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T09:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Read files starting with TEST* (for example)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-files-starting-with-test-for-example/m-p/2930517#M690555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was unable to find the FM RZL_DIR_READ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, there is another FM RZL_READ_DIR. But this reads the directories of an application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Anishur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 15:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-files-starting-with-test-for-example/m-p/2930517#M690555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T15:06:02Z</dc:date>
    </item>
  </channel>
</rss>

