<?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 GRID CONTROL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/1147996#M116744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Moshe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to call the method of cl_gui_alv_grid class.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;GET_SELECTED_ROWS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jan 2006 12:35:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-09T12:35:35Z</dc:date>
    <item>
      <title>ALV GRID CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/1147992#M116740</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 wanted to ask how to enable multiple selection for table created by Alv grid control ? how to handle the multiple selection ? by which event ? &lt;/P&gt;&lt;P&gt;Also i wanted to ask how to transfer the selected internal table to other screen which too show other alv grid control based on the selection of the first screen ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please send me programs examples and  reference to written material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;moshe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 08:56:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/1147992#M116740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T08:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: ALV GRID CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/1147993#M116741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boker tov&lt;/P&gt;&lt;P&gt;1/ To enable selection you have to give a layout to the method set table for first display&lt;/P&gt;&lt;P&gt;param : IS_LAYOUT&lt;/P&gt;&lt;P&gt;and fill the field&lt;/P&gt;&lt;P&gt;SEL_MODE	LVC_LIBOX	CHAR	1	0	ALV control: SelectionMode&lt;/P&gt;&lt;P&gt;with the value that you can find here&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/ef/a2e9eff88311d2b48d006094192fe3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/ef/a2e9eff88311d2b48d006094192fe3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or check this out :&lt;/P&gt;&lt;P&gt;Selection modes for SEL_MODE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPACE&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same as 'B'&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see 'B'&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default setting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'A'&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column and row selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(see graphic)&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Multiple columns&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Multiple rows&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user selects the rows through pushbuttons at the left border of the grid control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'B'&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple selection, list box&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Multiple columns&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Multiple rows&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'C'&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Multiple selection, list box&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Multiple columns&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Multiple rows&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'D'&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cell selection&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Multiple columns&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Multiple rows&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Any cells&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user selects the rows through pushbuttons at the left border of the grid control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2/ to get selected rows you can use method &lt;/P&gt;&lt;P&gt;GET_SELECTED_ROWS&lt;/P&gt;&lt;P&gt;with these parameters&lt;/P&gt;&lt;P&gt;ET_INDEX_ROWS	Exporting	Type	LVC_T_ROW	                                                                        &lt;/P&gt;&lt;P&gt;ET_ROW_NO	Exporting	Type	LVC_T_ROID	                                                                        &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; 	Indexes of Selected Rows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3/ Use method set table for first display with another internal table that you will fill with selected entries...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4/ dont forget the reward if I did at last help you!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 09:04:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/1147993#M116741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T09:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: ALV GRID CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/1147994#M116742</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;If you pass the mode for selection as 'A'[if not,try 'B'] in layout,then you will get the selection enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data  w_layout  TYPE lvc_s_layo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  w_layout-sel_mode   = 'A'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then pass the layout parameter in method set_table_for_first_display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points by clicking the star on the left of reply,if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 09:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/1147994#M116742</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-01-09T09:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: ALV GRID CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/1147995#M116743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephan !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First thanks for the answer. I want more information of how to get the multi selected row and transfer them to another ALV screen. Can you give me more detail or an example of how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;moshe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 12:27:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/1147995#M116743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T12:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: ALV GRID CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/1147996#M116744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Moshe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to call the method of cl_gui_alv_grid class.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;GET_SELECTED_ROWS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 12:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/1147996#M116744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T12:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: ALV GRID CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/1147997#M116745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: it_rows            TYPE lvc_t_row, 

 CALL METHOD shipto_alv-&amp;gt;get_selected_rows
  IMPORTING et_index_rows = it_rows.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 12:38:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-control/m-p/1147997#M116745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T12:38:30Z</dc:date>
    </item>
  </channel>
</rss>

