<?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 cursor Problem in ALV!!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-problem-in-alv/m-p/4398933#M1045738</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;We have a concern in ALV report. We have placed an expand button in the output. When we expand the button, the cursor is moving to the starting position of the list. But we want the cursor to be in the same position where the button lies? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we achieve this functionality?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Sep 2008 11:17:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-02T11:17:00Z</dc:date>
    <item>
      <title>cursor Problem in ALV!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-problem-in-alv/m-p/4398933#M1045738</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;We have a concern in ALV report. We have placed an expand button in the output. When we expand the button, the cursor is moving to the starting position of the list. But we want the cursor to be in the same position where the button lies? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we achieve this functionality?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 11:17:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-problem-in-alv/m-p/4398933#M1045738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-02T11:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: cursor Problem in ALV!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-problem-in-alv/m-p/4398934#M1045739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try This code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: E_ROW TYPE I,
        E_VALUE TYPE C,
        E_COL TYPE I,
        ES_ROW_ID TYPE LVC_S_ROW,
        ES_COL_ID TYPE LVC_S_COL,
        ES_ROW_NO TYPE LVC_S_ROID.
 
  CALL METHOD GRID1-&amp;gt;GET_CURRENT_CELL
  IMPORTING
  E_ROW = E_ROW
  E_VALUE = E_VALUE
  E_COL = E_COL
  ES_ROW_ID = ES_ROW_ID
  ES_COL_ID = ES_COL_ID
  ES_ROW_NO = ES_ROW_NO.
 
  ES_COL_ID = 'MENGE'.
 
  IF E_VALUE NE SPACE AND W_ERROR EQ SPACE.
    CALL METHOD GRID1-&amp;gt;SET_CURRENT_CELL_VIA_ID
    EXPORTING
    IS_ROW_ID = ES_ROW_ID
    IS_COLUMN_ID = ES_COL_ID.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Maharshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 06:47:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-problem-in-alv/m-p/4398934#M1045739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-15T06:47:05Z</dc:date>
    </item>
  </channel>
</rss>

