<?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: Module Pool related error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-related-error/m-p/5346985#M1231398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is mostly because of the screen stack count increased to the maximum limit. Similar to the the sy-lsind in list reports.I dont know whether the system variable sy-lsind increases in module pool screen, but you can put a breakpoint and have a look at that , just in case its the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another suggestion is to change the call screen to LEAVE TO SCREEN because leave to screen will not add to the screenstack count.(at least thats what I think )&lt;/P&gt;&lt;P&gt;read the F1 help for call screen and leave to screen and you might get some more information on screen stack count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mathews&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2009 10:43:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-17T10:43:56Z</dc:date>
    <item>
      <title>Module Pool related error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-related-error/m-p/5346984#M1231397</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;We have an application where in user interacts with two screens. In the first screen say there are a number of claim numbers. The next screen has claim details for each claim number. For example if the&lt;/P&gt;&lt;P&gt;first screen has more than 55 claims, user has to enter claim details for each claim. For this to happen user has to go to second screen 55 times &amp;amp; has to come back. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem we are facing here is when user finishes maintaining details for 50 claims &amp;amp; comes back to maintain the details for the 51st claim the application is going to dump. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dump says error message &lt;STRONG&gt;'no further list processing (too_many_lpros)&lt;/STRONG&gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have written the codes (example below) as below:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN 100. ( 100 screen is CLAIM NUMBERS SCREEN)&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 200. (200 Screen is CLAIM DETAILS SCREEN).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 10:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-related-error/m-p/5346984#M1231397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-17T10:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool related error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-related-error/m-p/5346985#M1231398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is mostly because of the screen stack count increased to the maximum limit. Similar to the the sy-lsind in list reports.I dont know whether the system variable sy-lsind increases in module pool screen, but you can put a breakpoint and have a look at that , just in case its the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another suggestion is to change the call screen to LEAVE TO SCREEN because leave to screen will not add to the screenstack count.(at least thats what I think )&lt;/P&gt;&lt;P&gt;read the F1 help for call screen and leave to screen and you might get some more information on screen stack count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mathews&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 10:43:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-related-error/m-p/5346985#M1231398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-17T10:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool related error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-related-error/m-p/5346986#M1231399</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;There is a limit for the max no of screen sequences. Go through the below link:&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_47x200/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 10:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-related-error/m-p/5346986#M1231399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-17T10:54:47Z</dc:date>
    </item>
  </channel>
</rss>

