<?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 Mass Update using ALV editable lists in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mass-update-using-alv-editable-lists/m-p/1427054#M204620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will have two ALV editable lists on my screen.  If a user selects a column(s) in the top ALV list and selects rows in the bottom ALV list and selects a custom &amp;#147;Mass Update&amp;#146; button, I want to populate the selected rows in the bottom ALV list with the values entered in the selected column(s) in the top ALV list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get the values in the selected column(s) in the top ALV list so they are available to update the rows in the bottom ALV list?&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Sandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jun 2006 01:03:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-20T01:03:35Z</dc:date>
    <item>
      <title>Mass Update using ALV editable lists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mass-update-using-alv-editable-lists/m-p/1427054#M204620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will have two ALV editable lists on my screen.  If a user selects a column(s) in the top ALV list and selects rows in the bottom ALV list and selects a custom &amp;#147;Mass Update&amp;#146; button, I want to populate the selected rows in the bottom ALV list with the values entered in the selected column(s) in the top ALV list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get the values in the selected column(s) in the top ALV list so they are available to update the rows in the bottom ALV list?&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Sandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 01:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mass-update-using-alv-editable-lists/m-p/1427054#M204620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T01:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Mass Update using ALV editable lists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mass-update-using-alv-editable-lists/m-p/1427055#M204621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandy..&lt;/P&gt;&lt;P&gt;you could use the method GET_SELECTED_ROWS of the class CL_GUI_ALV_GRID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the program BCALV_GRID_07.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark all useful answers..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 01:56:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mass-update-using-alv-editable-lists/m-p/1427055#M204621</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-06-20T01:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mass Update using ALV editable lists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mass-update-using-alv-editable-lists/m-p/1427056#M204622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you have GRID1 and GRID2,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GRID1-&amp;gt;GET_SELECTED_COLUMNS will give you selected columns from the top grid.&lt;/P&gt;&lt;P&gt;GRID20&amp;gt;GET_SELECTED_ROWS will give the selected rows from the bottom grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, you can update the internal table of the second grid from the column selected and do REFRESH_TABLE_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 03:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mass-update-using-alv-editable-lists/m-p/1427056#M204622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T03:47:26Z</dc:date>
    </item>
  </channel>
</rss>

