<?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 dialog module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/3707221#M892588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to close/remove a dialog window, after it calls a new ( full screen) window.. currently what heppening is that the dialog window (smaller in size) remains open at background and when i move back, the window is still there..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;window----&amp;gt;dialog window &lt;DEL&gt;calls&lt;/DEL&gt;--&amp;gt; window&lt;/P&gt;&lt;P&gt;(full screen)     (small)                   (full screen)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;window&lt;DEL&gt;-&amp;gt;dialog window &amp;lt;&lt;/DEL&gt;back/close-- window&lt;/P&gt;&lt;P&gt;(full screen)   (small)                            (full screen)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to close/end the dialog window before i move to nxt window, how can i do that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2008 09:09:07 GMT</pubDate>
    <dc:creator>naveenvishal</dc:creator>
    <dc:date>2008-04-17T09:09:07Z</dc:date>
    <item>
      <title>dialog module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/3707221#M892588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to close/remove a dialog window, after it calls a new ( full screen) window.. currently what heppening is that the dialog window (smaller in size) remains open at background and when i move back, the window is still there..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;window----&amp;gt;dialog window &lt;DEL&gt;calls&lt;/DEL&gt;--&amp;gt; window&lt;/P&gt;&lt;P&gt;(full screen)     (small)                   (full screen)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;window&lt;DEL&gt;-&amp;gt;dialog window &amp;lt;&lt;/DEL&gt;back/close-- window&lt;/P&gt;&lt;P&gt;(full screen)   (small)                            (full screen)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to close/end the dialog window before i move to nxt window, how can i do that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 09:09:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/3707221#M892588</guid>
      <dc:creator>naveenvishal</dc:creator>
      <dc:date>2008-04-17T09:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: dialog module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/3707222#M892589</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;Try using..&lt;/P&gt;&lt;P&gt;'LEAVE TO SCREEN &amp;lt;screen_no&amp;gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using - 'CALL SCREEN &amp;lt;screen_no&amp;gt;'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 10:47:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/3707222#M892589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T10:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: dialog module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/3707223#M892590</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;Write a LEAVE TO SCREEN 0 statement after your CALL SCREEN statement. I think this would solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you call a screen, it stores the previous screen ID in memory and returns back to this screen when the called screen processing is completed. When it executes LEAVE to SCREEN 0, the control goes to your first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Lakshmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 11:01:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/3707223#M892590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T11:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: dialog module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/3707224#M892591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well , the solution of this prob is i had to move back to the initial window and from their onwards (based on a flag), move to the second window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx all for contributing..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 07:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/3707224#M892591</guid>
      <dc:creator>naveenvishal</dc:creator>
      <dc:date>2008-07-04T07:09:22Z</dc:date>
    </item>
  </channel>
</rss>

