<?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 modal dynpro in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modal-dynpro/m-p/6518104#M1424667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus i create a report in this report i call a screen "screen 100" and then i call an other screen "200" wich is in modal form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is that i cant close the screen 200 once it has ben opened &lt;/P&gt;&lt;P&gt;how can i close a modal screen thanks?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jan 2010 17:43:45 GMT</pubDate>
    <dc:creator>alejandro_romero2</dc:creator>
    <dc:date>2010-01-08T17:43:45Z</dc:date>
    <item>
      <title>modal dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modal-dynpro/m-p/6518104#M1424667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus i create a report in this report i call a screen "screen 100" and then i call an other screen "200" wich is in modal form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is that i cant close the screen 200 once it has ben opened &lt;/P&gt;&lt;P&gt;how can i close a modal screen thanks?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 17:43:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modal-dynpro/m-p/6518104#M1424667</guid>
      <dc:creator>alejandro_romero2</dc:creator>
      <dc:date>2010-01-08T17:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: modal dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modal-dynpro/m-p/6518105#M1424668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The screen 200 is just like any other screen in that it needs to have its own gui status.  Create a gui status for this screen, and make sure to choose  "Dialog Box" when creating it.  Then assign Fcodes to the  green check icon, and the cancel icon.  Then handle these fcodes in your PAI of that screen.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;case ok_code.
  when 'CONTINUE'.
     clear ok_code.
* Do something
    set screen 0.
    leave screen.
  when 'CANCEL'.
    clear ok_code.
    set screen 0.
    leave screen.
endcase.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 17:46:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modal-dynpro/m-p/6518105#M1424668</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2010-01-08T17:46:59Z</dc:date>
    </item>
  </channel>
</rss>

