<?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: selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379748#M811511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz  send me sample code for it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Feb 2008 08:50:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-18T08:50:33Z</dc:date>
    <item>
      <title>selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379741#M811504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on my selection screen i have to enter material no. then it should call another screen with tabstrip and table control.&lt;/P&gt;&lt;P&gt;plz tell me how to call a next screen with tab strip and table control in that tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 07:42:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379741#M811504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T07:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379742#M811505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For calling the next screen from the first you can just give the next screen number in the attributes.and for the tab strip in the second screen you have to create a tab strip and under each tab,you have to create a subscreen.in that subscreen ,you will have the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can declare the table control by&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TABLE CONTROL DECLARATIONS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;controls tablecontrol1 type tableview using screen '402'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;controls tablecontrol2 type tableview using screen '403'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to check which tab is active you can use the syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if tabstrip1-activetab = 'LINE_ITEMS'.&lt;/P&gt;&lt;P&gt;"necesaary code"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer this thread,it may be helpful to u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4519327"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 08:33:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379742#M811505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T08:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379743#M811506</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;You can use the &lt;STRONG&gt;CALL SCREEN &amp;lt;scrn no&amp;gt;&lt;/STRONG&gt; statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the blocks of the called screen you can maintain the table control, tabstrip properties. You just need to call it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or create a transaction for the screemn you want to call and use &lt;STRONG&gt;CALL TRANSACTION&lt;/STRONG&gt; there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sourceveda.com/" target="test_blank"&gt;http://www.sourceveda.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 08:38:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379743#M811506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T08:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379744#M811507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vivek ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By entering the material no. you cannot call any screens.Because no event will get trigger by entering valuse. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN first screen create  input field for material no and &lt;/P&gt;&lt;P&gt;push button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN your second screen create tabstrip cpontrol(tcode SE51) and add table control to that tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX: for tabstrip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen flow logic for screen 100 is as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;  MODULE STATUS_0100.&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;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;  MODULE CANCEL AT EXIT-COMMAND.&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;  MODULE USER_COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen flow logic of subscreens 110 to 130 does not contain any module calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you run the program, a screen appears on which the second tab page is active, since the program sets the ACTIVETAB component of the structure MYTABSTRIP to PUSH2 before the screen is displayed. The user can page through the tabstrip control without the PAI event being triggered. One of the three subscreens is included on each tab page. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the user chooses Continue, the PAI event is triggered, and an information message displays the function code of the tab title of the page that is currently active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabstrip control with paging on the application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT DEMO_DYNPRO_TABSTRIP_LOCAL.&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;P&gt;&lt;/P&gt;&lt;P&gt;The statically-defined next screen for screen 100 is itself, and its layout is the same as in the above example. However, the function codes of the three tab titles have the function type &amp;lt;blank&amp;gt; and they all share a single subscreen area SUB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same subscreen screens 110 to 130 are defined as in the last example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen flow logic for screen 100 is as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;  MODULE STATUS_0100.&lt;/P&gt;&lt;P&gt;  CALL SUBSCREEN SUB INCLUDING SY-REPID NUMBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;  MODULE CANCEL AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;  CALL SUBSCREEN SUB.&lt;/P&gt;&lt;P&gt;  MODULE USER_COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, the program includes a subscreen screen in the subscreen area SUB dynamically during the PBO event. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen flow logic of subscreens 110 to 130 does not contain any module calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This example has the same function as the previous example, but the paging within the tabstrip control is implemented on the application server. Each time the user chooses a tab title, the function code from the OK_CODE field is assigned to the ACTIVETAB component of structure MYTABSTRIP. At the same time, the variable NUMBER is filled with the screen number of the subscreen that has to be displayed in the subscreen area SUB of the tabstrip control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 08:43:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379744#M811507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T08:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379745#M811508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but i dont have to do it in module pool i have to do it in selection screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 08:45:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379745#M811508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T08:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379746#M811509</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;After selection screen... you may write a &lt;STRONG&gt;START-OF-SELECTION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside that you can call the other screen or &lt;STRONG&gt;CALL TRANSACTION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sourceveda.com/" target="test_blank"&gt;http://www.sourceveda.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 08:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379746#M811509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T08:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379747#M811510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check with CALL SCREEN statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 08:49:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379747#M811510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T08:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379748#M811511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz  send me sample code for it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 08:50:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379748#M811511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T08:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379749#M811512</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 first screen create input field for material no and &lt;/P&gt;&lt;P&gt;push button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN your second screen create tabstrip cpontrol(tcode SE51) and add table control to that tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX: for tabstrip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen flow logic for screen 100 is as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;MODULE STATUS_0100.&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;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;MODULE CANCEL AT EXIT-COMMAND.&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;MODULE USER_COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen flow logic of subscreens 110 to 130 does not contain any module calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you run the program, a screen appears on which the second tab page is active, since the program sets the ACTIVETAB component of the structure MYTABSTRIP to PUSH2 before the screen is displayed. The user can page through the tabstrip control without the PAI event being triggered. One of the three subscreens is included on each tab page. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the user chooses Continue, the PAI event is triggered, and an information message displays the function code of the tab title of the page that is currently active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabstrip control with paging on the application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT DEMO_DYNPRO_TABSTRIP_LOCAL.&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;P&gt;&lt;/P&gt;&lt;P&gt;The statically-defined next screen for screen 100 is itself, and its layout is the same as in the above example. However, the function codes of the three tab titles have the function type &amp;lt;blank&amp;gt; and they all share a single subscreen area SUB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same subscreen screens 110 to 130 are defined as in the last example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen flow logic for screen 100 is as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;MODULE STATUS_0100.&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN SUB INCLUDING SY-REPID NUMBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;MODULE CANCEL AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN SUB.&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, the program includes a subscreen screen in the subscreen area SUB dynamically during the PBO event. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen flow logic of subscreens 110 to 130 does not contain any module calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This example has the same function as the previous example, but the paging within the tabstrip control is implemented on the application server. Each time the user chooses a tab title, the function code from the OK_CODE field is assigned to the ACTIVETAB component of structure MYTABSTRIP. At the same time, the variable NUMBER is filled with the screen number of the subscreen that has to be displayed in the subscreen area SUB of the tabstrip control.&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;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;GAURAV J.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Aug 15, 2008 3:37 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 06:12:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379749#M811512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T06:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379750#M811513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again??...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2008 16:49:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3379750#M811513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-15T16:49:55Z</dc:date>
    </item>
  </channel>
</rss>

