<?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 Clearing Select-Options in selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-select-options-in-selection-screen/m-p/2976871#M702714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;im having trouble clearing the select options in a selection screen.&lt;/P&gt;&lt;P&gt;i dont really know why, but if i run the program, and add REFRESH TABLE_RANGE[] (which was declared as a select-options) , it does clear the table in the debug, but shows it again on the screen.&lt;/P&gt;&lt;P&gt;i've tried CLEAR too, but it didnt really help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a know solution?&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Nov 2007 15:31:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-04T15:31:57Z</dc:date>
    <item>
      <title>Clearing Select-Options in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-select-options-in-selection-screen/m-p/2976871#M702714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;im having trouble clearing the select options in a selection screen.&lt;/P&gt;&lt;P&gt;i dont really know why, but if i run the program, and add REFRESH TABLE_RANGE[] (which was declared as a select-options) , it does clear the table in the debug, but shows it again on the screen.&lt;/P&gt;&lt;P&gt;i've tried CLEAR too, but it didnt really help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a know solution?&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2007 15:31:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-select-options-in-selection-screen/m-p/2976871#M702714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-04T15:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing Select-Options in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-select-options-in-selection-screen/m-p/2976872#M702715</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;There are two things associated with select-option one is header and other table&lt;/P&gt;&lt;P&gt;Try &lt;/P&gt;&lt;P&gt;CLEAR: TABLE_RANGE[] .&lt;/P&gt;&lt;P&gt;CLEAR TABLE_RANGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And are you sure your select-option name is TABLE_RANGE as I think only 8 character are allowed to name the selection screen field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2007 15:37:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-select-options-in-selection-screen/m-p/2976872#M702715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-04T15:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing Select-Options in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-select-options-in-selection-screen/m-p/2976873#M702716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where have you put your code for clearing the select-option? put in at selection-screen output. It will get cleared whenever your screen is going to be displayed.&lt;/P&gt;&lt;P&gt;What is your requirement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2007 15:54:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-select-options-in-selection-screen/m-p/2976873#M702716</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-11-04T15:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing Select-Options in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-select-options-in-selection-screen/m-p/2976874#M702717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eli,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Push Button on the Selection Screen (code for it in the selection screen logic);  check for sy-ucomm (checking for the button being pressed by the user) and then refresh the table_range  in the at selection-screen event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2007 16:20:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-select-options-in-selection-screen/m-p/2976874#M702717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-04T16:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing Select-Options in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-select-options-in-selection-screen/m-p/2976875#M702718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'ive tried putting the refersh / clear in the initalization proccess, that way it is called again after the user has pressed a button, i see in the debug data that the table is initialized , but the numbers appear again on the screen!&lt;/P&gt;&lt;P&gt;i am helpless...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2007 08:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-select-options-in-selection-screen/m-p/2976875#M702718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-05T08:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing Select-Options in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-select-options-in-selection-screen/m-p/2976876#M702719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;TABLE_RANGE[] isn't your select-options.&lt;/P&gt;&lt;P&gt;Select-options name must be max 8 characters.&lt;/P&gt;&lt;P&gt;Find your select-options and refresh it in the Initialization event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgs &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2007 08:32:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-select-options-in-selection-screen/m-p/2976876#M702719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-05T08:32:03Z</dc:date>
    </item>
  </channel>
</rss>

