<?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: alv selected rows problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selected-rows-problem/m-p/4120032#M984969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  REFRESH: selected_rows.&lt;/P&gt;&lt;P&gt;  CALL METHOD grid-&amp;gt;get_selected_rows&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;et_index_rows&lt;/STRONG&gt; = selected_rows.&lt;/P&gt;&lt;P&gt;this will solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jul 2008 03:24:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-04T03:24:09Z</dc:date>
    <item>
      <title>alv selected rows problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selected-rows-problem/m-p/4120030#M984967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus i use this method to get the selected rows from an alv&lt;/P&gt;&lt;P&gt;CALL METHOD g_grid-&amp;gt;get_selected_rows&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      et_row_no = sel_rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i do it for the first time everything is ok, but if i pres the back button and i want to select any set of rows again it doesnt work  the method  g_grid-&amp;gt;get_selected_rows get 0 rows , what should i do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 00:25:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selected-rows-problem/m-p/4120030#M984967</guid>
      <dc:creator>alejandro_romero2</dc:creator>
      <dc:date>2008-07-04T00:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: alv selected rows problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selected-rows-problem/m-p/4120031#M984968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Snapshot of your coding would help here but I am assuming you are calling a second ALV screen after selecting a row in the first ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if you are using a different instance of g_grid i.e. g_grid1 &amp;amp; g_grid2 this will enable you to select the rows back again when you go back to the first ALV.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 01:06:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selected-rows-problem/m-p/4120031#M984968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T01:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: alv selected rows problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selected-rows-problem/m-p/4120032#M984969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  REFRESH: selected_rows.&lt;/P&gt;&lt;P&gt;  CALL METHOD grid-&amp;gt;get_selected_rows&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;et_index_rows&lt;/STRONG&gt; = selected_rows.&lt;/P&gt;&lt;P&gt;this will solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 03:24:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selected-rows-problem/m-p/4120032#M984969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T03:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: alv selected rows problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selected-rows-problem/m-p/4120033#M984970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks i solve the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 15:07:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selected-rows-problem/m-p/4120033#M984970</guid>
      <dc:creator>alejandro_romero2</dc:creator>
      <dc:date>2008-08-04T15:07:56Z</dc:date>
    </item>
  </channel>
</rss>

