<?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: Scroll up in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-up-in-table-control/m-p/9582663#M1756619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Arun,&amp;nbsp; That worked perfectly.&amp;nbsp; Much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jul 2013 12:46:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-07-10T12:46:45Z</dc:date>
    <item>
      <title>Scroll up in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-up-in-table-control/m-p/9582658#M1756614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my dialog program I have screen 50 and screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen 50 is a table control with radio buttons in one of the fields. Every row has a key.&lt;/P&gt;&lt;P&gt;So when the user hits the radio button on 'lets says' row 10 which has key 57&amp;nbsp; than in screen 100 it will show a table with all the cost centers for that key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is this:&amp;nbsp; Lets say that key 57 has 30 cost centers and in screen 100 the users scrolls down to see that the last cost center.&amp;nbsp; Now he backs out to screen 50 and hits key 34 which only has 3 cost centers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen 100 now shows the table with the scroller al the way down and no cost centers are displayed.&amp;nbsp; If the user knows to scroll back up there is no problem and he will see the 3 cost centers.&amp;nbsp; But not all users are that smart and I want to display key 34 with the scroller al the way up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SET &lt;SPAN class="L0S52"&gt;CURSOR &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'GS_RO_DETAIL-KOSTL' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;LINE &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp; will not do the trick&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Can anyone point me in the right dirction.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Thanks&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;J&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 21:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-up-in-table-control/m-p/9582658#M1756614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-09T21:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll up in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-up-in-table-control/m-p/9582659#M1756615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check 'Hold Scroll position' in settings section of Attributes tab of screen 100. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 11:14:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-up-in-table-control/m-p/9582659#M1756615</guid>
      <dc:creator>former_member784222</dc:creator>
      <dc:date>2013-07-10T11:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll up in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-up-in-table-control/m-p/9582660#M1756616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is due to the un matched table control lines.&lt;/P&gt;&lt;P&gt;the problem can be resolved as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the screen 100&amp;nbsp; in PBO&amp;nbsp; describe the internal table to get the no of lines in the internal table that you want to display and assign the number of lines in to the table control lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this issue will be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: wrk_line_count type i length 3. "as per records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE it_1000 LINES wrk_line_count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"assume your table control name is "TCTRL_1000".&lt;/P&gt;&lt;P&gt;TCTRL_1000-lines = wrk_line_count.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 12:11:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-up-in-table-control/m-p/9582660#M1756616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-10T12:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll up in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-up-in-table-control/m-p/9582661#M1756617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Devnand and Chandramouli, I have tried both your solutions but no effect.&amp;nbsp; Devavand's solution was already in the code.&amp;nbsp; Thank you for your replies.&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 12:21:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-up-in-table-control/m-p/9582661#M1756617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-10T12:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll up in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-up-in-table-control/m-p/9582662#M1756618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jan Ackerman,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Before calling screen 100 from screen 50 write the following statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; describe &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;table ITAB&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;. "&lt;STRONG&gt;ITAB is the internal table mapped with TC in screen 100&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S55"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tc_100&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;lines &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;tfill&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;"&lt;STRONG&gt;TC_100 is the table control name of screen 100&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tc_100-top_line &lt;SPAN class="L0S55"&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tc_100&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;current_line &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S55"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; call screen 100.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 12:29:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-up-in-table-control/m-p/9582662#M1756618</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2013-07-10T12:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll up in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-up-in-table-control/m-p/9582663#M1756619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Arun,&amp;nbsp; That worked perfectly.&amp;nbsp; Much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 12:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-up-in-table-control/m-p/9582663#M1756619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-10T12:46:45Z</dc:date>
    </item>
  </channel>
</rss>

