<?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 Program dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump/m-p/2141598#M451187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a program where lot of custom containers and application toolbar buttons are being used. Sometimes after a few navigations like one screen to another it gives a program dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell if there is any method to be called to refresh the memory while navigating from one screen to another, so that it should never give a dump. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or any other solution to the above problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2007 23:55:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-19T23:55:43Z</dc:date>
    <item>
      <title>Program dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump/m-p/2141598#M451187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a program where lot of custom containers and application toolbar buttons are being used. Sometimes after a few navigations like one screen to another it gives a program dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell if there is any method to be called to refresh the memory while navigating from one screen to another, so that it should never give a dump. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or any other solution to the above problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 23:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump/m-p/2141598#M451187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T23:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Program dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump/m-p/2141599#M451188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the message in the dump?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are navigating screens using LEAVE to SCREEN, or SET SCREEN + LEAVE SCREEN, these add screens in memory to the screen sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to try using CALL SCREEN in some cases (e.g. when user executes the back function to the original screen), to reset the screen sequence and start a new one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 01:56:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump/m-p/2141599#M451188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T01:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Program dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump/m-p/2141600#M451189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Just know the different between Call screen and Leave screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Screen XXX: It hold the current screen and calls the XXX screen. So called screen also in the Buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leave Screen XXX : in this case , the current screen left from the buffer and New screen XXX will come into memory. so less momey consumbiton but when you click back it won't come to the previous screen because you removed it from the buffer. But in the case of the first one it won't happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Depending on this information you can change you report. So you can resolved the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 08:29:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump/m-p/2141600#M451189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T08:29:30Z</dc:date>
    </item>
  </channel>
</rss>

