<?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 not showing up in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-not-showing-up/m-p/4645410#M1093380</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you use dialogbox screen type, then call this dialog screen from your screen will give the same output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2008 03:22:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-16T03:22:29Z</dc:date>
    <item>
      <title>SubScreen not showing up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-not-showing-up/m-p/4645405#M1093375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iu2019m trying to call subscreen whenever I press a button. Now when I press this button a screen shows up with the error message at the bottom u2018Screen SAPMZ_MAT_2000 must not be an Include screenu2019. I havenu2019t used subscreen before can somebody please tell me how to fix this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 18:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-not-showing-up/m-p/4645405#M1093375</guid>
      <dc:creator>former_member295881</dc:creator>
      <dc:date>2008-10-15T18:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: SubScreen not showing up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-not-showing-up/m-p/4645406#M1093376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you cannot call a subscreen. i think you mentioned screen 200 as subscreen. you can place the subscreen in a subscreen area. what exactly you are doing, and what exactly you want..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 19:09:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-not-showing-up/m-p/4645406#M1093376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T19:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: SubScreen not showing up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-not-showing-up/m-p/4645407#M1093377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for yours reply Vjiay, I want to show up a small screen with table control and data filled in it when I press details button. I donu2019t worry about data at this time all I m trying to do is to show up a small screen which I can use to show table control. Can you please guide me how to accomplish it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 19:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-not-showing-up/m-p/4645407#M1093377</guid>
      <dc:creator>former_member295881</dc:creator>
      <dc:date>2008-10-15T19:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: SubScreen not showing up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-not-showing-up/m-p/4645408#M1093378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in that case try to create the screen 200 as normal screen/dialog box. it screen already there then change that to normal screen. and then design the table control etc like normal screen . have pbo and pai modules. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now in your program call screen 200 &lt;STRONG&gt;starting at&lt;/STRONG&gt; x1 y1  &lt;STRONG&gt;ending at&lt;/STRONG&gt; x2 y2. just press f1 on the call screen.and show the screen as popup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 19:28:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-not-showing-up/m-p/4645408#M1093378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T19:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: SubScreen not showing up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-not-showing-up/m-p/4645409#M1093379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Vijay i get the idea 1 last question and I'm done. I want to show this screen on top of my previous screen. Meaning the main screen should show up on the back and infront this screen with control table should show up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 19:39:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-not-showing-up/m-p/4645409#M1093379</guid>
      <dc:creator>former_member295881</dc:creator>
      <dc:date>2008-10-15T19:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: SubScreen not showing up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-not-showing-up/m-p/4645410#M1093380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you use dialogbox screen type, then call this dialog screen from your screen will give the same output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 03:22:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-not-showing-up/m-p/4645410#M1093380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T03:22:29Z</dc:date>
    </item>
  </channel>
</rss>

