<?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 controll vertical scroll not comming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972130#M398784</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;DATA : N TYPE I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the following code in PBO&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DESCRIBE TABLE TCONTROL LINES N. &lt;/P&gt;&lt;P&gt;TCONTROL-lines = N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Feb 2007 13:40:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-23T13:40:00Z</dc:date>
    <item>
      <title>Table controll vertical scroll not comming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972122#M398776</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;I have created Table Control using table control wizard, but I am not getting the vertical scroll in the table control.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have another requirement only 20 entries should be allowed in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramu N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 09:20:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972122#M398776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T09:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table controll vertical scroll not comming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972123#M398777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ramu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this out&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/dialog/tabcontrol/tc_basic.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/dialog/tabcontrol/tc_basic.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 09:21:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972123#M398777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T09:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table controll vertical scroll not comming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972124#M398778</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;In PBO of the screen give the describe stmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MODULE STATUS_0100 OUTPUT.
  SET PF-STATUS 'STATUS_0100'.
*  SET TITLEBAR 'xxx'.
  DESCRIBE TABLE IT_TC01 LINES TC-LINES.

ENDMODULE.                 " STATUS_0100  OUTPUT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 09:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972124#M398778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T09:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table controll vertical scroll not comming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972125#M398779</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 defining the table control lines in PBO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT. &lt;/P&gt;&lt;P&gt;ZTR0300-CURRENT_LINE = 100. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sipra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 09:26:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972125#M398779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T09:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table controll vertical scroll not comming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972126#M398780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Check whether you have selected the vertical resizing option in the attributes of the screen painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Reward if it helps&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 09:27:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972126#M398780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T09:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table controll vertical scroll not comming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972127#M398781</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;In PBO, just use the below code but make only 20 entries in enable mode using loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  t_ctrl-lines = 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jayanthi Jayaraman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 09:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972127#M398781</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-02-23T09:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Table controll vertical scroll not comming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972128#M398782</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;Have u created TC through wizard or manually??&lt;/P&gt;&lt;P&gt;If through wizard there is a perform for scrolling jus&lt;/P&gt;&lt;P&gt;check its not commented one more thing it only &lt;/P&gt;&lt;P&gt;appears when the TC has more records and if u have&lt;/P&gt;&lt;P&gt;created manually u have to write the proper code for&lt;/P&gt;&lt;P&gt;it like this-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: I TYPE I,&lt;/P&gt;&lt;P&gt;        J TYPE I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'P--'. tc_9000-current_LINE = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN 'P-'.&lt;/P&gt;&lt;P&gt;      tc_9000-TOP_LINE = tc_9000-TOP_LINE - LINE_COUNT.&lt;/P&gt;&lt;P&gt;      IF tc_9000-TOP_LINE LE 0. tc_9000-TOP_LINE = 1. ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN 'P+'.&lt;/P&gt;&lt;P&gt;      I = tc_9000-TOP_LINE + LINE_COUNT.&lt;/P&gt;&lt;P&gt;      J = tc_9000-LINES - LINE_COUNT + 1.&lt;/P&gt;&lt;P&gt;      IF J LE 0. J = 1. ENDIF.&lt;/P&gt;&lt;P&gt;      IF I LE J.&lt;/P&gt;&lt;P&gt;        tc_9000-TOP_LINE = I.&lt;/P&gt;&lt;P&gt;      ELSE.&lt;/P&gt;&lt;P&gt;        tc_9000-TOP_LINE = J.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN 'P++'.&lt;/P&gt;&lt;P&gt;      tc_9000-TOP_LINE = tc_9000-LINES - LINE_COUNT + 1.&lt;/P&gt;&lt;P&gt;      IF tc_9000-TOP_LINE LE 0. tc_9000-TOP_LINE = 1. ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps u.&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Seema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 10:04:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972128#M398782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T10:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Table controll vertical scroll not comming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972129#M398783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created using Wizard there I am getting an option for scroll when I checked it is giving an error. So I have checked the scroll. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried your code still i am not get the vertical scroll. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramu N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 10:58:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972129#M398783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T10:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table controll vertical scroll not comming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972130#M398784</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;DATA : N TYPE I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the following code in PBO&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DESCRIBE TABLE TCONTROL LINES N. &lt;/P&gt;&lt;P&gt;TCONTROL-lines = N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 13:40:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972130#M398784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T13:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table controll vertical scroll not comming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972131#M398785</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 also faced the same problem in table control with wizard.&lt;/P&gt;&lt;P&gt;Then i got the solution for it.&lt;/P&gt;&lt;P&gt;Whenver u create  tbcl with wizard, the system genrates a program in which there is a select statement.&lt;/P&gt;&lt;P&gt;If there is a where condition to that select statement then vertical scroliing is disabled, but if ther is no where condiditon then vertical scrolling is displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 09:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controll-vertical-scroll-not-comming/m-p/1972131#M398785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T09:00:23Z</dc:date>
    </item>
  </channel>
</rss>

