<?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: Module Pool - Subscreens and Position in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-subscreens-and-position/m-p/10822909#M1883095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;you can default the number while declaring as below: &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;DATA: NUMBER(3) TYPE N VALUE 'sub2'. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;So when the subscreen will be called in the PBO of the main screen, it will call the sub2 subscreen.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;MODULE STATUS_0100.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;CALL SUBSCREEN AREA INCLUDING SY-REPID NUMBER.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jan 2015 06:40:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-01-06T06:40:42Z</dc:date>
    <item>
      <title>Module Pool - Subscreens and Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-subscreens-and-position/m-p/10822908#M1883094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a screen with multiple sub-screens on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is like main- main_screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;subscreens -- Sub 1 Sub2 Sub3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the layout is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub1&lt;/P&gt;&lt;P&gt;Sub2&lt;/P&gt;&lt;P&gt;Sub3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only one screen can fit in main_screen at a time for display in window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want sub2 to be displayed as default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( with sub1 scrolled up.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 06:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-subscreens-and-position/m-p/10822908#M1883094</guid>
      <dc:creator>amol_kendre</dc:creator>
      <dc:date>2015-01-06T06:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool - Subscreens and Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-subscreens-and-position/m-p/10822909#M1883095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;you can default the number while declaring as below: &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;DATA: NUMBER(3) TYPE N VALUE 'sub2'. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;So when the subscreen will be called in the PBO of the main screen, it will call the sub2 subscreen.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;MODULE STATUS_0100.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;CALL SUBSCREEN AREA INCLUDING SY-REPID NUMBER.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 06:40:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-subscreens-and-position/m-p/10822909#M1883095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-06T06:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool - Subscreens and Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-subscreens-and-position/m-p/10822910#M1883096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to call all the three subscreens and show sub2 by default.&lt;/P&gt;&lt;P&gt;with sub1 scrolled up&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 07:12:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-subscreens-and-position/m-p/10822910#M1883096</guid>
      <dc:creator>amol_kendre</dc:creator>
      <dc:date>2015-01-06T07:12:03Z</dc:date>
    </item>
  </channel>
</rss>

