<?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 Scroll button problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-button-problem/m-p/8325115#M1637551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing one issue in Scroll button. I have created table control using wizard in module pool with the Scroll Button check Box selected. So I am able to get the Scroll button on the screen but the problem is when I have 200 entries on the screen at that time when I drag the Scroll button to the end it go down by 15 entries only so it take too much time to go down till the last entry.&lt;/P&gt;&lt;P&gt;Can any one tell me how to fix this bug......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: MEABAP on Nov 11, 2011 9:16 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Nov 2011 14:50:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-10T14:50:42Z</dc:date>
    <item>
      <title>Scroll button problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-button-problem/m-p/8325115#M1637551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing one issue in Scroll button. I have created table control using wizard in module pool with the Scroll Button check Box selected. So I am able to get the Scroll button on the screen but the problem is when I have 200 entries on the screen at that time when I drag the Scroll button to the end it go down by 15 entries only so it take too much time to go down till the last entry.&lt;/P&gt;&lt;P&gt;Can any one tell me how to fix this bug......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: MEABAP on Nov 11, 2011 9:16 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 14:50:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-button-problem/m-p/8325115#M1637551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-10T14:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll button problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-button-problem/m-p/8325116#M1637552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear meabap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this code (do necessary changes by your own and see the results)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE IT_INSERT_CHANGE_TC_ATTR OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; DESCRIBE TABLE IT_INS LINES IT_INSERT-LINES.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  to activate scroll bar in table&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA  lv_LINES TYPE I.&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE it_ins LINES lv_LINES.&lt;/P&gt;&lt;P&gt;IT_INSERT-LINES = lv_LINES + 0.&lt;/P&gt;&lt;P&gt;IT_INSERT-v_scroll = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; to activate scroll bar in table - end&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                    "IT_INSERT_change_tc_attr OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2011 04:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-button-problem/m-p/8325116#M1637552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-12T04:19:21Z</dc:date>
    </item>
  </channel>
</rss>

