<?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 sequence in ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-sequence-in-alv/m-p/8373431#M1642143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can refer this example &lt;SPAN __jive_macro_name="thread" id="663702"&gt;&lt;/SPAN&gt;. Next time please search yourself for the contents. Almost everything can be solved if we search clearly &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Nov 2011 14:49:37 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2011-11-21T14:49:37Z</dc:date>
    <item>
      <title>selected rows sequence in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-sequence-in-alv/m-p/8373426#M1642138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Fnds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is, Iam displaying output data in ALV. in the output ALV i have 10 rows. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the 10 rows if i select 5 rows(any rows), Example 3,7,1,2,5, Do we have any function module or class to determine the selected row sequence (which one we have selected as first, second and thrid etc.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 11:49:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-sequence-in-alv/m-p/8373426#M1642138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-21T11:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: selected rows sequence in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-sequence-in-alv/m-p/8373427#M1642139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you selecting using the standard alv row(left most box column) selection i dont think so there is any event which triggers when you click it.. Instead you can place a check box in a field and while clicking a row you can trigger an event and maintain the sequence of selected records in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 11:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-sequence-in-alv/m-p/8373427#M1642139</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-11-21T11:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: selected rows sequence in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-sequence-in-alv/m-p/8373428#M1642140</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;Hope you are using SET_TABLE_FOR_FIRST_DISPLAY method. If so, pass 'D' to SEL_MODE field of LAYOUT structure and pass LAYOUT structure to above method. Now, use GET_SELECTED_ROWS method in CL_GUI_ALV_GRID class. The table which you import from ET_INDEX_ROWS parameter will be having row numbers that you selected in the output table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen Inuganti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 12:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-sequence-in-alv/m-p/8373428#M1642140</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2011-11-21T12:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: selected rows sequence in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-sequence-in-alv/m-p/8373429#M1642141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dear Fnds,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; My requirement is, Iam displaying output data in ALV. in the output ALV i have 10 rows. &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; in the 10 rows if i select 5 rows(any rows), Example 3,7,1,2,5, Do we have any function module or class to determine the selected row sequence (which one we have selected as first, second and thrid etc.)&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think you can achieve this thru GET CURSOR statement which will tell you current cursor position. I don`t think you can store it in a internal table to know the sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try, have a look at this document. &lt;A href="http://help.sap.com/saphelp_470/helpdata/en/9f/dbabf135c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_470/helpdata/en/9f/dbabf135c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope, you find this useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reetesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 12:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-sequence-in-alv/m-p/8373429#M1642141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-21T12:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: selected rows sequence in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-sequence-in-alv/m-p/8373430#M1642142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kesav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if i maintain check box, when multitle check boxs are selected, which event i have to use...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 13:04:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-sequence-in-alv/m-p/8373430#M1642142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-21T13:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: selected rows sequence in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-sequence-in-alv/m-p/8373431#M1642143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can refer this example &lt;SPAN __jive_macro_name="thread" id="663702"&gt;&lt;/SPAN&gt;. Next time please search yourself for the contents. Almost everything can be solved if we search clearly &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 14:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selected-rows-sequence-in-alv/m-p/8373431#M1642143</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-11-21T14:49:37Z</dc:date>
    </item>
  </channel>
</rss>

