<?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: table control cursor position in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-cursor-position/m-p/8062994#M1612883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thankyou for all ur help, but my concern is to get rid of manual scrolling.and the editable rows should be on focus at monitor .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Aug 2011 04:26:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-08T04:26:27Z</dc:date>
    <item>
      <title>table control cursor position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-cursor-position/m-p/8062991#M1612880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i had a tabler control with say 50 rows.when i make last few rows editable ,&lt;/P&gt;&lt;P&gt; the cursor reaches the editable rows  but i have to scroll the screen manually.&lt;/P&gt;&lt;P&gt;so i need a command that will scroll the table control to the editable row ,&lt;/P&gt;&lt;P&gt;and i dont have to scroll but to enter the data and save.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 13:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-cursor-position/m-p/8062991#M1612880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-05T13:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: table control cursor position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-cursor-position/m-p/8062992#M1612881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. There's one thing you can do.&lt;/P&gt;&lt;P&gt;If you know where the editable rows are, you can set the table control's fields TOP_LINE accordingly, so if the editable rows begin at line number five, what you can do is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
g_d_tc-top_line = 5.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should position the cursor at line number 5. You just have to figure out, where in your coding you have to do this.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 14:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-cursor-position/m-p/8062992#M1612881</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-08-05T14:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: table control cursor position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-cursor-position/m-p/8062993#M1612882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At PBO you can set the cursor on a specific field of a specific row of a table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET CURSOR FIELD .&lt;/P&gt;&lt;P&gt;if you only want to determine the row of the table control. SY´-SUBRC allows you to check if the cursor is placed in a row of a table control. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Dep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2011 06:32:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-cursor-position/m-p/8062993#M1612882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-06T06:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: table control cursor position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-cursor-position/m-p/8062994#M1612883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thankyou for all ur help, but my concern is to get rid of manual scrolling.and the editable rows should be on focus at monitor .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 04:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-cursor-position/m-p/8062994#M1612883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-08T04:26:27Z</dc:date>
    </item>
  </channel>
</rss>

