<?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: How to make a table scrollable using table control? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-table-scrollable-using-table-control/m-p/2862726#M671339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To make the vertical scroll bar active in table control, just write these statements in the PBO module of the screen logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the PBO include these lines &lt;/P&gt;&lt;P&gt;&amp;lt;tabctrlname&amp;gt; is the name of the table control placed on the screen.&lt;/P&gt;&lt;P&gt;it_tabctrl is the internal table data that is being passed to the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;describe table it_tabctrl lines N.
&amp;lt;tabctrlname&amp;gt;-lines = N.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2007 06:16:02 GMT</pubDate>
    <dc:creator>gopi_narendra</dc:creator>
    <dc:date>2007-10-08T06:16:02Z</dc:date>
    <item>
      <title>How to make a table scrollable using table control?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-table-scrollable-using-table-control/m-p/2862724#M671337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     I'm using Table Control wizard to display an output.I have clicked on he Scrollable checkbox.But my table is still not scrolling.Please help me on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 06:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-table-scrollable-using-table-control/m-p/2862724#M671337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T06:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a table scrollable using table control?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-table-scrollable-using-table-control/m-p/2862725#M671338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for this u have to write code..&lt;/P&gt;&lt;P&gt;ITABCTL is the name of the table control&lt;/P&gt;&lt;P&gt;write it in PBO of that screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE SET_LINES OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA VLINES TYPE I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE ITABCTL LINES VLINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABCTL-LINES = VLINES + 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE. " set_lines OUTPUT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 06:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-table-scrollable-using-table-control/m-p/2862725#M671338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T06:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a table scrollable using table control?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-table-scrollable-using-table-control/m-p/2862726#M671339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To make the vertical scroll bar active in table control, just write these statements in the PBO module of the screen logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the PBO include these lines &lt;/P&gt;&lt;P&gt;&amp;lt;tabctrlname&amp;gt; is the name of the table control placed on the screen.&lt;/P&gt;&lt;P&gt;it_tabctrl is the internal table data that is being passed to the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;describe table it_tabctrl lines N.
&amp;lt;tabctrlname&amp;gt;-lines = N.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 06:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-table-scrollable-using-table-control/m-p/2862726#M671339</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-10-08T06:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a table scrollable using table control?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-table-scrollable-using-table-control/m-p/2862727#M671340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Saket,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to loop on your control like:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Declaration of the control&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CONTROLS TABLE_CONTROL TYPE TABLEVIEW USING SCREEN 100.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;In the PBO maka a loop like this (i_table is a table where all the data which you want to display is already selected to)&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;  LOOP AT i_table WITH CONTROL table_control CURSOR&lt;/P&gt;&lt;P&gt;                         table_control-current_line.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PAI you also have to make a loop because otherwise it won't work&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;    loop at i_table.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 10:49:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-table-scrollable-using-table-control/m-p/2862727#M671340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T10:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a table scrollable using table control?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-table-scrollable-using-table-control/m-p/2862728#M671341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;to enable scrolling do this&lt;/P&gt;&lt;P&gt;describe table itab lines N.&lt;/P&gt;&lt;P&gt;(name of ur tablecontrol)-lines = N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 06:35:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-table-scrollable-using-table-control/m-p/2862728#M671341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T06:35:47Z</dc:date>
    </item>
  </channel>
</rss>

