<?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 Vertical scroll Bar in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll-bar/m-p/6934027#M1486258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO of your screen, set the LINES property of the table control to the number of entries in the internal table whici contains the data + 1.&lt;/P&gt;&lt;P&gt;If the internal table is itab and the table control is tab_ctrl then try something like&lt;/P&gt;&lt;P&gt;describe table itab.&lt;/P&gt;&lt;P&gt;tab_ctrl-lines = sy-tfill + 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the module in the PBO event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 May 2010 05:47:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-10T05:47:05Z</dc:date>
    <item>
      <title>Table Control Vertical scroll Bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll-bar/m-p/6934025#M1486256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Experts,&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doing Table control after a long time .. Somehow i am not getting Vertical scroll bar in my table control,  even if i have number of entries  in table control that will need vertical scrolling.   Am i missing something here ? I thought vertical scroll bar comes in by default when you paint a table control on ABAP screen , right ??  &lt;/P&gt;&lt;P&gt;FYI &amp;gt;. We are on  SAP Enterprise 4.7 release ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would appreciate your reply .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 20:16:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll-bar/m-p/6934025#M1486256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T20:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Vertical scroll Bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll-bar/m-p/6934026#M1486257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upgrade your SAPGUI to the latest patch level and see if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 May 2010 02:43:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll-bar/m-p/6934026#M1486257</guid>
      <dc:creator>DavidLY</dc:creator>
      <dc:date>2010-05-08T02:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Vertical scroll Bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll-bar/m-p/6934027#M1486258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO of your screen, set the LINES property of the table control to the number of entries in the internal table whici contains the data + 1.&lt;/P&gt;&lt;P&gt;If the internal table is itab and the table control is tab_ctrl then try something like&lt;/P&gt;&lt;P&gt;describe table itab.&lt;/P&gt;&lt;P&gt;tab_ctrl-lines = sy-tfill + 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the module in the PBO event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 05:47:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll-bar/m-p/6934027#M1486258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-10T05:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Vertical scroll Bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll-bar/m-p/6934028#M1486259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sachin ,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are the MAN ..... Thanks ..  Your solution worked and  i have the vertical scroll bar now .. GREAT ...  Thanks again ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 16:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll-bar/m-p/6934028#M1486259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-11T16:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Vertical scroll Bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll-bar/m-p/6934029#M1486260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let my table control name is VCONTROl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cant't be vcontrol-lines = sy-dbcnt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my PBO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jun 2010 13:15:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll-bar/m-p/6934029#M1486260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-06T13:15:32Z</dc:date>
    </item>
  </channel>
</rss>

