<?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: Modal Window from Subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modal-window-from-subscreen/m-p/10097070#M1814608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;DEBOPRIYO MALLICK wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;SET SCREEN 0.&lt;/P&gt;
&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Nope, the program is closing and the selection screen appears&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Feb 2014 11:52:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-02-21T11:52:15Z</dc:date>
    <item>
      <title>Modal Window from Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modal-window-from-subscreen/m-p/10097067#M1814605</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'm developing a Badi for the EWM Packing dialog and facing the following problem: Within in my Badi-Tab which is a subscreen i have to call a modal window to get some values from the user!&amp;nbsp; Is it possible to go back to the calling subscreen? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the following code lines in my at-exit module:&lt;/P&gt;&lt;P&gt;LEAVO TO SCREEN 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;gt; The program is closing&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;gt; DUMP DYNP_WRONG_SCREEN_TYPE&lt;/P&gt;&lt;P&gt;LEAVE SCREEN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;gt; DUMP DYNP_WRONG_SCREEN_TYPE&lt;/P&gt;&lt;P&gt;EXIT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;gt; DYNP_WRONG_SCREEN_TYPE&lt;/P&gt;&lt;P&gt;CALL TRANSACTION&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;gt; DYNP_WRONG_SCREEN_TYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas or workarounds for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Tobias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 11:05:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modal-window-from-subscreen/m-p/10097067#M1814605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-21T11:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Modal Window from Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modal-window-from-subscreen/m-p/10097068#M1814606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET SCREEN 0.&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 11:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modal-window-from-subscreen/m-p/10097068#M1814606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-21T11:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Modal Window from Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modal-window-from-subscreen/m-p/10097069#M1814607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set screen 0. LEAVE SCREEN. -&amp;gt; this works the same as leave to screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to call it as a popup - there should be no problem with popup calls in the subscreen. Why dont you just use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN XYX STARTING AT a b. -&amp;gt; this will call the modal popup. Now the program process flow goes to the subscreen. Once you use LEAVE TO SCREEN 0 in the popup, you are going back to the place, where the popup was called. Just place a breakpoint there and you will see.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 11:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modal-window-from-subscreen/m-p/10097069#M1814607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-21T11:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Modal Window from Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modal-window-from-subscreen/m-p/10097070#M1814608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;DEBOPRIYO MALLICK wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;SET SCREEN 0.&lt;/P&gt;
&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Nope, the program is closing and the selection screen appears&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 11:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modal-window-from-subscreen/m-p/10097070#M1814608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-21T11:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Modal Window from Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modal-window-from-subscreen/m-p/10097071#M1814609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh thanks jozef, the sy-ucomm for the X in the modal is CANCEL with this CANCEL i come back to calling pai which i have a leave screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for the push &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/568/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 11:56:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modal-window-from-subscreen/m-p/10097071#M1814609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-21T11:56:58Z</dc:date>
    </item>
  </channel>
</rss>

