<?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: Refresh module pool Screen properties like height. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-module-pool-screen-properties-like-height/m-p/11832361#M1956652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you start a popup, SAP starts it in a new "screen sequence" in a new "popup level", and unfortunately any subsequent CALL SCREEN will start a new screen sequence in a higher "popup level" (i.e. still popup). If you want to display in fullscreen, you must return to a previous screen sequence being at popup level 0 (full screen). You may achieve it only by using the SET SCREEN 0 family (LEAVE TO SCREEN 0, ...), where 0 is a special dynpro number for leaving the screen sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cf &lt;A href="http://help.sap.com/abapdocu_702/en/?url=ABAPCALL_SCREEN.htm" title="http://help.sap.com/abapdocu_702/en/?url=ABAPCALL_SCREEN.htm"&gt;ABAP Keyword Documentation - CALL SCREEN&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Aug 2016 21:06:49 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2016-08-04T21:06:49Z</dc:date>
    <item>
      <title>Refresh module pool Screen properties like height.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-module-pool-screen-properties-like-height/m-p/11832360#M1956651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Need suggestions,&lt;/P&gt;&lt;P&gt;I have two screens in Module pool&lt;/P&gt;&lt;P&gt;Screen1 - Normal Screen&lt;/P&gt;&lt;P&gt;Screen2 - Modal dial&amp;nbsp; box&lt;/P&gt;&lt;P&gt;Screen3 - Normal Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute the Tcode, Screen1 is open, then from the Screen1, i need to call the Second screen. by using the Call screen , i am calling the second screen like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0110&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;STARTING &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;4 &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDING &lt;SPAN class="L0S52"&gt;AT&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;50 &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;20&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Screen2 is appearing correctly. But now From the Screen2 i need to call&amp;nbsp; Screen1 or Screen3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;here Screen1 or Screen3 Both are normal Screens only Screen2 is modal dial box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;the problem is&amp;nbsp; When ever i call from Screen2&amp;nbsp; the&amp;nbsp; Screen1 or Screen3, they are appearing like modal dialog, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Which means height and width of the Screen2 is taking.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;After call the Screen2 this problem is coming.May i know how could i refresh the heights of the Screen1 Or Screen3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;From Screen1 to Screen2&amp;nbsp; below code i am using.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0110&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;STARTING &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;4 &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDING &lt;SPAN class="L0S52"&gt;AT&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;50 &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;20&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;screen2 to Screen3 coding.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;SET &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0120&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;LEAVE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen2 to Screen1 coding.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;LEAVE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0100&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 15:32:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-module-pool-screen-properties-like-height/m-p/11832360#M1956651</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2016-08-04T15:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh module pool Screen properties like height.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-module-pool-screen-properties-like-height/m-p/11832361#M1956652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you start a popup, SAP starts it in a new "screen sequence" in a new "popup level", and unfortunately any subsequent CALL SCREEN will start a new screen sequence in a higher "popup level" (i.e. still popup). If you want to display in fullscreen, you must return to a previous screen sequence being at popup level 0 (full screen). You may achieve it only by using the SET SCREEN 0 family (LEAVE TO SCREEN 0, ...), where 0 is a special dynpro number for leaving the screen sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cf &lt;A href="http://help.sap.com/abapdocu_702/en/?url=ABAPCALL_SCREEN.htm" title="http://help.sap.com/abapdocu_702/en/?url=ABAPCALL_SCREEN.htm"&gt;ABAP Keyword Documentation - CALL SCREEN&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 21:06:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-module-pool-screen-properties-like-height/m-p/11832361#M1956652</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-08-04T21:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh module pool Screen properties like height.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-module-pool-screen-properties-like-height/m-p/11832362#M1956653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Every time if i called modal Dialog , i has to come to back other wise the pop screen height will be reflected to the next screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 03:57:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-module-pool-screen-properties-like-height/m-p/11832362#M1956653</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2016-08-05T03:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh module pool Screen properties like height.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-module-pool-screen-properties-like-height/m-p/11832363#M1956654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just to add,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;semantically, if screen 110 is "Modal" and the transaction scenario does not return to it after the 3rd screen and beyond ... it should be "closed" (SET SCREEN TO 0) first anyway before proceeding to subsequent screens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 04:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-module-pool-screen-properties-like-height/m-p/11832363#M1956654</guid>
      <dc:creator>D_Chia</dc:creator>
      <dc:date>2016-08-05T04:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh module pool Screen properties like height.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-module-pool-screen-properties-like-height/m-p/11832364#M1956655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you got it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 04:11:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-module-pool-screen-properties-like-height/m-p/11832364#M1956655</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2016-08-05T04:11:56Z</dc:date>
    </item>
  </channel>
</rss>

