<?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: Select Options in Subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12726610#M2020165</link>
    <description>&lt;P&gt;Please edit your question, select your code and press the button [CODE], which makes the code appear colored/indented, it will be easier for people to look at it. Thank you! &lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 12:28:04 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2023-03-30T12:28:04Z</dc:date>
    <item>
      <title>Select Options in Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12726607#M2020162</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
  &lt;P&gt;Impossible to open extension of the select options.&lt;/P&gt;
  &lt;P&gt;1. I have pushbutton to select an option&lt;/P&gt;
  &lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE TEXT-001.&lt;BR /&gt;SELECTION-SCREEN PUSHBUTTON /10(30) TEXT-004 USER-COMMAND av3.&lt;BR /&gt;SELECTION-SCREEN PUSHBUTTON /10(30) TEXT-003 USER-COMMAND av2.&lt;BR /&gt;SELECTION-SCREEN PUSHBUTTON /10(30) TEXT-002 USER-COMMAND av1.&lt;BR /&gt;SELECTION-SCREEN PUSHBUTTON /10(30) TEXT-000 USER-COMMAND av0.&lt;BR /&gt;SELECTION-SCREEN END OF BLOCK b1.&lt;/P&gt;
  &lt;P&gt;2. I have selection screen of subscreen&lt;/P&gt;
  &lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 0101 AS SUBSCREEN.&lt;BR /&gt;SELECTION-SCREEN : BEGIN OF BLOCK b01 WITH FRAME TITLE TEXT-b01.&lt;BR /&gt;SELECT-OPTIONS : s_da_av FOR zxxxxxxxxxxxxxxxxxxx,&lt;/P&gt;
  &lt;P&gt;s_aedat FOR zxxxx-aedat,&lt;/P&gt;
  &lt;P&gt;s_xblnr FOR zxxxx-xblnr,&lt;BR /&gt;s_bldat FOR zxxxx-bldat,&lt;BR /&gt;...&lt;BR /&gt;SELECTION-SCREEN : END OF BLOCK b01.&lt;BR /&gt;SELECTION-SCREEN END OF SCREEN 0101 .&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;3. I have AT SELCTION SCREEN&lt;/P&gt;
  &lt;P&gt;AT SELECTION-SCREEN.&lt;BR /&gt;CASE sy-ucomm.&lt;BR /&gt;WHEN 'AV0'.&lt;BR /&gt;CALL SCREEN '0001'.&lt;BR /&gt;WHEN 'AV1'.&lt;BR /&gt;MOVE sy-ucomm TO gv_ucomm.&lt;BR /&gt;IF save_ok IS INITIAL.&lt;BR /&gt;CALL SCREEN '0100'.&lt;BR /&gt;ENDIF.&lt;BR /&gt;WHEN 'AV2' OR 'AV3'.&lt;BR /&gt;MOVE sy-ucomm TO gv_ucomm.&lt;BR /&gt;CALL SCREEN '0200'.&lt;BR /&gt;ENDCASE.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;3. Screen 100&lt;/P&gt;
  &lt;P&gt;PROCESS BEFORE OUTPUT.&lt;BR /&gt;MODULE status_0100.&lt;BR /&gt;MODULE pbo_0100.&lt;BR /&gt;&lt;BR /&gt;CALL SUBSCREEN sel INCLUDING sy-repid '0101'.&lt;BR /&gt;&lt;BR /&gt;PROCESS AFTER INPUT.&lt;BR /&gt;&lt;BR /&gt;MODULE save_ok.&lt;BR /&gt;CALL SUBSCREEN sel.&lt;BR /&gt;MODULE user_command_0100.&lt;BR /&gt;MODULE cancel AT EXIT-COMMAND.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;4. Impossible to open extension&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2160458-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;=&amp;gt; Can you please help me and explain me why the extension can not be opened ?&lt;/P&gt;
  &lt;P&gt;Thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 13:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12726607#M2020162</guid>
      <dc:creator>former_member328919</dc:creator>
      <dc:date>2023-03-29T13:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Select Options in Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12726608#M2020163</link>
      <description>&lt;P&gt;Your image isn't visible, and when you post code, please use the handy &lt;STRONG&gt;code&lt;/STRONG&gt; button in the editor.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 16:07:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12726608#M2020163</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2023-03-29T16:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Select Options in Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12726609#M2020164</link>
      <description>&lt;P&gt;&lt;A href="https://answers.sap.com/questions/10376006/select-options-in-subscreen.html" target="test_blank"&gt;https://answers.sap.com/questions/10376006/select-options-in-subscreen.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Look at this for better understanding, thank you!!&lt;/P&gt;&lt;P&gt;Is that what you want?&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/986911-Snap1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;If yes, sample code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA spfli_wa TYPE spfli.&lt;BR /&gt;************************************************************************&lt;BR /&gt;SELECTION-SCREEN BEGIN OF BLOCK sel .&lt;BR /&gt;************************************************************************&lt;BR /&gt;SELECTION-SCREEN SKIP.&lt;BR /&gt;*---------------------------* TABSTRIP *-------------------------------*&lt;BR /&gt;SELECTION-SCREEN BEGIN OF TABBED BLOCK tabb1 FOR 7 LINES.&lt;BR /&gt;SELECTION-SCREEN TAB (30) title1 USER-COMMAND ucomm1 DEFAULT SCREEN 1001.&lt;BR /&gt;SELECTION-SCREEN TAB (30) title2 USER-COMMAND ucomm2 DEFAULT SCREEN 1002.&lt;BR /&gt;SELECTION-SCREEN END OF BLOCK tabb1.&lt;BR /&gt;*-------------------------* --------- *-------------------------------*&lt;BR /&gt;SELECTION-SCREEN END OF BLOCK sel.&lt;BR /&gt;*-------------------------* SCREEN 1001 *------------------------------*&lt;BR /&gt;SELECTION-SCREEN: BEGIN OF SCREEN 1001 AS SUBSCREEN .&lt;BR /&gt;SELECTION-SCREEN: BEGIN OF BLOCK b1 WITH FRAME TITLE title.&lt;BR /&gt;SELECT-OPTIONS s_carrid FOR spfli_wa-carrid.&lt;BR /&gt;SELECTION-SCREEN: END OF BLOCK b1 .&lt;BR /&gt;SELECTION-SCREEN: END OF SCREEN 1001 .&lt;BR /&gt;*-------------------------* --------- *-------------------------------*&lt;BR /&gt;*-------------------------* SCREEN 1002 *------------------------------*&lt;BR /&gt;SELECTION-SCREEN: BEGIN OF SCREEN 1002 AS SUBSCREEN .&lt;BR /&gt;SELECTION-SCREEN: BEGIN OF BLOCK b2 WITH FRAME TITLE titlex.&lt;BR /&gt;SELECT-OPTIONS s_carri FOR spfli_wa-carrid.&lt;BR /&gt;SELECTION-SCREEN: END OF BLOCK b2 .&lt;BR /&gt;SELECTION-SCREEN: END OF SCREEN 1002 .&lt;BR /&gt;*-------------------------* --------- *-------------------------------*&lt;BR /&gt;************************************************************************&lt;BR /&gt;INITIALIZATION.&lt;BR /&gt;************************************************************************&lt;BR /&gt;title1 = 'Tab 1'.&lt;BR /&gt;title2 = 'Tab 2'.&lt;BR /&gt;Kind Regards&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Mar 2023 17:56:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12726609#M2020164</guid>
      <dc:creator>former_member13114</dc:creator>
      <dc:date>2023-03-29T17:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Select Options in Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12726610#M2020165</link>
      <description>&lt;P&gt;Please edit your question, select your code and press the button [CODE], which makes the code appear colored/indented, it will be easier for people to look at it. Thank you! &lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 12:28:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12726610#M2020165</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-03-30T12:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Select Options in Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12726611#M2020166</link>
      <description>&lt;P&gt;Please edit your answer, select your code and press the button [CODE], which makes the code appear colored/indented, it will be easier for people to look at it. Thank you! &lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 12:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12726611#M2020166</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-03-30T12:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Select Options in Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12726612#M2020167</link>
      <description>&lt;P&gt;Read the online help for &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abapselection-screen_tabbed.htm"&gt;SELECTION-SCREEN, TABBED BLOCK&lt;/A&gt; and look at demo report DEMO_SEL_SCREEN_WITH_TABSTRIP.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 13:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12726612#M2020167</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-03-30T13:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Select Options in Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12726613#M2020168</link>
      <description>&lt;P&gt;Thank you updated. &lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 12:28:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12726613#M2020168</guid>
      <dc:creator>former_member13114</dc:creator>
      <dc:date>2023-03-31T12:28:40Z</dc:date>
    </item>
  </channel>
</rss>

