<?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: set_selected_rows problem, nothing is selected in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127404#M1364804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soumyaprakash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already checked that but still doesn't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Sep 2009 12:06:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-17T12:06:17Z</dc:date>
    <item>
      <title>set_selected_rows problem, nothing is selected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127398#M1364798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a problem with an ALV and I am not able to solve. I have been looking the threads that already exist but I can not find the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going to try to explain what is the problem:&lt;/P&gt;&lt;P&gt;There is an screen with some alv with tables related between them, whenever I double click in the first alv table the next table must be filled  with the entries related and the entry that I double click it should be marked. The problem is any time I double click and the next alv table is open the one where I double click lost the line, I mean the focus goes to the first line of the table, meaning that the refreshing eliminates the actual selected entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I tried to do but I don't know why it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.- The lines selected are saved in a table. &lt;/P&gt;&lt;P&gt;  CALL METHOD mo_alv_grid_edit-&amp;gt;get_selected_rows&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      et_index_rows = gi_index_rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.- Refresh the alv table.&lt;/P&gt;&lt;P&gt;  CALL METHOD mo_alv_grid_edit-&amp;gt;refresh_table_display&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      i_soft_refresh = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.- Set the lines I have before&lt;/P&gt;&lt;P&gt;CALL METHOD mo_alv_grid_edit-&amp;gt;set_selected_rows&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    it_index_rows            = gi_index_rows  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 11:30:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127398#M1364798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T11:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: set_selected_rows problem, nothing is selected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127399#M1364799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my understaning you have to use Get_selected_rows rather than set selected rows method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 11:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127399#M1364799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T11:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: set_selected_rows problem, nothing is selected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127400#M1364800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is that I lost the entries that were marked, that is the reason that befores refreshing the alv, I take from the object the lines selected and then I try to set them again after the refreshing is done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 11:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127400#M1364800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T11:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: set_selected_rows problem, nothing is selected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127401#M1364801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this  : &lt;/P&gt;&lt;P&gt;1.- The lines selected are saved in a table. &lt;/P&gt;&lt;P&gt;CALL METHOD mo_alv_grid_edit-&amp;gt;get_selected_rows&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;et_index_rows = gi_index_rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call the table and then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.- Set the lines I have before&lt;/P&gt;&lt;P&gt;CALL METHOD mo_alv_grid_edit-&amp;gt;set_selected_rows&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;it_index_rows = gi_index_rows .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 11:39:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127401#M1364801</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2009-09-17T11:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: set_selected_rows problem, nothing is selected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127402#M1364802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do you exactly mean with 'call the table' ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I call 'refresh_table_display' the outtab is update, so after this update because it is possible that new lines are added, I try to set the lines but everything is refresh so the focus come back to the first line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 11:49:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127402#M1364802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T11:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: set_selected_rows problem, nothing is selected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127403#M1364803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just change the order of execution of the methods.&lt;/P&gt;&lt;P&gt;1 then 3 then 2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127403#M1364803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T12:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: set_selected_rows problem, nothing is selected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127404#M1364804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soumyaprakash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already checked that but still doesn't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:06:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127404#M1364804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T12:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: set_selected_rows problem, nothing is selected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127405#M1364805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In PBO of the screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL METHOD mo_alv_grid_edit-&amp;gt;set_selected_rows
EXPORTING
it_index_rows = gi_index_rows .  " Please ensure this have values

CALL METHOD mo_alv_grid_edit-&amp;gt;refresh_table_display. 

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:06:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127405#M1364805</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-09-17T12:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: set_selected_rows problem, nothing is selected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127406#M1364806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and thanks very much to all for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is info in the table that keeps the index, but method doesn't do anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127406#M1364806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T12:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: set_selected_rows problem, nothing is selected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127407#M1364807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As i mentioned whether do you removed soft_refresh from refresh_table_display ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the docu on soft_refresh&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/fr/0a/b5531ed30911d2b467006094192fe3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/fr/0a/b5531ed30911d2b467006094192fe3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:27:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127407#M1364807</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-09-17T12:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: set_selected_rows problem, nothing is selected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127408#M1364808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a reason why you are doing a refresh ? Perhaps you can avoid a refresh and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:30:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127408#M1364808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T12:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: set_selected_rows problem, nothing is selected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127409#M1364809</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;I have already tryed without the "refresh_table_display", but nothing happens the focus goes again to the first line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127409#M1364809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T12:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: set_selected_rows problem, nothing is selected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127410#M1364810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But do the lines remain selected ? If they do , then try passing IS_STABLE to the REFRESH_TABLE_DISPLAY method and see. Pass the row index of the first line that was selected in gi_index_rows by reading the table at index 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:44:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127410#M1364810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T12:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: set_selected_rows problem, nothing is selected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127411#M1364811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the entries remain, but after the refresh they dissappear. I thought that setting this lines again it would work but nothing happens. Indeed, after setting the entries I call again get_selected_rows to be sure that something was done, and it was the entries were selected but nothing is shown in the screen, the focus goes back to the first line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127411#M1364811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T12:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: set_selected_rows problem, nothing is selected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127412#M1364812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But did you try with IS_STABLE parameter ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*   Call the refresh
    DATA ls_stable TYPE lvc_s_stbl.
    ls_stable-row = 'X'.
    ls_stable-col = 'X'.

    CALL METHOD g_grid-&amp;gt;refresh_table_display
      EXPORTING
        is_stable = ls_stable
      EXCEPTIONS
        finished  = 1
        OTHERS    = 2.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the focus will remain on the row and column that you double clicked on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to pass 'X' to the row and col field. Not the index as I had mentioned in my earlier post. Sorry about that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 13:12:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127412#M1364812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T13:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: set_selected_rows problem, nothing is selected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127413#M1364813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Advait, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks very much for all the answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have marked ls_stable-row = 'X'. But nothing happens the line doesn't remain, it always come back to the first line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 13:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127413#M1364813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T13:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: set_selected_rows problem, nothing is selected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127414#M1364814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Advait, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks very much for all the answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have marked ls_stable-row = 'X'. But nothing happens the line doesn't remain, it always come back to the first line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 13:57:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127414#M1364814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T13:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: set_selected_rows problem, nothing is selected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127415#M1364815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks very much to all of you, after hours debugging I have found out that there was anohter refresh so everything was set up again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will give you the maximun points I can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 14:11:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-selected-rows-problem-nothing-is-selected/m-p/6127415#M1364815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T14:11:41Z</dc:date>
    </item>
  </channel>
</rss>

