<?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: Runtime Error LIST_TOO_MANY_LPROS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-list-too-many-lpros/m-p/4928458#M1149785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this trend might help : &lt;A _jive_internal="true" href="https://answers.sap.com/thread/3238415" title="http://scn.sap.com/thread/3238415"&gt;http://scn.sap.com/thread/3238415&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Nov 2012 13:06:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-11-26T13:06:00Z</dc:date>
    <item>
      <title>Runtime Error LIST_TOO_MANY_LPROS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-list-too-many-lpros/m-p/4928455#M1149782</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 am getting the following runtime error .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dump:   &lt;/P&gt;&lt;P&gt;No further list processing possible.                                                                                &lt;/P&gt;&lt;P&gt;What happened?                                               &lt;/P&gt;&lt;P&gt;You requested too many consecutive nested call screens.                 &lt;/P&gt;&lt;P&gt;-                                                                       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can you do?                                                        &lt;/P&gt;&lt;P&gt;If possible, leave the current screen level before making a further     &lt;/P&gt;&lt;P&gt;selection (Back=F3 or Cancel=F12).                                      &lt;/P&gt;&lt;P&gt;Note the actions and input that caused the error.                                                                                &lt;/P&gt;&lt;P&gt;Inform your SAP system administrator.                                                                                &lt;/P&gt;&lt;P&gt;You can print out this message by choosing "Print". Transaction ST22    &lt;/P&gt;&lt;P&gt;allows you to display and manage termination messages, including keeping&lt;/P&gt;&lt;P&gt; them beyond their normal deletion date.                                                                                &lt;/P&gt;&lt;P&gt;Error analysis                                                                                &lt;/P&gt;&lt;P&gt;At present, the maximum permitted number of nested screen levels is     &lt;/P&gt;&lt;P&gt;restricted to 50.                           &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen the below link&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1586131"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and even i am using the SET SCREEN scrno&lt;/P&gt;&lt;P&gt;                                   LEAVE SCREEN stmts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but still i am getting the same error when the stack reaches to count 50.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i resolve this issue....?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 20:14:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-list-too-many-lpros/m-p/4928455#M1149782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T20:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error LIST_TOO_MANY_LPROS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-list-too-many-lpros/m-p/4928456#M1149783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you have screen 100 is your first screen,  use LEAVE TO SCREEN 0 instead of CALL SCREEN 100.  Hope this can resolve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you still have issues with runtime error?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 22:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-list-too-many-lpros/m-p/4928456#M1149783</guid>
      <dc:creator>nkr1shna</dc:creator>
      <dc:date>2008-12-18T22:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error LIST_TOO_MANY_LPROS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-list-too-many-lpros/m-p/4928457#M1149784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LEAVE TO SCREEN 'scrno' is not solving my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have navigation button in my subscreens.&lt;/P&gt;&lt;P&gt;(LEAVE SCREEN or SET SCREEN is not allowed in subscreens).&lt;/P&gt;&lt;P&gt;so, i can't use the LEAVE TO SCREEN stmt.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any other way..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 21:13:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-list-too-many-lpros/m-p/4928457#M1149784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T21:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error LIST_TOO_MANY_LPROS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-list-too-many-lpros/m-p/4928458#M1149785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this trend might help : &lt;A _jive_internal="true" href="https://answers.sap.com/thread/3238415" title="http://scn.sap.com/thread/3238415"&gt;http://scn.sap.com/thread/3238415&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 13:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-list-too-many-lpros/m-p/4928458#M1149785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-26T13:06:00Z</dc:date>
    </item>
  </channel>
</rss>

