<?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: Selected rows cellvalues in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-cellvalues/m-p/2017861#M412597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;    For getting the selected rows of an aliv grid &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the method of cl_alv_gui_grid that is get_selected_rows which will given the row id and row number and it provides mulitple rows .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want cell wise value you can use get_selected_cell .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will surely help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Mar 2007 09:07:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-10T09:07:02Z</dc:date>
    <item>
      <title>Selected rows cellvalues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-cellvalues/m-p/2017860#M412596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanto get the value of the selected rows from alv_grid. The solutuin must be just frontend. &lt;/P&gt;&lt;P&gt;I found a good looking method, but its just a protected mehtod:(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very important to handle more than 1 row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The cl_alv_changed_data_protocol don't good for me, because to this event didn't make any changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 11:12:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-cellvalues/m-p/2017860#M412596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T11:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Selected rows cellvalues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-cellvalues/m-p/2017861#M412597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;    For getting the selected rows of an aliv grid &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the method of cl_alv_gui_grid that is get_selected_rows which will given the row id and row number and it provides mulitple rows .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want cell wise value you can use get_selected_cell .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will surely help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 09:07:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-cellvalues/m-p/2017861#M412597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T09:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Selected rows cellvalues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-cellvalues/m-p/2017862#M412598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tr this....&lt;/P&gt;&lt;P&gt;&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;et_row_no = lt_rows_no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the where-used-list of the above method...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also chk BCALV_EDIT_05&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 09:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-cellvalues/m-p/2017862#M412598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T09:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Selected rows cellvalues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-cellvalues/m-p/2017863#M412599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thx for the help, but it doesn't work.&lt;/P&gt;&lt;P&gt;If i wanto set a row selection the get_selected_cell give me back no row values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't need the row_id just the row value.&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 12:50:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-cellvalues/m-p/2017863#M412599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T12:50:50Z</dc:date>
    </item>
  </channel>
</rss>

