<?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 - at selection-screen on value-request in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-at-selection-screen-on-value-request/m-p/2276105#M494987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CONTROLS mytabstrip TYPE TABSTRIP.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; Take care of this variable mytabstrip-activetab&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;go through the below underlined programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabstrip Control - Scrolling at SAPgui             -- &amp;lt;u&amp;gt;demo_dynpro_tabstrip_local&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;        Diferent SubScreens&lt;/P&gt;&lt;P&gt;        Using Func. Type 'P'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;    CALL SUBSCREEN: SUB1 INCLUDING SY-REPID '0110',&lt;/P&gt;&lt;P&gt;                    SUB2 INCLUDING SY-REPID '0120',&lt;/P&gt;&lt;P&gt;                    SUB3 INCLUDING SY-REPID '0130'.&lt;/P&gt;&lt;P&gt;  PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;    CALL SUBSCREEN: SUB1,&lt;/P&gt;&lt;P&gt;                    SUB2,&lt;/P&gt;&lt;P&gt;                    SUB3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabstrip Control - Scrolling at Application Server -- &amp;lt;u&amp;gt;demo_dynpro_tabstrip_server&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;        Single Subscreen. &lt;/P&gt;&lt;P&gt;    PBO.&lt;/P&gt;&lt;P&gt;      CALL SUBSCREEN: AREA INCLUDING SY-REPID NUMBER.&lt;/P&gt;&lt;P&gt;    PAI.&lt;/P&gt;&lt;P&gt;      CALL SUBSCREEN: AREA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2007 11:30:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-21T11:30:24Z</dc:date>
    <item>
      <title>Tabstrip - at selection-screen on value-request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-at-selection-screen-on-value-request/m-p/2276104#M494986</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;I am using 4 tabs in my program.but, I am not getting how to write the code for :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"at selection-screen on value-request"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as I need to call it for all the four tabs with different select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'ucomm1'.&lt;/P&gt;&lt;P&gt;PERform f_selection_request_stck_trans.&lt;/P&gt;&lt;P&gt;value_tab = i_ebeln_ST.&lt;/P&gt;&lt;P&gt;when 'ucomm2'.&lt;/P&gt;&lt;P&gt;PERform f_selection_request_po_ret.&lt;/P&gt;&lt;P&gt;value_tab = i_ebeln_PR.&lt;/P&gt;&lt;P&gt;when 'ucomm3'.&lt;/P&gt;&lt;P&gt;PERFORM f_selection_request_sal_ret .&lt;/P&gt;&lt;P&gt;value_tab = i_vbeln_SR.&lt;/P&gt;&lt;P&gt;when 'ucomm4'.&lt;/P&gt;&lt;P&gt;PERFORM f_selection_request_sal_con .&lt;/P&gt;&lt;P&gt;value_tab = i_vbeln_CO.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen on value-request for s_ebeln1-low.&lt;/P&gt;&lt;P&gt;PERform f_f4_values.&lt;/P&gt;&lt;P&gt;at selection-screen on value-request for s_ebeln2-low.&lt;/P&gt;&lt;P&gt;PERform f_f4_values.&lt;/P&gt;&lt;P&gt;at selection-screen on value-request for s_vbeln1-low.&lt;/P&gt;&lt;P&gt;PERform f_f4_values.&lt;/P&gt;&lt;P&gt;at selection-screen on value-request for s_vbeln2-low.&lt;/P&gt;&lt;P&gt;PERform f_f4_values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly tell me what should be done in order to get F4 Help for Select-option in 4 screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 11:28:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-at-selection-screen-on-value-request/m-p/2276104#M494986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T11:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip - at selection-screen on value-request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-at-selection-screen-on-value-request/m-p/2276105#M494987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CONTROLS mytabstrip TYPE TABSTRIP.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; Take care of this variable mytabstrip-activetab&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;go through the below underlined programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabstrip Control - Scrolling at SAPgui             -- &amp;lt;u&amp;gt;demo_dynpro_tabstrip_local&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;        Diferent SubScreens&lt;/P&gt;&lt;P&gt;        Using Func. Type 'P'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;    CALL SUBSCREEN: SUB1 INCLUDING SY-REPID '0110',&lt;/P&gt;&lt;P&gt;                    SUB2 INCLUDING SY-REPID '0120',&lt;/P&gt;&lt;P&gt;                    SUB3 INCLUDING SY-REPID '0130'.&lt;/P&gt;&lt;P&gt;  PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;    CALL SUBSCREEN: SUB1,&lt;/P&gt;&lt;P&gt;                    SUB2,&lt;/P&gt;&lt;P&gt;                    SUB3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabstrip Control - Scrolling at Application Server -- &amp;lt;u&amp;gt;demo_dynpro_tabstrip_server&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;        Single Subscreen. &lt;/P&gt;&lt;P&gt;    PBO.&lt;/P&gt;&lt;P&gt;      CALL SUBSCREEN: AREA INCLUDING SY-REPID NUMBER.&lt;/P&gt;&lt;P&gt;    PAI.&lt;/P&gt;&lt;P&gt;      CALL SUBSCREEN: AREA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 11:30:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-at-selection-screen-on-value-request/m-p/2276105#M494987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T11:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip - at selection-screen on value-request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-at-selection-screen-on-value-request/m-p/2276106#M494988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Requirement is for Presentation Server and not for Appliaction Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 11:53:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-at-selection-screen-on-value-request/m-p/2276106#M494988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T11:53:46Z</dc:date>
    </item>
  </channel>
</rss>

