<?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: Regarding Cursor Position in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cursor-position/m-p/4947259#M1153716</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 are trying to set the cursor on a &lt;STRONG&gt;table control&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declara a variables in top include&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : fname type char40.&lt;/P&gt;&lt;P&gt;data lin type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; First in &lt;STRONG&gt;PAI&lt;/STRONG&gt; get the cursor position&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GET CURSOR FIELD FNAM LINE LIN.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in &lt;STRONG&gt;PBO&lt;/STRONG&gt; set the cursor position again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET CURSOR FIELD FNAM LINE LIN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not on a table control just remove addition line from the above code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more info Please go through the F1 help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ramchander krishnamraju on Dec 23, 2008 5:17 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Dec 2008 04:17:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-23T04:17:28Z</dc:date>
    <item>
      <title>Regarding Cursor Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cursor-position/m-p/4947254#M1153711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; How can we set a cursor on same field, like my scenario is when i press Enter after entering the values into the field the cursor is always moving to first field of the current screen. but i want the cursor to be there in the field in which i have pressed enter key to calculate the total. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for ur reply....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------" /&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 10:24:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cursor-position/m-p/4947254#M1153711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T10:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Cursor Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cursor-position/m-p/4947255#M1153712</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;Use &lt;STRONG&gt;SET CURSOR FIELD FIELD_NAME&lt;/STRONG&gt; in PBO&lt;/P&gt;&lt;P&gt;for More info please take F1 help on the above key word&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please search before you post&lt;/STRONG&gt; as this has been answered many a times&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;Ramchander Rao.K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ramchander krishnamraju on Dec 22, 2008 11:28 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 10:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cursor-position/m-p/4947255#M1153712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T10:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Cursor Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cursor-position/m-p/4947256#M1153713</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;&lt;STRONG&gt;search in SCN before posting&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is lot of thread regarding this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[set cursor|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&amp;amp;query=set+cursor&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 11:09:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cursor-position/m-p/4947256#M1153713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T11:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Cursor Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cursor-position/m-p/4947257#M1153714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Use GET CURSOR in PAI where you will find the present status of your cursor position, then after use SET CURSOR in PBO using the same variables used in GET CURSOR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   This will solve your problem 100%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Dont use line variant for GET/SET CURSOR, because it is used for table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vicky M. Khambhati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 12:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cursor-position/m-p/4947257#M1153714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T12:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Cursor Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cursor-position/m-p/4947258#M1153715</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; How can i store the current status of cursor? like if i press enter in one field the cursor shud be there only and when i press enter in another field the cursor shud be there only.. so hw can i store the current field name in which the cursor is ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for ur reply...........&lt;/P&gt;&lt;P&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;Srinath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 12:20:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cursor-position/m-p/4947258#M1153715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T12:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Cursor Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cursor-position/m-p/4947259#M1153716</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 are trying to set the cursor on a &lt;STRONG&gt;table control&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declara a variables in top include&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : fname type char40.&lt;/P&gt;&lt;P&gt;data lin type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; First in &lt;STRONG&gt;PAI&lt;/STRONG&gt; get the cursor position&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GET CURSOR FIELD FNAM LINE LIN.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in &lt;STRONG&gt;PBO&lt;/STRONG&gt; set the cursor position again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET CURSOR FIELD FNAM LINE LIN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not on a table control just remove addition line from the above code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more info Please go through the F1 help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ramchander krishnamraju on Dec 23, 2008 5:17 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 04:17:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cursor-position/m-p/4947259#M1153716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-23T04:17:28Z</dc:date>
    </item>
  </channel>
</rss>

