<?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: Selection screen within Module pool screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-within-module-pool-screen/m-p/8045567#M1611348</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;Check the standard program give by SAP. i think something wrong at the user command.&lt;/P&gt;&lt;P&gt;DEMO_SEL_SCREEN_IN_TABSTRIP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jul 2011 04:37:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-29T04:37:55Z</dc:date>
    <item>
      <title>Selection screen within Module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-within-module-pool-screen/m-p/8045566#M1611347</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;I have created a module pool program....In that program I have one Main screen 100. Within that screen I have TABSTRIP control with 3 TABS and their corresponding subscreen areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in those tabs, I want SELECT-OPTIONS (like we have on report program selection screen)....so in TOP include of the main program I have written code to create those select options as below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 111 as subscreen.&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;SELECTION-SCREEn END OF SCREEN 111.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 222 as subscreen.&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;SELECTION-SCREEn END OF SCREEN 222.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 333 as subscreen.&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;SELECTION-SCREEn END OF SCREEN 333.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I am calling this subscreen in my TABSTRIP TABS... and it is displaying properly....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem is, After i enter some value in any field (or even click on any field of first tab), it doesn't scroll to second tab.&lt;/P&gt;&lt;P&gt;But if i run transaction again and try to switch between tabs, the switching happens, but the moment i click on any field of any of the tab, the switching doesn't happen and stops at that perticular tab only... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help...&lt;/P&gt;&lt;P&gt;Thanks in advance..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 13:55:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-within-module-pool-screen/m-p/8045566#M1611347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-28T13:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen within Module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-within-module-pool-screen/m-p/8045567#M1611348</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;Check the standard program give by SAP. i think something wrong at the user command.&lt;/P&gt;&lt;P&gt;DEMO_SEL_SCREEN_IN_TABSTRIP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 04:37:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-within-module-pool-screen/m-p/8045567#M1611348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-29T04:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen within Module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-within-module-pool-screen/m-p/8045568#M1611349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi venkatesh,&lt;/P&gt;&lt;P&gt;Thanks for the help... The problem is solved now...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 07:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-within-module-pool-screen/m-p/8045568#M1611349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-29T07:32:16Z</dc:date>
    </item>
  </channel>
</rss>

