<?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 Selection-screen. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2849389#M667649</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a selction screen havig select options for kunnr.by giving value in selection-screen, output is being displayed. but when we will back from output, there should be no value in selection-screen. how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Sep 2007 14:24:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-20T14:24:55Z</dc:date>
    <item>
      <title>Selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2849389#M667649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a selction screen havig select options for kunnr.by giving value in selection-screen, output is being displayed. but when we will back from output, there should be no value in selection-screen. how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 14:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2849389#M667649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T14:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2849390#M667650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why don't you try making a CLEAR and a REFRESH to your variable at PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 14:45:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2849390#M667650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T14:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2849391#M667651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Dimas says, you just need to make sure you clear the select-option range table before the screen is redisplayed... but typically for a report this would actually be during the "end-of-selection" event after you are sure you have finished using them... alternatively you could copy the values to your own range table and clear the select-options right at the start-of-selection.. some pseudo code examples below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*"Example 1:
select-options:
  s_kunnr                 for kna1-kunnr.

start-of-selection.
  perform get_data.  "using s_kunnr in DB select
end-of-selection.
  perform write_report.
  clear: s_kunnr, s_kunnr[]. "all finished with.

*"Example 2:
ranges:
  gr_kunnr                for kna1-kunnr.
select-options:
  s_kunnr                 for kna1-kunnr.

start-of-selection.
  gr_kunnr[] = s_kunnr[]. "copy to own global range
  clear: s_kunnr, s_kunnr[]. "all finished with.

  perform get_data.  "using gr_kunnr in DB select

end-of-selection.
  perform write_report.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 21:38:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2849391#M667651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T21:38:49Z</dc:date>
    </item>
  </channel>
</rss>

