<?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 Multiple selection-screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-screen/m-p/4641755#M1092655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello world !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a basic report but i want multiple selection-screen.&lt;/P&gt;&lt;P&gt;But i have a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example i create 2 selection-screen :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECTION-SCREEN BEGIN OF SCREEN 100&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;select-option .....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECTION-SCREEN END OF SCREEN 100&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECTION-SCREEN BEGIN OF SCREEN 200&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;select-option .....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECTION-SCREEN END OF SCREEN 200&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I call selection-screen on INITIALIZATION with :&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CALL SELECTION-SCREEN 100 (OR 200 according case)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I execute program and my selection-screen 100 appears BUT when i click BACK, EXIT or QUIT button on statusbar, i go to the START OF SELECTION !!! I don't want, i want QUIT program's !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHY and Have you a solution for me ?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank, Tony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Oct 2008 21:07:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-27T21:07:21Z</dc:date>
    <item>
      <title>Multiple selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-screen/m-p/4641755#M1092655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello world !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a basic report but i want multiple selection-screen.&lt;/P&gt;&lt;P&gt;But i have a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example i create 2 selection-screen :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECTION-SCREEN BEGIN OF SCREEN 100&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;select-option .....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECTION-SCREEN END OF SCREEN 100&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECTION-SCREEN BEGIN OF SCREEN 200&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;select-option .....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECTION-SCREEN END OF SCREEN 200&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I call selection-screen on INITIALIZATION with :&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CALL SELECTION-SCREEN 100 (OR 200 according case)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I execute program and my selection-screen 100 appears BUT when i click BACK, EXIT or QUIT button on statusbar, i go to the START OF SELECTION !!! I don't want, i want QUIT program's !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHY and Have you a solution for me ?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank, Tony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 21:07:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-screen/m-p/4641755#M1092655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T21:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-screen/m-p/4641756#M1092656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you have to set the function for the buttons.&lt;/P&gt;&lt;P&gt;To quit, you can give the function &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
case sy-ucomm.
when 'exit'.
leave program.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 01:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-screen/m-p/4641756#M1092656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T01:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-screen/m-p/4641757#M1092657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, i have a solution :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help SELECTION-SCREEN :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sy-subrc :&lt;/P&gt;&lt;P&gt;0 The user selected the function Execute or Execute + Print on the selection screen. &lt;/P&gt;&lt;P&gt;4 The user selected exit or Cancel on the selection screen Back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank, best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: LECHEVIN Tony on Oct 28, 2008 9:28 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 08:18:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-screen/m-p/4641757#M1092657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T08:18:28Z</dc:date>
    </item>
  </channel>
</rss>

