<?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 Problem setting cursor in table control. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-setting-cursor-in-table-control/m-p/5846496#M1318932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;I am using a find button for table items in my program. When user enters a value, the cursor goes to that row. It's working fine as far as that row is visible in table. If it lies below, the table isnt scrolled down. When I checked the syntax for SET CURSOR, it says the tab cntrl is scrolled dwn if that row isnt on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sumit Nene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2009 06:48:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-06T06:48:08Z</dc:date>
    <item>
      <title>Problem setting cursor in table control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-setting-cursor-in-table-control/m-p/5846496#M1318932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;I am using a find button for table items in my program. When user enters a value, the cursor goes to that row. It's working fine as far as that row is visible in table. If it lies below, the table isnt scrolled down. When I checked the syntax for SET CURSOR, it says the tab cntrl is scrolled dwn if that row isnt on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sumit Nene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 06:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-setting-cursor-in-table-control/m-p/5846496#M1318932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T06:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem setting cursor in table control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-setting-cursor-in-table-control/m-p/5846497#M1318933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use parameter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TC-TOP_LINE To set your desire line on top inplace of set cusror&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alpesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 08:14:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-setting-cursor-in-table-control/m-p/5846497#M1318933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T08:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem setting cursor in table control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-setting-cursor-in-table-control/m-p/5846498#M1318934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@alpesh,&lt;/P&gt;&lt;P&gt;I tried it, replacing the set cursor statement with -&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;tab_cntl-top_line = rec_index. " this is the variable i've stored my row number in.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But nothing's happening. &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;Sumit Nene.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sumit Nene on Jul 6, 2009 1:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 11:07:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-setting-cursor-in-table-control/m-p/5846498#M1318934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T11:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem setting cursor in table control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-setting-cursor-in-table-control/m-p/5846499#M1318935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sumit Nene &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop At itab with tc...... Endloop&lt;/P&gt;&lt;P&gt;Will run only for the Visible rows in the TC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So , Let run another loop for itab.&lt;/P&gt;&lt;P&gt;this will for all the rows in itab. Find the row To get the found row in PBO use SELColumn .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you get some IDEA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pramoth CG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 07:50:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-setting-cursor-in-table-control/m-p/5846499#M1318935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-07T07:50:07Z</dc:date>
    </item>
  </channel>
</rss>

