<?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: Cursor position in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position/m-p/2757349#M641763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seshu &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well , my situation is that , The ALV container is in a dialog screen. I want the cursor to be at the cell which was edited last , rather than running back to the first cell. How to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2007 13:11:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-18T13:11:59Z</dc:date>
    <item>
      <title>Cursor position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position/m-p/2757347#M641761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Every time I enter a value in the Editable ALV field and press enter, the cursor runs back to the first cell .I want the cursor to remain in the present cell after the enter. I am using ALV with objects. &lt;/P&gt;&lt;P&gt;How can this be made possible. &lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 17:00:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position/m-p/2757347#M641761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T17:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position/m-p/2757348#M641762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Krish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you can use set cursor command in order to acheive this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check the documentation and use this in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 17:18:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position/m-p/2757348#M641762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T17:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position/m-p/2757349#M641763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seshu &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well , my situation is that , The ALV container is in a dialog screen. I want the cursor to be at the cell which was edited last , rather than running back to the first cell. How to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 13:11:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position/m-p/2757349#M641763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T13:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position/m-p/2757350#M641764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krish,&lt;/P&gt;&lt;P&gt;  Use the method CL_GUI_ALV_GRID &amp;gt;set_scroll_info_via_id&lt;/P&gt;&lt;P&gt;in the PBO after receiving the scroll info in PAI through the method get_scroll_info_via_id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 13:17:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position/m-p/2757350#M641764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T13:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position/m-p/2757351#M641765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Forst you need to find the Cursor pisition based on your Click, you can use the GET CURSOR &amp;lt;FIELD&amp;gt; to get the cursor position, while you coming back to the you can set the Cursor position using the same field, you can use the SET CURSOR &amp;lt;FIELD&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 13:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position/m-p/2757351#M641765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T13:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position/m-p/2757352#M641766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My output screen is controlled in class , so I am not able to use the SET CURSOR FUNCTIONALITY , is there a method hat allows you tot set the cursor position .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 14:29:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position/m-p/2757352#M641766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T14:29:03Z</dc:date>
    </item>
  </channel>
</rss>

