<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/3602333#M867669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My problem is...&lt;/P&gt;&lt;P&gt;I have 2 grids,one contains data which is above and the other grid is below without any data.&lt;/P&gt;&lt;P&gt;Now say I have 5 records in my 1st grid. I select the 4th one and push it down to the second grid. As soon as I do that I want my cursor to go to the record which was below this particular record in the 1st grid.&lt;/P&gt;&lt;P&gt;I tried set cursor and that doesn't work...any class or method or so where I can make the cursor to come to the next position in the 1st grid after pushing the record to the 2nd grid?&lt;/P&gt;&lt;P&gt;Please let me know asap....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2008 18:04:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-27T18:04:13Z</dc:date>
    <item>
      <title>ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/3602333#M867669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My problem is...&lt;/P&gt;&lt;P&gt;I have 2 grids,one contains data which is above and the other grid is below without any data.&lt;/P&gt;&lt;P&gt;Now say I have 5 records in my 1st grid. I select the 4th one and push it down to the second grid. As soon as I do that I want my cursor to go to the record which was below this particular record in the 1st grid.&lt;/P&gt;&lt;P&gt;I tried set cursor and that doesn't work...any class or method or so where I can make the cursor to come to the next position in the 1st grid after pushing the record to the 2nd grid?&lt;/P&gt;&lt;P&gt;Please let me know asap....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 18:04:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/3602333#M867669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T18:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/3602334#M867670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if you could do this using the REUSE_ALV* function modules. But if you are using ALV object CL_GUI_ALV_GRID then you could use the following instance methods:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET_CURRENT_CELL_BASE&lt;/P&gt;&lt;P&gt;SET_CURRENT_CELL_ID&lt;/P&gt;&lt;P&gt;SET_CURRENT_CELL_ID2&lt;/P&gt;&lt;P&gt;SET_CURRENT_CELL_ROWPOS_COLID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 18:23:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/3602334#M867670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T18:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/3602335#M867671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the current cell is automatically set and this should be done after refreshing grid 2? Also i hope these are public protected....? Set itself allows the cursor to remain on that? This should be done in the PBO event right? coz what i read was set cursor doesn't work well in PAI...that's y got this doubt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 18:26:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/3602335#M867671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T18:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/3602336#M867672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know which spot would be the most efficient but you could try this in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) In the handler method that moves the line from grid1 to grid2(handle_user_command??)&lt;/P&gt;&lt;P&gt;2) Where you call method refresh_table_display for grid1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 18:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/3602336#M867672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T18:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/3602337#M867673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 19:05:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/3602337#M867673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T19:05:24Z</dc:date>
    </item>
  </channel>
</rss>

