<?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: Vertical scrollbar in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrollbar/m-p/2551584#M581077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;VAsudevan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your row_size/record size exceeds your tablecontrol size, a vertical/horzontol scroll bars will occur automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Jothi.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2007 06:11:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-16T06:11:35Z</dc:date>
    <item>
      <title>Vertical scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrollbar/m-p/2551581#M581074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to give vertical scrollbar in table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 06:01:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrollbar/m-p/2551581#M581074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T06:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrollbar/m-p/2551582#M581075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;g_tc_ph_lines is the table control name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  g_tc_ph_lines = 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so that it willcreate a scrollbar automatically.&lt;/P&gt;&lt;P&gt;Reward points if usefull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 06:02:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrollbar/m-p/2551582#M581075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T06:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrollbar/m-p/2551583#M581076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u want a vertical screoll bar in table control always fill the the lines field with the no:of records in the internal table.&lt;/P&gt;&lt;P&gt;Ex: tc is ur table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then if the vale of  tc-lines is greater than zero then alwys a vertical scrool bar will appear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 06:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrollbar/m-p/2551583#M581076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T06:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrollbar/m-p/2551584#M581077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;VAsudevan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your row_size/record size exceeds your tablecontrol size, a vertical/horzontol scroll bars will occur automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Jothi.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 06:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrollbar/m-p/2551584#M581077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T06:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrollbar/m-p/2551585#M581078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in order to get the vertical scroll bar you just need to write the code below in your PBO of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : N type I.&lt;/P&gt;&lt;P&gt;&amp;lt;itab is the internal table being passed to the table control&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tabctrl&amp;gt; is the name of the table control being created on your screen.&lt;/P&gt;&lt;P&gt;describe table itab lines N.&lt;/P&gt;&lt;P&gt;&amp;lt;tabctrl&amp;gt;-lines = N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will dynamically change the number of lines of the table control. If you hardcode it only that many number of lines will be displayed in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 06:13:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrollbar/m-p/2551585#M581078</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-07-16T06:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrollbar/m-p/2551586#M581079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;before that creat module in flow logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use describe table itab.&lt;/P&gt;&lt;P&gt;and tc(tabcntrol name)-lines = sy-tfill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 06:16:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrollbar/m-p/2551586#M581079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T06:16:19Z</dc:date>
    </item>
  </channel>
</rss>

