<?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: Tabstrip in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip/m-p/4876832#M1139953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the data that is sent from ALV list. Once you come back from Tab Strip screen and double click on ALV Again, check the data that is selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Dec 2008 10:45:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-23T10:45:40Z</dc:date>
    <item>
      <title>Tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip/m-p/4876824#M1139945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i have designed a program with three tabstrip, Fisrtly show an ALV report  where  I select a row  giving double click  and then show  tabstrip to explore  information, but when i back  to return the alv report and choose other row giving double clic show the last tabstrip displayed. How can i refresh tabstrip control or there is another solution, please? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt; Marisol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;LOCKED BY MODERATOR - USE APPROPRIATE TITLES&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Dec 23, 2008 11:06 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 20:26:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip/m-p/4876824#M1139945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T20:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip/m-p/4876825#M1139946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please describe more on program flow ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aditya. V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 20:29:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip/m-p/4876825#M1139946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T20:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip/m-p/4876826#M1139947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;In my program i have defined  the following tabstrips: General data, details and payments. When a execute program i am   displaying an alv report then i give  double clic on row to go to the tabstrips if the last tabstrib actived was details and i  press the button back to return to ALV report  and select another row the tabstrips displayed is details and it must be general data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; main_tab-activetab = i_main_tab-pressed_tab.&lt;/P&gt;&lt;P&gt;  CASE i_main_tab-pressed_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN c_main_tab-tab1.&lt;/P&gt;&lt;P&gt;      i_main_tab-subscreen = c_sub_dgr. "general data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN c_main_tab-tab2.&lt;/P&gt;&lt;P&gt;   i_main_tab-subscreen = c_sub_det. "Details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN c_main_tab-tab3.&lt;/P&gt;&lt;P&gt;      i_main_tab-subscreen = c_sub_val. "Payments&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;Marisol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 20:52:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip/m-p/4876826#M1139947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T20:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip/m-p/4876827#M1139948</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;How are you getting back from tab strip to you ALV output? Did you use your custom button in the tab strip ? If yes you can clear the internal table of the tabstrip you have used by capturing the function code. If you use standard back ( green arrow ) still you can clear the internal table that you have used to populate the tabstrip. I hope i have understood your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 20:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip/m-p/4876827#M1139948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T20:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip/m-p/4876828#M1139949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;clear the tab strip structure fileds before you populate evey time on the button click ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AV .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 21:01:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip/m-p/4876828#M1139949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T21:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip/m-p/4876829#M1139950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the problem is not with the structures that populate tabstrip rather is with the value in the variable  main_tab-activetab = i_main_tab-pressed_tab. how caninitialize this value?....  constant is defined pressed_tab is define with VALUE c_main_tab-tab1(tabstrip'General Data) . &lt;/P&gt;&lt;P&gt;DATA: BEGIN OF i_main_tab,&lt;/P&gt;&lt;P&gt;      subscreen   LIKE sy-dynnr,&lt;/P&gt;&lt;P&gt;      prog        LIKE sy-repid VALUE 'ZFI_R0001',"Name of Program&lt;/P&gt;&lt;P&gt;      pressed_tab LIKE sy-ucomm VALUE c_main_tab-tab1,"To identify the tab pressed&lt;/P&gt;&lt;P&gt;      END OF i_main_tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 21:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip/m-p/4876829#M1139950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T21:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip/m-p/4876830#M1139951</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;If that is the problem, why dont you use  something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case FTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When 'TAB1'.&lt;/P&gt;&lt;P&gt;tabstrip-activetab = 'TAB1'.&lt;/P&gt;&lt;P&gt;When 'TAB2'.&lt;/P&gt;&lt;P&gt;tabstrip-activetab = 'TAB2'.&lt;/P&gt;&lt;P&gt;When 'TAB3'.&lt;/P&gt;&lt;P&gt;tabstrip-activetab = 'TAB3'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endcase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 21:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip/m-p/4876830#M1139951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T21:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip/m-p/4876831#M1139952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;   In tabstrip you are reusing the subscreen area hence only one tabstrip can be active at a time a better way to use tabstrip tabs one by one would be something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'tab1'.&lt;/P&gt;&lt;P&gt;tabstrip-activetab = 'tab1'.&lt;/P&gt;&lt;P&gt;when 'tab2'.&lt;/P&gt;&lt;P&gt;tabstrip-activetab = 'tab2'.&lt;/P&gt;&lt;P&gt;when 'tab3'.&lt;/P&gt;&lt;P&gt;tabstrip-activetab = 'tab3'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to write in this format would be more easier &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sumeet malhotra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 05:48:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip/m-p/4876831#M1139952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-23T05:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip/m-p/4876832#M1139953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the data that is sent from ALV list. Once you come back from Tab Strip screen and double click on ALV Again, check the data that is selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 10:45:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip/m-p/4876832#M1139953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-23T10:45:40Z</dc:date>
    </item>
  </channel>
</rss>

