<?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: Subscreens in module pool program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens-in-module-pool-program/m-p/2996448#M707815</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;sub screens we will call on to the sub screen areas in the screen.&lt;/P&gt;&lt;P&gt;see this link for more info&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbabfe35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbabfe35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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, 07 Nov 2007 05:34:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-07T05:34:30Z</dc:date>
    <item>
      <title>Subscreens in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens-in-module-pool-program/m-p/2996447#M707814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know, how to use subscreens in the modulepool program, and what would be actual client requirement regarding this, please let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Siddivinesh.jogu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 05:31:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens-in-module-pool-program/m-p/2996447#M707814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T05:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreens in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens-in-module-pool-program/m-p/2996448#M707815</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;sub screens we will call on to the sub screen areas in the screen.&lt;/P&gt;&lt;P&gt;see this link for more info&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbabfe35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbabfe35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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, 07 Nov 2007 05:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens-in-module-pool-program/m-p/2996448#M707815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T05:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreens in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens-in-module-pool-program/m-p/2996449#M707816</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;calling a subscreen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO event of the flow logic of a screen, you can call a subscreen using the following statement: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN &amp;lt;area&amp;gt; INCLUDING [&amp;lt;prog&amp;gt;] &amp;lt;dynnr&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen of a subscreen that you call is placed in the subscreen area &amp;lt;area&amp;gt; on the main screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not specify a program &amp;lt;prog&amp;gt;, the system uses a screen from the current ABAP program. If you do specify a program &amp;lt;prog&amp;gt;, the system uses a screen from the program &amp;lt;prog&amp;gt; for the subscreen. This program is treated in the same way as an external subroutine call. In other words, it is loaded into the program group of the calling program, or, if it is a function group, as its own program group in the same internal session as the calling ABAP program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Client requirements it depends on what is being asked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if found useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Booma Ganesan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 06:39:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens-in-module-pool-program/m-p/2996449#M707816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T06:39:30Z</dc:date>
    </item>
  </channel>
</rss>

