<?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 Problem with Vertical scroll in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vertical-scroll-in-table-control/m-p/2184141#M464848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I am facing a problem with table control in module pool program. currently it displays 6 lines, but it does not display the vertical scroll button, even though when I fill data in the six rows and hit enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set the vertical scroll option on the table control properties also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me by sending some sample code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amit Goyal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2007 11:28:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-25T11:28:26Z</dc:date>
    <item>
      <title>Problem with Vertical scroll in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vertical-scroll-in-table-control/m-p/2184141#M464848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I am facing a problem with table control in module pool program. currently it displays 6 lines, but it does not display the vertical scroll button, even though when I fill data in the six rows and hit enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set the vertical scroll option on the table control properties also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me by sending some sample code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amit Goyal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 11:28:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vertical-scroll-in-table-control/m-p/2184141#M464848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T11:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Vertical scroll in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vertical-scroll-in-table-control/m-p/2184142#M464849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think that the scroll will appear automatically if you exceed the max number of lines that can be displayed in the table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 11:33:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vertical-scroll-in-table-control/m-p/2184142#M464849</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2007-04-25T11:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Vertical scroll in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vertical-scroll-in-table-control/m-p/2184143#M464850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Amit , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    If you have already selected the properties of vertical and horizontal scroll bar then no other operations needed .. if the number of rows increases then that of the table control , you will automatically see the Vertical scroll in your table control ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if still you dont see it then write back ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful !&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 11:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vertical-scroll-in-table-control/m-p/2184143#M464850</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-04-25T11:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Vertical scroll in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vertical-scroll-in-table-control/m-p/2184144#M464851</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;In the PAI , where u r selecting the data in table,hereuse this code&lt;/P&gt;&lt;P&gt;Describe table itab lines n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;set the property of table control &lt;/P&gt;&lt;P&gt;tc-lines = n.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sonika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 11:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vertical-scroll-in-table-control/m-p/2184144#M464851</guid>
      <dc:creator>former_member632991</dc:creator>
      <dc:date>2007-04-25T11:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Vertical scroll in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vertical-scroll-in-table-control/m-p/2184145#M464852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in PBO  do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;describe table itab linesv_lines.&lt;/P&gt;&lt;P&gt;tc-lines = v_lines.        "&amp;lt;----&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;tc is ur table  control&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 11:38:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vertical-scroll-in-table-control/m-p/2184145#M464852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T11:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Vertical scroll in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vertical-scroll-in-table-control/m-p/2184146#M464853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Refer code below.&lt;/P&gt;&lt;P&gt;in pai.&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE T_ZDEMO(here u use ur internal table). LINES N.&lt;/P&gt;&lt;P&gt;TC-LINES = N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Santosh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Santosh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 11:39:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vertical-scroll-in-table-control/m-p/2184146#M464853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T11:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Vertical scroll in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vertical-scroll-in-table-control/m-p/2184147#M464854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help. I added the code in the PAI, but now what is happening is that the code does a scroll but displays same entries. Ideally it should display the new blank lines on scrolling down and filled lines on up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 12:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vertical-scroll-in-table-control/m-p/2184147#M464854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T12:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Vertical scroll in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vertical-scroll-in-table-control/m-p/2184148#M464855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In PAI ,set the property for tablecontrol&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'FETCH'.&lt;/P&gt;&lt;P&gt;select * from mara into table itab.&lt;/P&gt;&lt;P&gt;tbcl-lines = sy-dbcnt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 13:12:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vertical-scroll-in-table-control/m-p/2184148#M464855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T13:12:42Z</dc:date>
    </item>
  </channel>
</rss>

