<?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: How to move the cursor dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-move-the-cursor-dynamically/m-p/2723549#M631925</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;You can use SET cursor for positioning the cursor dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Aug 2007 08:02:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-15T08:02:14Z</dc:date>
    <item>
      <title>How to move the cursor dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-move-the-cursor-dynamically/m-p/2723548#M631924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         I want to move the cursor  in the output list.  According to the cursor movment I want the output order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         Normally cursor will move   -&lt;/P&gt;&lt;HR originaltext="--------------" /&gt;&lt;P&gt; when first line completes  then only it will go to next line. after that same process but for  me  I want to move  the cursor position from 40 th line to 2nd line or anywhere. Please explain me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 04:45:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-move-the-cursor-dynamically/m-p/2723548#M631924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T04:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to move the cursor dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-move-the-cursor-dynamically/m-p/2723549#M631925</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;You can use SET cursor for positioning the cursor dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 08:02:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-move-the-cursor-dynamically/m-p/2723549#M631925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T08:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to move the cursor dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-move-the-cursor-dynamically/m-p/2723550#M631926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET CURSOR LINE line  ( give line number here ) OFFSET offset ( give the position here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward points for helpful ans's&lt;/P&gt;&lt;P&gt;kiran.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 08:07:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-move-the-cursor-dynamically/m-p/2723550#M631926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T08:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to move the cursor dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-move-the-cursor-dynamically/m-p/2723551#M631927</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;     Thank u,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;     SET cursor is used to put the cursor on the selection screen. but what my requirement is I want to display the all contents of internal table into he colum wise. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;normally we will print like this   f1  f2  f3 ....one row shows one record.&lt;/P&gt;&lt;P&gt;but for me output is.&lt;/P&gt;&lt;P&gt;                               f1&lt;/P&gt;&lt;P&gt;                               f2&lt;/P&gt;&lt;P&gt;                               f3&lt;/P&gt;&lt;P&gt;                                 .&lt;/P&gt;&lt;P&gt;                                  .  one colum will show one record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 08:10:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-move-the-cursor-dynamically/m-p/2723551#M631927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T08:10:49Z</dc:date>
    </item>
  </channel>
</rss>

