<?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/2152388#M454498</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;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP ......&lt;/P&gt;&lt;P&gt;  ---&lt;/P&gt;&lt;P&gt;  ---&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  ---&lt;/P&gt;&lt;P&gt;   MODULE scroll_tctrl.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE scroll_tctrl OUTPUT.&lt;/P&gt;&lt;P&gt;  DATA : l_lines TYPE sy-tabix.&lt;/P&gt;&lt;P&gt;  DESCRIBE TABLE itab LINES l_lines.&lt;/P&gt;&lt;P&gt;  IF l_lines &amp;lt; sy-loopc.&lt;/P&gt;&lt;P&gt;    tctrl-lines = sy-loopc.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    tctrl-lines = l_lines.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;where tctrl is your table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else, simply add few lines to your table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;MODULE scroll_tctrl OUTPUT.&lt;/P&gt;&lt;P&gt;     tctrl-lines = 100.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2007 16:34:19 GMT</pubDate>
    <dc:creator>aabhas_wilmar</dc:creator>
    <dc:date>2007-04-18T16:34:19Z</dc:date>
    <item>
      <title>Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2152383#M454493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used table control wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using table control to display the data of the internal table. I am getting the data in the table control. But I am unable to scroll table control vertically down, but I can do scroll horizontally it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion how to solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 14:27:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2152383#M454493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T14:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2152384#M454494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to select both Horizontal and vertical scroll while creating table control usinf Wizard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 14:30:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2152384#M454494</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2007-04-18T14:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2152385#M454495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx for ur reply, but now I have already used my table control can u tell me how to get the vertical scroll bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 14:33:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2152385#M454495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T14:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2152386#M454496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to check the code, i believe instead of checking code u can create the table control again using Wizard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 14:35:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2152386#M454496</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2007-04-18T14:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2152387#M454497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this but not sure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MODULE LINES.

MODULE LINES.
  DESCRIBE TABLE ITAB LINES TC-LINES. &amp;lt;" TC is name of table control
ENDMODULE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 14:54:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2152387#M454497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T14:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2152388#M454498</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;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP ......&lt;/P&gt;&lt;P&gt;  ---&lt;/P&gt;&lt;P&gt;  ---&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  ---&lt;/P&gt;&lt;P&gt;   MODULE scroll_tctrl.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE scroll_tctrl OUTPUT.&lt;/P&gt;&lt;P&gt;  DATA : l_lines TYPE sy-tabix.&lt;/P&gt;&lt;P&gt;  DESCRIBE TABLE itab LINES l_lines.&lt;/P&gt;&lt;P&gt;  IF l_lines &amp;lt; sy-loopc.&lt;/P&gt;&lt;P&gt;    tctrl-lines = sy-loopc.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    tctrl-lines = l_lines.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;where tctrl is your table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else, simply add few lines to your table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;MODULE scroll_tctrl OUTPUT.&lt;/P&gt;&lt;P&gt;     tctrl-lines = 100.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 16:34:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2152388#M454498</guid>
      <dc:creator>aabhas_wilmar</dc:creator>
      <dc:date>2007-04-18T16:34:19Z</dc:date>
    </item>
  </channel>
</rss>

