<?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: TableControl Scrollbar in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tablecontrol-scrollbar/m-p/3549287#M853917</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the option "control table (med. wizard) on the screen painter. &lt;/P&gt;&lt;P&gt;it's more easy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2008 15:42:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-02T15:42:01Z</dc:date>
    <item>
      <title>TableControl Scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tablecontrol-scrollbar/m-p/3549286#M853916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi people!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a short question. How do I make the horizontal scrollbar work when using a TableControl in a DynPro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an internal table (itab) which contains 58 entries but only the first 25 are displayed (due ti screen limitations) in the table control. When I click on the scrollbar, nothing happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 15:32:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tablecontrol-scrollbar/m-p/3549286#M853916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T15:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: TableControl Scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tablecontrol-scrollbar/m-p/3549287#M853917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the option "control table (med. wizard) on the screen painter. &lt;/P&gt;&lt;P&gt;it's more easy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 15:42:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tablecontrol-scrollbar/m-p/3549287#M853917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T15:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: TableControl Scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tablecontrol-scrollbar/m-p/3549288#M853918</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;You can remove the scroll bar in the table control by switching off horizontal and vertical scrolling in the properties of the table control. The properties can be accessed from the screen painter by double clicking on the table control. Regarding the page up and page down functions, I believe you add those buttons in the screen layout and code for them. You can use the standard function code for the page up and page down functions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get rid of the vertical scroll bars by not setting table control lines. This way the user can only see the visible lines of the table control. As for the horizontal scrollbar, just make sure that your table control doesn't contain too many fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From [http://sap.ittoolbox.com/documents/popular-q-and-a/scroll-bars-in-table-control-2442]&lt;/P&gt;&lt;P&gt;Reward points if usefull &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Fareedas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Fareeda Tabassum S on Apr 16, 2008 5:33 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 12:03:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tablecontrol-scrollbar/m-p/3549288#M853918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T12:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: TableControl Scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tablecontrol-scrollbar/m-p/3549289#M853919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just u initalize the some records in internal table.&lt;/P&gt;&lt;P&gt;like sy-tfill = 30. (records)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 12:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tablecontrol-scrollbar/m-p/3549289#M853919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T12:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: TableControl Scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tablecontrol-scrollbar/m-p/3549290#M853920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to set the table control lines at the PBO,then the scroll bar will come automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Module describe.&lt;/STRONG&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;STRONG&gt;Module Describe.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Describe table &amp;lt;ITAB&amp;gt; lines &amp;lt;tbctrl&amp;gt;-lines.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;endmodule.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here&lt;/P&gt;&lt;P&gt;&amp;lt;ITAB&amp;gt; -internal table used for populating table control.&lt;/P&gt;&lt;P&gt;&amp;lt;tbctrl&amp;gt;- name of table control&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 12:49:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tablecontrol-scrollbar/m-p/3549290#M853920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T12:49:01Z</dc:date>
    </item>
  </channel>
</rss>

