<?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/12512866#M2004153</link>
    <description>&lt;P&gt;Is screen 400 a classic screen?&lt;/P&gt;</description>
    <pubDate>Mon, 14 Feb 2022 18:47:09 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2022-02-14T18:47:09Z</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/12512865#M2004152</link>
      <description>&lt;P&gt;Hi friends , &lt;/P&gt;
  &lt;P&gt;i created a subscreen for my screen 0400 .&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF SCREEN 401 AS SUBSCREEN  .&lt;BR /&gt;  SELECTION-SCREEN BEGIN OF BLOCK blk4 WITH FRAME TITLE TEXT-400.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    SELECT-OPTIONS : s_tno    FOR zfk_talep_t-talep_no ,    " talep no&lt;BR /&gt;                     s_ttarih FOR zfk_talep_t-talep_tarih , " talep tarih&lt;BR /&gt;                     s_uno    FOR  zfk_urun_t-urun_no ,    " urun no&lt;BR /&gt;                     s_sno    FOR zfk_sehir_t-sehir_no ,    " sehir no&lt;BR /&gt;                     s_ino    FOR zfk_ilce_t-ilce_no .     " ilce no&lt;BR /&gt;&lt;BR /&gt;    SELECTION-SCREEN SKIP 2 .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    SELECTION-SCREEN :&lt;BR /&gt;    PUSHBUTTON 1(15) but4 USER-COMMAND cli4  "filtrelemeleri listele .&lt;BR /&gt;      VISIBLE LENGTH 15 .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  SELECTION-SCREEN END OF BLOCK blk4.&lt;BR /&gt;SELECTION-SCREEN END OF SCREEN 401 .&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;then i called my screen . it works nice but . (pls look below pic)&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2023540-resim-2022-02-14-204532.png" /&gt;&lt;/P&gt;
  &lt;P&gt;when click any of marked buttons , throws me to the screen 0100 I created before . &lt;/P&gt;
  &lt;P&gt;Do you have any idea , why ? Where did i go wrong ?&lt;/P&gt;
  &lt;P&gt;Thanks ..&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 17:50:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12512865#M2004152</guid>
      <dc:creator>Neithan</dc:creator>
      <dc:date>2022-02-14T17:50:14Z</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/12512866#M2004153</link>
      <description>&lt;P&gt;Is screen 400 a classic screen?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 18:47:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12512866#M2004153</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-02-14T18:47:09Z</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/12512867#M2004154</link>
      <description>&lt;P&gt;Probably you have some wrong code in event block AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;Just debug your code.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 19:00:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12512867#M2004154</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-02-14T19:00:03Z</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/12512868#M2004155</link>
      <description>&lt;P&gt;yes screen 400 is classic screen&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 12:28:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12512868#M2004155</guid>
      <dc:creator>Neithan</dc:creator>
      <dc:date>2022-02-15T12:28:23Z</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/12512869#M2004156</link>
      <description>&lt;P&gt;sadly i still haven't found the mistake&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 12:29:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12512869#M2004156</guid>
      <dc:creator>Neithan</dc:creator>
      <dc:date>2022-02-15T12:29:11Z</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/12512870#M2004157</link>
      <description>&lt;P&gt;Did you forget the CALL SUBSCREEN area. in the PAI of the main screen 0400&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PROCESS BEFORE OUTPUT.
  MODULE status_0100.
  CALL SUBSCREEN area INCLUDING g_repid '0401'.
        
PROCESS AFTER INPUT.
  MODULE cancel AT EXIT-COMMAND.
  CALL SUBSCREEN area. " forgotten?
  MODULE user_command_0100. " which ok_code are handled?&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 Feb 2022 13:23:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12512870#M2004157</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-02-15T13:23:15Z</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/12512871#M2004158</link>
      <description>&lt;P&gt;yeah i did all but unfortunately not solved , anyway thanks for your comments &lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 12:58:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12512871#M2004158</guid>
      <dc:creator>Neithan</dc:creator>
      <dc:date>2022-02-16T12:58:33Z</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/12512872#M2004159</link>
      <description>&lt;P&gt;Please provide your code, we'll debug it for you.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 13:02:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12512872#M2004159</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-02-16T13:02:45Z</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/12512873#M2004160</link>
      <description>&lt;P&gt;thank you so much , but there re too many includes , classes etc. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; if can't even if i wanted to &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 13:13:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12512873#M2004160</guid>
      <dc:creator>Neithan</dc:creator>
      <dc:date>2022-02-16T13:13:40Z</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/12512874#M2004161</link>
      <description>&lt;P&gt;Write a simple sample program that demonstrates the issue.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 14:15:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12512874#M2004161</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2022-02-16T14:15:23Z</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/12512875#M2004162</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;matthew.billingham&lt;/SPAN&gt; is right, it's also the way to find the solution by yourself. It's what I'm doing all the time, when I have some issues. If I still can't understand, I ask the question and post this minimal reproducible example (it's also the "way of life" of Stack Overflow).&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 14:27:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-subscreen/m-p/12512875#M2004162</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-02-16T14:27:13Z</dc:date>
    </item>
  </channel>
</rss>

