<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll/m-p/3128303#M743041</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;Go through this link for your reference &lt;STRONG&gt;VERTICAL SCROLL BAR&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbac5135c111d1829f0000e829fbfe/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if usefull to u,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Fareedas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2008 06:39:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-17T06:39:28Z</dc:date>
    <item>
      <title>Table Control - Vertical Scroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll/m-p/3128300#M743038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently Table control displays 4 rows in a module pool program. (I was able to see the vertical scroll for both cases where the data is less and more than 4 rows.) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when the data selected is more than 4 rows&amp;#133;..only first 4 rows of the selected data is getting displayed. I am not able to view the last rows by scrolling the table control (though the vertical scroll is moving up and down)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Table control Layout both Resizing and separators were also marked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I tried out with the following code---&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. (as mentioned in most of the solutions) as shown below but is of no use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE STATUS_0102 OUTPUT.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'PO01'.&lt;/P&gt;&lt;P&gt;  REFRESH CONTROL 'ctrl' FROM SCREEN '102'.&lt;/P&gt;&lt;P&gt;  SET TITLEBAR 'PO01'.&lt;/P&gt;&lt;P&gt;  DESCRIBE TABLE int_rows lines N.&lt;/P&gt;&lt;P&gt;  CTRL-LINES = N.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " STATUS_0102  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know if in case I have done any mistake while implementing this piece of code?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how to enable the scroll(vertical) bar for the table control!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers in this regard would be of great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 13:32:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll/m-p/3128300#M743038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T13:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control - Vertical Scroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll/m-p/3128301#M743039</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;pls go through this link regarding table controls vertical scroll bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="407043"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_470/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_470/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope  usefull to u,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls do reward points&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 4:48 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 16:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll/m-p/3128301#M743039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T16:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control - Vertical Scroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll/m-p/3128302#M743040</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;Use the small piece of code in ur PBO after the data is tranfered to the Table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE &amp;lt;itab&amp;gt; LINES &amp;lt;table control name&amp;gt;-lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will surely work out buddy.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Angi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 11:47:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll/m-p/3128302#M743040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T11:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control - Vertical Scroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll/m-p/3128303#M743041</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;Go through this link for your reference &lt;STRONG&gt;VERTICAL SCROLL BAR&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbac5135c111d1829f0000e829fbfe/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if usefull to u,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Fareedas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 06:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll/m-p/3128303#M743041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T06:39:28Z</dc:date>
    </item>
  </channel>
</rss>

