<?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: Cursor in Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-in-table-control/m-p/2175638#M462010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi krish,&lt;/P&gt;&lt;P&gt; To find out in which table control the cursor is there .&lt;/P&gt;&lt;P&gt;Use the following stmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA:tc_name TYPE string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; GET CURSOR AREA tc_name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2007 10:21:42 GMT</pubDate>
    <dc:creator>former_member491305</dc:creator>
    <dc:date>2007-05-07T10:21:42Z</dc:date>
    <item>
      <title>Cursor in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-in-table-control/m-p/2175635#M462007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SDN,&lt;/P&gt;&lt;P&gt; I am using three I/O fields and three table control on a screen.if i scroll the table controls vertically , the screen goes to the top and set the cursor at the first I/O field. i want to capture which table control has been scrolled ?how to capture the field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 05:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-in-table-control/m-p/2175635#M462007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T05:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-in-table-control/m-p/2175636#M462008</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;&amp;lt;u&amp;gt;To Know whether a table control has been scrolled&amp;lt;/u&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Use the variable 'Top_line' of the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u have declared the tablecontrol as below&lt;/P&gt;&lt;P&gt;controls flights type tableview using screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then u can use by 'flights-Top_line'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If the value of the flights-Top_line is changed, then it means that particular tablecontrol was scrolled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Simply maintain three variables for Top_line value of three tabControls , at the end of PBO save the top_line value, At the start of the PAI Check those values if a value was changed then it mean that particular tabcontrl was scroled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4)There are some cases where we will change that variable manually(I Mean by coding) &lt;/P&gt;&lt;P&gt;U can find those particular cases in the below program.&lt;/P&gt;&lt;P&gt;'demo_dynpro_tabcont_loop'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is useful&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Reward if useful&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 08:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-in-table-control/m-p/2175636#M462008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T08:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-in-table-control/m-p/2175637#M462009</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;u have to mention it as solved if ur question is solved. Dont forget. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 10:14:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-in-table-control/m-p/2175637#M462009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T10:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-in-table-control/m-p/2175638#M462010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi krish,&lt;/P&gt;&lt;P&gt; To find out in which table control the cursor is there .&lt;/P&gt;&lt;P&gt;Use the following stmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA:tc_name TYPE string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; GET CURSOR AREA tc_name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 10:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-in-table-control/m-p/2175638#M462010</guid>
      <dc:creator>former_member491305</dc:creator>
      <dc:date>2007-05-07T10:21:42Z</dc:date>
    </item>
  </channel>
</rss>

