<?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 on screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-on-screen/m-p/3039044#M719147</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;/P&gt;&lt;P&gt;      Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    If not F1 is initial..&lt;/P&gt;&lt;P&gt;        Set Cursor on F2.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2007 08:30:17 GMT</pubDate>
    <dc:creator>former_member386202</dc:creator>
    <dc:date>2007-10-29T08:30:17Z</dc:date>
    <item>
      <title>Cursor position on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-on-screen/m-p/3039041#M719144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my screen i have 3fields(This is RF ID). When the user scans th first field&lt;/P&gt;&lt;P&gt;the cursor should automatically move to the next field. This should happend before pressing any key by the User.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mungala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 08:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-on-screen/m-p/3039041#M719144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T08:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor position on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-on-screen/m-p/3039042#M719145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI  Mungala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write this logic in At selection-screen output event." If its Report. &lt;/P&gt;&lt;P&gt;If Module-pool then use " PBO event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If &amp;lt;Field1&amp;gt; is not initial.&lt;/P&gt;&lt;P&gt; Set Cursor on field2.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward me if its helpful.&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 08:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-on-screen/m-p/3039042#M719145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T08:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor position on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-on-screen/m-p/3039043#M719146</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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET CURSOR FIELD 'WA_WORKAREA-COLUMN1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The name WA_WORKAREA-COLUMN1 should be in all-caps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Benedict&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 08:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-on-screen/m-p/3039043#M719146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T08:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor position on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-on-screen/m-p/3039044#M719147</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;/P&gt;&lt;P&gt;      Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    If not F1 is initial..&lt;/P&gt;&lt;P&gt;        Set Cursor on F2.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 08:30:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-on-screen/m-p/3039044#M719147</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2007-10-29T08:30:17Z</dc:date>
    </item>
  </channel>
</rss>

