<?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 with Muliple tabs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-with-muliple-tabs/m-p/952946#M65585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a selection screen with 3 tabs depicting 3 separate selection screens in effect.  There are certain fields (parameters and select options) that I would like to keep synchronized between the 3 screens.  Is there a neat way of doing this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Sep 2005 10:34:41 GMT</pubDate>
    <dc:creator>IanStubbings</dc:creator>
    <dc:date>2005-09-01T10:34:41Z</dc:date>
    <item>
      <title>Selection screen with Muliple tabs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-with-muliple-tabs/m-p/952946#M65585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a selection screen with 3 tabs depicting 3 separate selection screens in effect.  There are certain fields (parameters and select options) that I would like to keep synchronized between the 3 screens.  Is there a neat way of doing this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2005 10:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-with-muliple-tabs/m-p/952946#M65585</guid>
      <dc:creator>IanStubbings</dc:creator>
      <dc:date>2005-09-01T10:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen with Muliple tabs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-with-muliple-tabs/m-p/952947#M65586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I don't quite understand as to what "synchronisation" means here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Though anything you would want to do on a Selection Screen, can be handled in the event&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;     &amp;lt;b&amp;gt;AT SELECTION-SCREEN OUTPUT.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  This event acts like PBO for the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  For example, if you have parameter, P1 on Tab 1 and parameter P2 on Tab2, then to equate (assuming that it is "synchronisation"), you could code.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN OUTPUT.
   P2 = P1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Enter the value "10" in P1 on Tab1, click Tab2, P2 will display "10".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You could control this using conditions on flag variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Best Regards,&lt;/P&gt;&lt;P&gt;  Sanyam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sanyam Kapur (correction to code)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2005 11:02:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-with-muliple-tabs/m-p/952947#M65586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-01T11:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen with Muliple tabs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-with-muliple-tabs/m-p/952948#M65587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why don't you just take the fields out of the tabs if there are in all the tabs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2005 11:16:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-with-muliple-tabs/m-p/952948#M65587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-01T11:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen with Muliple tabs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-with-muliple-tabs/m-p/952949#M65588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You want some fields to be the same for all tab, you can use the Roy's proposal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF TABBED BLOCK mytab FOR 16 LINES,&lt;/P&gt;&lt;P&gt;                  TAB (20) button1 USER-COMMAND push1,&lt;/P&gt;&lt;P&gt;                  TAB (20) button2 USER-COMMAND push2,&lt;/P&gt;&lt;P&gt;                  TAB (20) button4 USER-COMMAND push4,&lt;/P&gt;&lt;P&gt;                  END OF BLOCK mytab.&lt;/P&gt;&lt;P&gt;selection-screen begin of block block03 with frame title text-TT3.&lt;/P&gt;&lt;P&gt;parameter ypayway(20) obligatory lower case default text-pay.&lt;/P&gt;&lt;P&gt;selection-screen end of block block03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Svetlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2005 11:27:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-with-muliple-tabs/m-p/952949#M65588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-01T11:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen with Muliple tabs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-with-muliple-tabs/m-p/952950#M65589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;   instead of assigning each parameter separately  u can use  SELECTION-SCREEN INCLUDE option by declaring one parameter or block globally in one screen and include in other screen also so that they can automatically synchronized .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SELECTION-SCREEN INCLUDE PARAMETERS p. &lt;/P&gt;&lt;P&gt; SELECTION-SCREEN INCLUDE SELECT-OPTIONS sel. &lt;/P&gt;&lt;P&gt; SELECTION-SCREEN INCLUDE COMMENT fmt name. &lt;/P&gt;&lt;P&gt; SELECTION-SCREEN INCLUDE PUSHBUTTON fmt name. &lt;/P&gt;&lt;P&gt; SELECTION-SCREEN INCLUDE BLOCKS block&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2005 11:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-with-muliple-tabs/m-p/952950#M65589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-01T11:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen with Muliple tabs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-with-muliple-tabs/m-p/952951#M65590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all especially sa ka who solved it.  I have now removed a substantial amount of code from my program and it looks far neater and easier to manage.  Shame I didn't read the selection screen documentation when first attempting the tabbed selection screen!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2005 12:29:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-with-muliple-tabs/m-p/952951#M65590</guid>
      <dc:creator>IanStubbings</dc:creator>
      <dc:date>2005-09-01T12:29:48Z</dc:date>
    </item>
  </channel>
</rss>

