<?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: Problem in Call Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-selection-screen/m-p/2821998#M660109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SY-LSIND and SY-DYNNR are the system variables for screens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2007 12:45:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-26T12:45:28Z</dc:date>
    <item>
      <title>Problem in Call Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-selection-screen/m-p/2821997#M660108</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 facing a problem on the call selection screen. The no. of nested screens that can be called by using call selection screen is 50. When the count reaches to 51 it is going to short dump. How can i avoid the dump. What is the system field that captures the nested screens count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 12:40:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-selection-screen/m-p/2821997#M660108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T12:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Call Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-selection-screen/m-p/2821998#M660109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SY-LSIND and SY-DYNNR are the system variables for screens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 12:45:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-selection-screen/m-p/2821998#M660109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T12:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Call Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-selection-screen/m-p/2821999#M660110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maximum number of nested CALL SCREEN is 50, I think you cannot call 51th screen in a row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid short dump you can handle exception &amp;lt;b&amp;gt;DYNP_TOO_MANY_CALL_SCREENS&amp;lt;/b&amp;gt; and give error (or information) message 'Maximum number of nested sccreen level is 50' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  TRY .

      CALL SCREEN 100.

    CATCH cx_root .

      MESSAGE e100(00).

  ENDTRY.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 12:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-selection-screen/m-p/2821999#M660110</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2007-09-26T12:59:41Z</dc:date>
    </item>
  </channel>
</rss>

