<?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 controls problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-problem/m-p/2433278#M544067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;MODULE status_0102 OUTPUT.
* SET PF-STATUS 'xxxxxxxx'.
SET TITLEBAR 'TITLE_102'.
DESCRIBE TABLE lt_trans LINES fill.
tabctrl1-lines = fill.
ENDMODULE. " STATUS_0102 OUTPUT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to that you need to add the lines for the 2nd table control also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;describe table lt_trans2 lines fill2.
tabctrl2-lines = fill2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward usefull answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2007 01:53:09 GMT</pubDate>
    <dc:creator>gopi_narendra</dc:creator>
    <dc:date>2007-06-26T01:53:09Z</dc:date>
    <item>
      <title>Table controls problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-problem/m-p/2433277#M544066</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 a requirement in module pool programming, I need to get two table controls in the same screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added the extra code in set in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE status_0102 OUTPUT.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; SET PF-STATUS 'xxxxxxxx'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  SET TITLEBAR 'TITLE_102'.&lt;/P&gt;&lt;P&gt;  DESCRIBE TABLE lt_trans LINES fill.&lt;/P&gt;&lt;P&gt;  tabctrl1-lines = fill.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " STATUS_0102  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the table control(I user table control wizard for both the table control) in the screen but in one table control the I am not getting the vertical scroll bar can any one tell me how to get the vertical scroll for the other table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the above code is reflecting for one table control only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 01:36:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-problem/m-p/2433277#M544066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T01:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table controls problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-problem/m-p/2433278#M544067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;MODULE status_0102 OUTPUT.
* SET PF-STATUS 'xxxxxxxx'.
SET TITLEBAR 'TITLE_102'.
DESCRIBE TABLE lt_trans LINES fill.
tabctrl1-lines = fill.
ENDMODULE. " STATUS_0102 OUTPUT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to that you need to add the lines for the 2nd table control also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;describe table lt_trans2 lines fill2.
tabctrl2-lines = fill2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward usefull answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 01:53:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-problem/m-p/2433278#M544067</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-06-26T01:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table controls problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-problem/m-p/2433279#M544068</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;Try &lt;/P&gt;&lt;P&gt;tabctrl1-lines = fill &amp;lt;b&amp;gt;+ 100&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 02:11:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-problem/m-p/2433279#M544068</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-06-26T02:11:00Z</dc:date>
    </item>
  </channel>
</rss>

