<?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 Selection screen TAB Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-tab-problem/m-p/5220233#M1207237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one selection screen with 2 tabs.sub-screen 9001 as TAB1 and sub-screen-9002 as TAB2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am throwing an success or information message in start of selection event and again coming back to selection screen, it is showing me the TAB1 as default. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my requirement is if i am executing it from TAB2 and throwing any message in start of selection event, it should comes selection screen with same TAB from where I executed i.e. TAB2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Feb 2009 16:39:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-14T16:39:08Z</dc:date>
    <item>
      <title>Selection screen TAB Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-tab-problem/m-p/5220233#M1207237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one selection screen with 2 tabs.sub-screen 9001 as TAB1 and sub-screen-9002 as TAB2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am throwing an success or information message in start of selection event and again coming back to selection screen, it is showing me the TAB1 as default. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my requirement is if i am executing it from TAB2 and throwing any message in start of selection event, it should comes selection screen with same TAB from where I executed i.e. TAB2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Feb 2009 16:39:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-tab-problem/m-p/5220233#M1207237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-14T16:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen TAB Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-tab-problem/m-p/5220234#M1207238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
at selection-screen.

CASE sscrfields-ucomm.
WHEN 'tabs'.
tabs-prog = 'ZU_EXT_SER_ORD'.
tabs-dynnr = 8. "9001 or 9002 is ur case
tabs-activetab = 'TAB2'.  "default tab
ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF TABBED BLOCK tabs FOR 11 LINES.
SELECTION-SCREEN TAB (10) tab1 USER-COMMAND tab1
DEFAULT SCREEN 8. "#EC NEEDED
SELECTION-SCREEN TAB (10) tab2 USER-COMMAND tab2
DEFAULT SCREEN 12. "#EC NEEDED
SELECTION-SCREEN END OF BLOCK tabs.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Feb 2009 19:33:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-tab-problem/m-p/5220234#M1207238</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-02-14T19:33:43Z</dc:date>
    </item>
  </channel>
</rss>

