<?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: Subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2717564#M630387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Subscreen will also have the screen number, then when a Push button is pressed then Call that Subscreen from the Main screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Aug 2007 08:05:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-10T08:05:55Z</dc:date>
    <item>
      <title>Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2717563#M630386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created one sub screen in main screen, and i want to display it only if user presses certain push button. befor that it shoul not be displayed.&lt;/P&gt;&lt;P&gt;Only after when user press the push button the subsvreen abd its contents to be displayed on the same maim screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any help me with the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Amar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 07:34:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2717563#M630386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T07:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2717564#M630387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Subscreen will also have the screen number, then when a Push button is pressed then Call that Subscreen from the Main screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 08:05:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2717564#M630387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T08:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2717565#M630388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, if you want to display the subscreen after pressing a pushbutton, you have to write the code under pushbutton okcode in PAI module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call subscreen &amp;lt;subscreenarea&amp;gt; including '&amp;lt;programname&amp;gt;'   '&amp;lt;subscreen number&amp;gt;'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 10:05:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2717565#M630388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T10:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2717566#M630389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the standard SAP code in abapdocu as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t-code:abapdocu -&amp;gt; BC ABAP Programming -&amp;gt; ABAP user Dialogs -&amp;gt; screens -&amp;gt; Complex screen elements -&amp;gt; subscreens ( REPORT demo_dynpro_subscreens.)---&amp;gt; see the code/execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This report code will give you a detail idea how to call a screen since the action performed by executing this report is similar to your requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it proved of some use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Byju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 10:44:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2717566#M630389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T10:44:35Z</dc:date>
    </item>
  </channel>
</rss>

