<?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: get cursor position in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-position/m-p/1299003#M157766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using SET cursor in PBO, make sure the field name is in upper case. Check sy-subrc after GET cursor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default in table control, after page down, the cursor stays in the first field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jun 2006 17:24:18 GMT</pubDate>
    <dc:creator>sridhar_k1</dc:creator>
    <dc:date>2006-06-08T17:24:18Z</dc:date>
    <item>
      <title>get cursor position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-position/m-p/1298999#M157762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!&lt;/P&gt;&lt;P&gt;i have written a table screen . when i reach the last line of the first page, i need the cursor to stand on the first line of the next page in the first colmun.&lt;/P&gt;&lt;P&gt;i set the &amp;lt;table-control&amp;gt;-top line to 20 ( i have 19 lines per page) and the i use command set cursor &amp;lt;field&amp;gt;&lt;/P&gt;&lt;P&gt;line lines.&lt;/P&gt;&lt;P&gt;after that i use command get cursor &amp;lt;fieldname&amp;gt; line line, and i get empty fields.&lt;/P&gt;&lt;P&gt;whet might be the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;yifat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 07:03:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-position/m-p/1298999#M157762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-08T07:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: get cursor position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-position/m-p/1299000#M157763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i remember, set cursor and get cursor work in reporting, no in module pool&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 16:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-position/m-p/1299000#M157763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-08T16:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: get cursor position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-position/m-p/1299001#M157764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Yifat,&lt;/P&gt;&lt;P&gt;   I think the fields will be visible once you scroll up again.&lt;/P&gt;&lt;P&gt;Refer the program RSDEMO_TABLE_CONTROL to know how they handled cursor positions in table control.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 16:54:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-position/m-p/1299001#M157764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-08T16:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: get cursor position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-position/m-p/1299002#M157765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET CURSOR and GET CURSOR definitly do work in module pool(dynpro) programs.  I have used extensively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 16:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-position/m-p/1299002#M157765</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-06-08T16:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: get cursor position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-position/m-p/1299003#M157766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using SET cursor in PBO, make sure the field name is in upper case. Check sy-subrc after GET cursor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default in table control, after page down, the cursor stays in the first field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 17:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-position/m-p/1299003#M157766</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-06-08T17:24:18Z</dc:date>
    </item>
  </channel>
</rss>

