<?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: tabstrips on selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips-on-selection-screen/m-p/5856890#M1320710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the piece of code.... i hope u will get some help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLS tab_strip TYPE TABSTRIP. &lt;/P&gt;&lt;P&gt;DATA: ok_code TYPE sy-ucomm, &lt;/P&gt;&lt;P&gt;      dynnr TYPE sy-dynnr. &lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;MODULE prepare_tabstrip OUTPUT. &lt;/P&gt;&lt;P&gt;  IF tab_strip-activetab IS INITIAL OR &lt;/P&gt;&lt;P&gt;     dynnr IS INITIAL. &lt;/P&gt;&lt;P&gt;    tab_strip-activetab = 'TAB1'. &lt;/P&gt;&lt;P&gt;    dynnr = '0110'. &lt;/P&gt;&lt;P&gt;  ENDIF. &lt;/P&gt;&lt;P&gt;ENDMODULE. &lt;/P&gt;&lt;P&gt;MODULE handle_user_command INPUT. &lt;/P&gt;&lt;P&gt;  CASE ok_code. &lt;/P&gt;&lt;P&gt;    WHEN 'TAB1'. &lt;/P&gt;&lt;P&gt;      dynnr = '0110'. &lt;/P&gt;&lt;P&gt;    WHEN 'TAB2'. &lt;/P&gt;&lt;P&gt;      dynnr = '0120'. &lt;/P&gt;&lt;P&gt;    WHEN 'TAB3'. &lt;/P&gt;&lt;P&gt;      dynnr = '0130'. &lt;/P&gt;&lt;P&gt;    ... &lt;/P&gt;&lt;P&gt;  ENDCASE. &lt;/P&gt;&lt;P&gt;  IF ok_code(3) = 'TAB'. &lt;/P&gt;&lt;P&gt;    tab_strip-activetab = ok_code. &lt;/P&gt;&lt;P&gt;  ENDIF. &lt;/P&gt;&lt;P&gt;ENDMODULE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashu Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jul 2009 09:08:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-08T09:08:52Z</dc:date>
    <item>
      <title>tabstrips on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips-on-selection-screen/m-p/5856883#M1320703</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;&lt;/P&gt;&lt;P&gt;I have a selection screen which has 3 tabstrips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen nos are 101,102 and 103.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in each tab there are different input parameters and based on each tab there will be 3 different outputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e when I click on tab1 and give the required inputs i will get 1 report output.&lt;/P&gt;&lt;P&gt;similarly I will get different ouput in the other 2 tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one suggest some solution how to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Rj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 06:15:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips-on-selection-screen/m-p/5856883#M1320703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T06:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: tabstrips on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips-on-selection-screen/m-p/5856884#M1320704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;follow yhis link &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/00/deb23789e95378e10000009b38f8cf/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/00/deb23789e95378e10000009b38f8cf/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 06:22:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips-on-selection-screen/m-p/5856884#M1320704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T06:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: tabstrips on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips-on-selection-screen/m-p/5856885#M1320705</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;do like this.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of tabbed block tabb1 for 9 lines.&lt;/P&gt;&lt;P&gt;selection-screen tab (15) text-006 user-command ucomm1&lt;/P&gt;&lt;P&gt;default screen 101.&lt;/P&gt;&lt;P&gt;selection-screen tab (15) text-007 user-command ucomm2&lt;/P&gt;&lt;P&gt;default screen 102.&lt;/P&gt;&lt;P&gt;selection-screen tab (17) text-008 user-command ucomm3&lt;/P&gt;&lt;P&gt;default screen 103.&lt;/P&gt;&lt;P&gt;selection-screen end of block tabb1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of screen 101 as subscreen.&lt;/P&gt;&lt;P&gt;parameter: p_field1 type i.&lt;/P&gt;&lt;P&gt;selection-screen end of screen 101.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of screen 102 as subscreen.&lt;/P&gt;&lt;P&gt;parameter: p_field2 type i.&lt;/P&gt;&lt;P&gt;selection-screen end of screen 102.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of screen 103 as subscreen.&lt;/P&gt;&lt;P&gt;parameter: p_field3 type i.&lt;/P&gt;&lt;P&gt;selection-screen end of screen 103.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arpit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 06:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips-on-selection-screen/m-p/5856885#M1320705</guid>
      <dc:creator>arpit_shah</dc:creator>
      <dc:date>2009-07-08T06:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: tabstrips on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips-on-selection-screen/m-p/5856886#M1320706</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 this demo program DEMO_SEL_SCREEN_IN_TABSTRIP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 06:26:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips-on-selection-screen/m-p/5856886#M1320706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T06:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: tabstrips on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips-on-selection-screen/m-p/5856887#M1320707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look for documentation at SELECTION-SCREEN - TABBED BLOCK &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adapt the sample provided, and in the START-OF-SELECTON event add a CASE/WHEN to execute whichever report you want based on mytab-dynnr value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 07:35:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips-on-selection-screen/m-p/5856887#M1320707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T07:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: tabstrips on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips-on-selection-screen/m-p/5856888#M1320708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Manas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please send some code as example ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 07:44:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips-on-selection-screen/m-p/5856888#M1320708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T07:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: tabstrips on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips-on-selection-screen/m-p/5856889#M1320709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is a sample code :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{} REPORT demo_dynpro_tabstrip_server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLS mytabstrip TYPE TABSTRIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ok_code TYPE sy-ucomm,&lt;/P&gt;&lt;P&gt;      save_ok TYPE sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA  number TYPE sy-dynnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mytabstrip-activetab = 'PUSH2'.&lt;/P&gt;&lt;P&gt;number = '0120'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE status_0100 OUTPUT.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'SCREEN_100'.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE cancel INPUT.&lt;/P&gt;&lt;P&gt;  LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE user_command INPUT.&lt;/P&gt;&lt;P&gt;  save_ok = ok_code.&lt;/P&gt;&lt;P&gt;  CLEAR ok_code.&lt;/P&gt;&lt;P&gt;  IF save_ok = 'OK'.&lt;/P&gt;&lt;P&gt;    MESSAGE i888(sabapdocu) WITH 'MYTABSTRIP-ACTIVETAB ='&lt;/P&gt;&lt;P&gt;                                  mytabstrip-activetab.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    mytabstrip-activetab = save_ok.&lt;/P&gt;&lt;P&gt;    CASE save_ok.&lt;/P&gt;&lt;P&gt;      WHEN 'PUSH1'.&lt;/P&gt;&lt;P&gt;        number = '0110'.&lt;/P&gt;&lt;P&gt;      WHEN 'PUSH2'.&lt;/P&gt;&lt;P&gt;        number = '0120'.&lt;/P&gt;&lt;P&gt;      WHEN 'PUSH3'.&lt;/P&gt;&lt;P&gt;        number = '0130'.&lt;/P&gt;&lt;P&gt;    ENDCASE.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.{}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 07:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips-on-selection-screen/m-p/5856889#M1320709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T07:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: tabstrips on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips-on-selection-screen/m-p/5856890#M1320710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the piece of code.... i hope u will get some help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLS tab_strip TYPE TABSTRIP. &lt;/P&gt;&lt;P&gt;DATA: ok_code TYPE sy-ucomm, &lt;/P&gt;&lt;P&gt;      dynnr TYPE sy-dynnr. &lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;MODULE prepare_tabstrip OUTPUT. &lt;/P&gt;&lt;P&gt;  IF tab_strip-activetab IS INITIAL OR &lt;/P&gt;&lt;P&gt;     dynnr IS INITIAL. &lt;/P&gt;&lt;P&gt;    tab_strip-activetab = 'TAB1'. &lt;/P&gt;&lt;P&gt;    dynnr = '0110'. &lt;/P&gt;&lt;P&gt;  ENDIF. &lt;/P&gt;&lt;P&gt;ENDMODULE. &lt;/P&gt;&lt;P&gt;MODULE handle_user_command INPUT. &lt;/P&gt;&lt;P&gt;  CASE ok_code. &lt;/P&gt;&lt;P&gt;    WHEN 'TAB1'. &lt;/P&gt;&lt;P&gt;      dynnr = '0110'. &lt;/P&gt;&lt;P&gt;    WHEN 'TAB2'. &lt;/P&gt;&lt;P&gt;      dynnr = '0120'. &lt;/P&gt;&lt;P&gt;    WHEN 'TAB3'. &lt;/P&gt;&lt;P&gt;      dynnr = '0130'. &lt;/P&gt;&lt;P&gt;    ... &lt;/P&gt;&lt;P&gt;  ENDCASE. &lt;/P&gt;&lt;P&gt;  IF ok_code(3) = 'TAB'. &lt;/P&gt;&lt;P&gt;    tab_strip-activetab = ok_code. &lt;/P&gt;&lt;P&gt;  ENDIF. &lt;/P&gt;&lt;P&gt;ENDMODULE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashu Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 09:08:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips-on-selection-screen/m-p/5856890#M1320710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T09:08:52Z</dc:date>
    </item>
  </channel>
</rss>

