<?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: Set cursor position in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position/m-p/2405590#M536218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check out this syntax:&lt;/P&gt;&lt;P&gt;1. SET CURSOR FIELD f. &lt;/P&gt;&lt;P&gt;2. SET CURSOR LINE lin. &lt;/P&gt;&lt;P&gt;3. SET CURSOR col lin. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;Sets the cursor dynamically in display (screen program or list). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jul 2007 11:57:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-03T11:57:59Z</dc:date>
    <item>
      <title>Set cursor position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position/m-p/2405589#M536217</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;    In the transaction COIB (creation of serialized assemblies).I need to do the following... Program name  (SAPLCOIB - Standard program in module pool)&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;      After i give the material no and serial no (in serialized assembly) by a barcode scanner, when i press enter i have to call EXPLODE in Application toolbar and my cursor position should come to serial no(in Assigned serialized components).&lt;/P&gt;&lt;P&gt;      After i give all the serial no by a bar code scanner i have to call TRANSFER button.&lt;/P&gt;&lt;P&gt;     After that my cursor should come to serial no ( in Serialized assembly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   can you help me regarding this requirement....&lt;/P&gt;&lt;P&gt;  Urgent please...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Navaneeth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 11:52:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position/m-p/2405589#M536217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T11:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set cursor position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position/m-p/2405590#M536218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check out this syntax:&lt;/P&gt;&lt;P&gt;1. SET CURSOR FIELD f. &lt;/P&gt;&lt;P&gt;2. SET CURSOR LINE lin. &lt;/P&gt;&lt;P&gt;3. SET CURSOR col lin. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;Sets the cursor dynamically in display (screen program or list). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 11:57:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position/m-p/2405590#M536218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T11:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set cursor position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position/m-p/2405591#M536219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Here i have to set the cursor position into the last field in&lt;/P&gt;&lt;P&gt; table control dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Navaneeth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 12:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position/m-p/2405591#M536219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T12:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set cursor position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position/m-p/2405592#M536220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set the codes below :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. SET CURSOR FIELD f.  ---&amp;gt; It will set the cursor at the begining of the field f&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the additions :-  OFFSET off&lt;/P&gt;&lt;P&gt;                                           LINE   lin  (In step loop )&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;Srikanta Gope&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 13:45:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-cursor-position/m-p/2405592#M536220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T13:45:47Z</dc:date>
    </item>
  </channel>
</rss>

