<?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: Sub Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen/m-p/1681169#M300192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this out. You can go to SE51, Screen painter give a create a new screen no for the program. In the Attributes section select Subscreen option. This can be used with a Subscreen area in a Main screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Oct 2006 08:13:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-27T08:13:00Z</dc:date>
    <item>
      <title>Sub Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen/m-p/1681165#M300188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;waht is sub screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 05:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen/m-p/1681165#M300188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T05:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sub Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen/m-p/1681166#M300189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Subscreen is a part of another screen. This means that you must define a sufficiently large area in the superior screen and ensure that the flow logic contains a CALL SUBSCREEN ... call in the PB0 and PAI. This call causes the PB0 or PAI part of the subscreen flow logic to be processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A screen can contain several subscreens in different areas. You can control the call dynamically, so that the subscreen used does not need to be defined until the transaction is processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A subscreen can be called in several screens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 05:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen/m-p/1681166#M300189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T05:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sub Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen/m-p/1681167#M300190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;       When you create a screen you have an option to make it subscreen. If you make it a subscreen then it cannot have its own PF-STATUS, No next screen can be specified. It can be included in a normal screen. In the normal screen you have to create a subscreen area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the PBO of the main screen you can include this subscreen using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN &amp;lt;area_name&amp;gt; includeing &amp;lt;program_name&amp;gt; &amp;lt;subscreen_number&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN the PAI .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN &amp;lt;area_name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MARK you messages as questions then only you will be able to award points.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Seshatalpasai Madala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 05:36:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen/m-p/1681167#M300190</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2006-10-27T05:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sub Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen/m-p/1681168#M300191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sub Screen is basically a reuable component in dynpro applications. it is a screen withing a screen, i.e., u can call a screen(which is marked as subscreen) in any of the dynpro application by mentioning subscreen program(dynpro) and screen number(dynnr). Subscreen plays a vital role in design of Tabstrips(collection of multiple subscreens).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards:-&lt;/P&gt;&lt;P&gt;Santosh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark Usefull Answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 06:58:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen/m-p/1681168#M300191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T06:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sub Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen/m-p/1681169#M300192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this out. You can go to SE51, Screen painter give a create a new screen no for the program. In the Attributes section select Subscreen option. This can be used with a Subscreen area in a Main screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 08:13:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen/m-p/1681169#M300192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T08:13:00Z</dc:date>
    </item>
  </channel>
</rss>

