<?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 ALV GRID Selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-selection/m-p/2375926#M526830</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone please tell me how to enable single row selection in &lt;/P&gt;&lt;P&gt;ALV grid? I'm using cl_salv_table to create the ALV grid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2007 05:38:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-12T05:38:35Z</dc:date>
    <item>
      <title>ALV GRID Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-selection/m-p/2375926#M526830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone please tell me how to enable single row selection in &lt;/P&gt;&lt;P&gt;ALV grid? I'm using cl_salv_table to create the ALV grid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 05:38:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-selection/m-p/2375926#M526830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T05:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: ALV GRID Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-selection/m-p/2375927#M526831</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;&amp;lt;b&amp;gt;BCALV_EDIT_04&amp;lt;/b&amp;gt; This report illustrates how to add and remove lines to a table using the ALV Grid Control and how to &lt;/P&gt;&lt;P&gt;implement the saving of the new data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anversha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 05:41:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-selection/m-p/2375927#M526831</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2007-06-12T05:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: ALV GRID Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-selection/m-p/2375928#M526832</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;You can use this class(cl_salv_selections) to set the selection mode. &lt;/P&gt;&lt;P&gt;Different modes are as follows,&lt;/P&gt;&lt;P&gt;IF_SALV_C_SELECTION_MODE-&amp;gt;SINGLE&lt;/P&gt;&lt;P&gt;IF_SALV_C_SELECTION_MODE-&amp;gt;MULTIPLE&lt;/P&gt;&lt;P&gt;IF_SALV_C_SELECTION_MODE-&amp;gt;CELL&lt;/P&gt;&lt;P&gt;IF_SALV_C_SELECTION_MODE-&amp;gt;ROW_COLUMN&lt;/P&gt;&lt;P&gt;IF_SALV_C_SELECTION_MODE-&amp;gt;NONE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the code snippet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: lr_sel TYPE REF TO cl_salv_selections.&lt;/P&gt;&lt;P&gt;lr_sel = gr_table-&amp;gt;get_selections( ).&lt;/P&gt;&lt;P&gt;lr_sel-&amp;gt;set_selection_mode( if_salv_c_selection_mode=&amp;gt;cell ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinodh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 05:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-selection/m-p/2375928#M526832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T05:44:14Z</dc:date>
    </item>
  </channel>
</rss>

