<?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 hide subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-subscreen/m-p/3637038#M875949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a subscreen for insert in a screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 9001 AS SUBSCREEN . &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001. &lt;/P&gt;&lt;P&gt;PARAMETERS: P_WERKS LIKE t001w-WERKS. &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B1. &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 9001. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way to create this subscreen has been as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT. &lt;/P&gt;&lt;P&gt;MODULE STATUS_0110. &lt;/P&gt;&lt;P&gt;CALL SUBSCREEN subscreen INCLUDING SY-REPID gv_dynpro. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT. &lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_0110. &lt;/P&gt;&lt;P&gt;CALL SUBSCREEN subscreen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I want to hide the subscreen in process when I push a botton. ¿Do you know the way to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do now is that when press a button hiding all this subscreen.&lt;/P&gt;&lt;P&gt;I do a "LOOP AT SCREEN " in the PBO but I do not see the element subscreen (SCREEN-NAME).&lt;/P&gt;&lt;P&gt;I have also tried to delete the gv_dynpro field, but with this that it is a beautiful mistake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2008 08:51:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-16T08:51:13Z</dc:date>
    <item>
      <title>hide subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-subscreen/m-p/3637038#M875949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a subscreen for insert in a screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 9001 AS SUBSCREEN . &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001. &lt;/P&gt;&lt;P&gt;PARAMETERS: P_WERKS LIKE t001w-WERKS. &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B1. &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 9001. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way to create this subscreen has been as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT. &lt;/P&gt;&lt;P&gt;MODULE STATUS_0110. &lt;/P&gt;&lt;P&gt;CALL SUBSCREEN subscreen INCLUDING SY-REPID gv_dynpro. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT. &lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_0110. &lt;/P&gt;&lt;P&gt;CALL SUBSCREEN subscreen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I want to hide the subscreen in process when I push a botton. ¿Do you know the way to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do now is that when press a button hiding all this subscreen.&lt;/P&gt;&lt;P&gt;I do a "LOOP AT SCREEN " in the PBO but I do not see the element subscreen (SCREEN-NAME).&lt;/P&gt;&lt;P&gt;I have also tried to delete the gv_dynpro field, but with this that it is a beautiful mistake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 08:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-subscreen/m-p/3637038#M875949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T08:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: hide subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-subscreen/m-p/3637039#M875950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to create a blank subscreen and when you are pressing the button you can call this blank subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie, if 9002 is a blank subscreen then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case ok_code.&lt;/P&gt;&lt;P&gt;when 'BUTTON'.&lt;/P&gt;&lt;P&gt;subscreen = '9002'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the next PBO ,the statement &lt;/P&gt;&lt;P&gt;'CALL SUBSCREEN subscreen INCLUDING SY-REPID gv_dynpro' calls the blank screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rengith Skariah on Apr 16, 2008 10:56 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 08:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-subscreen/m-p/3637039#M875950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T08:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: hide subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-subscreen/m-p/3637040#M875951</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;create another sub screen (empty) and show it when a push button is selected instead of ur sub screen.&lt;/P&gt;&lt;P&gt;set the gv_dynpro = 9002 in the user-command event when the pushbutton is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 9002 AS SUBSCREEN .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 9002. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 08:56:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-subscreen/m-p/3637040#M875951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T08:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: hide subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-subscreen/m-p/3637041#M875952</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;Create a blank subscreen and when you are pressing the button you can call this blank subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie, if 9002 is a blank subscreen then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case ok_code.&lt;/P&gt;&lt;P&gt;when 'BUTTON'.&lt;/P&gt;&lt;P&gt;subscreen = '9002'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the next PBO ,the statement &lt;/P&gt;&lt;P&gt;'CALL SUBSCREEN subscreen INCLUDING SY-REPID gv_dynpro' calls the blank screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 09:01:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-subscreen/m-p/3637041#M875952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T09:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: hide subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-subscreen/m-p/3637042#M875953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pass a blank subscreen when you press the button it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in pai &lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;when &amp;lt;fctcode&amp;gt;.&lt;/P&gt;&lt;P&gt;dynpro = &amp;lt;empty screen num&amp;gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the pbo it will be passed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 09:01:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-subscreen/m-p/3637042#M875953</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-04-16T09:01:18Z</dc:date>
    </item>
  </channel>
</rss>

