<?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: this Function module RZL_READ_DIR module consider only 10000files in directory. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/this-function-module-rzl-read-dir-module-consider-only-10000files-in/m-p/12393888#M1995015</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;what about the other mentioned function modules (EPS_GET_DIRECTORY_LISTING and EPS2_GET_DIRECTORY_LISTING)?&lt;/P&gt;&lt;P&gt;If they also don't exist, then I guest the best option is to follow the suggestion of @&lt;SPAN class="mention-scrubbed"&gt;frdric.girod&lt;/SPAN&gt; by modifying the function module or create a modified copy. &lt;/P&gt;</description>
    <pubDate>Thu, 21 Oct 2021 09:59:11 GMT</pubDate>
    <dc:creator>jmodaal</dc:creator>
    <dc:date>2021-10-21T09:59:11Z</dc:date>
    <item>
      <title>this Function module RZL_READ_DIR module consider only 10000files in directory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/this-function-module-rzl-read-dir-module-consider-only-10000files-in/m-p/12393883#M1995010</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
  &lt;P&gt;I got a one requirement in that requirement. we use RZL_READ_DIR this function module it consider only 10000 files from archive directory . So in archive directory have more than 10000 files . How to collect all the files in archive directory?(we are using 4.7version)&lt;/P&gt;
  &lt;P&gt;Please help me on above question.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 12:44:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/this-function-module-rzl-read-dir-module-consider-only-10000files-in/m-p/12393883#M1995010</guid>
      <dc:creator>former_member772609</dc:creator>
      <dc:date>2021-09-15T12:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: this Function module RZL_READ_DIR module consider only 10000files in directory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/this-function-module-rzl-read-dir-module-consider-only-10000files-in/m-p/12393884#M1995011</link>
      <description>&lt;P&gt;You could enhance the FM or create a class to replace this code&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 12:56:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/this-function-module-rzl-read-dir-module-consider-only-10000files-in/m-p/12393884#M1995011</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2021-09-15T12:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: this Function module RZL_READ_DIR module consider only 10000files in directory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/this-function-module-rzl-read-dir-module-consider-only-10000files-in/m-p/12393885#M1995012</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;there are some other function modules available doing same/similar job. For example EPS_GET_DIRECTORY_LISTING and EPS2_GET_DIRECTORY_LISTING. &lt;BR /&gt;There is also a static method READDIR in class CL_FILE_UTIL which returns the entries of a given directory. &lt;/P&gt;&lt;P&gt;I could not find a limitation regarding the directory entries, so just give it a try...&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 17:02:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/this-function-module-rzl-read-dir-module-consider-only-10000files-in/m-p/12393885#M1995012</guid>
      <dc:creator>jmodaal</dc:creator>
      <dc:date>2021-09-15T17:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: this Function module RZL_READ_DIR module consider only 10000files in directory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/this-function-module-rzl-read-dir-module-consider-only-10000files-in/m-p/12393886#M1995013</link>
      <description>&lt;P&gt;In my 7.52 version the limit is 100.000, not 10.000 !&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  IF NRLINES &amp;gt; 100000.
    RAISE ARGUMENT_ERROR.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Sep 2021 19:21:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/this-function-module-rzl-read-dir-module-consider-only-10000files-in/m-p/12393886#M1995013</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-09-15T19:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: this Function module RZL_READ_DIR module consider only 10000files in directory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/this-function-module-rzl-read-dir-module-consider-only-10000files-in/m-p/12393887#M1995014</link>
      <description>&lt;P&gt;We are using 4.7version.  class is not available this version .any chance to increase more than 10000 files. We are using this FM(RZL_READ_DIR)&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 07:16:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/this-function-module-rzl-read-dir-module-consider-only-10000files-in/m-p/12393887#M1995014</guid>
      <dc:creator>former_member772609</dc:creator>
      <dc:date>2021-10-21T07:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: this Function module RZL_READ_DIR module consider only 10000files in directory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/this-function-module-rzl-read-dir-module-consider-only-10000files-in/m-p/12393888#M1995015</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;what about the other mentioned function modules (EPS_GET_DIRECTORY_LISTING and EPS2_GET_DIRECTORY_LISTING)?&lt;/P&gt;&lt;P&gt;If they also don't exist, then I guest the best option is to follow the suggestion of @&lt;SPAN class="mention-scrubbed"&gt;frdric.girod&lt;/SPAN&gt; by modifying the function module or create a modified copy. &lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 09:59:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/this-function-module-rzl-read-dir-module-consider-only-10000files-in/m-p/12393888#M1995015</guid>
      <dc:creator>jmodaal</dc:creator>
      <dc:date>2021-10-21T09:59:11Z</dc:date>
    </item>
  </channel>
</rss>

