<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2255465#M488265</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

PROCESS BEFORE OUTPUT.

LOOP ......
---
---
ENDLOOP.
---
MODULE scroll_tctrl.
------------------------------------------

MODULE scroll_tctrl OUTPUT.
DATA : l_lines TYPE sy-tabix.
DESCRIBE TABLE itab LINES l_lines.
IF l_lines &amp;lt; sy-loopc.
tctrl-lines = sy-loopc.
ELSE.
tctrl-lines = l_lines.
ENDIF.
ENDMODULE.
where tctrl is your table control.

Or else, simply add few lines to your table control

ex:
MODULE scroll_tctrl OUTPUT.
tctrl-lines = 100.
ENDMODULE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to select both Horizontal and vertical scroll while creating table control usinf Wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 May 2007 12:24:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-25T12:24:58Z</dc:date>
    <item>
      <title>Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2255464#M488264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;             i am moving a internal table values in to a table control. Only 14 records are moving in to the table control and later it is throwing a dump. 14 is the number of records found visible in the table control in the screen.;.e; it is not getting scrolled and taking the values from the internal table. what can i do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 12:22:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2255464#M488264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T12:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2255465#M488265</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

PROCESS BEFORE OUTPUT.

LOOP ......
---
---
ENDLOOP.
---
MODULE scroll_tctrl.
------------------------------------------

MODULE scroll_tctrl OUTPUT.
DATA : l_lines TYPE sy-tabix.
DESCRIBE TABLE itab LINES l_lines.
IF l_lines &amp;lt; sy-loopc.
tctrl-lines = sy-loopc.
ELSE.
tctrl-lines = l_lines.
ENDIF.
ENDMODULE.
where tctrl is your table control.

Or else, simply add few lines to your table control

ex:
MODULE scroll_tctrl OUTPUT.
tctrl-lines = 100.
ENDMODULE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to select both Horizontal and vertical scroll while creating table control usinf Wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 12:24:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2255465#M488265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T12:24:58Z</dc:date>
    </item>
  </channel>
</rss>

