<?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 Scrolling in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling/m-p/4212417#M1006611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ittoolbox.com/documents/popular-q-and-a/vertical-scroll-bar-in-table-2212" target="test_blank"&gt;http://sap.ittoolbox.com/documents/popular-q-and-a/vertical-scroll-bar-in-table-2212&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/ab031.htm" target="test_blank"&gt;http://www.sap-img.com/ab031.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2008 15:15:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-17T15:15:11Z</dc:date>
    <item>
      <title>Table Control Scrolling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling/m-p/4212416#M1006610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;I have used the table wizard within Screen Painter to build a table control on my screen and SAP generated all the code nicely however I can't remember if I choose to the option to allow scrolling. My table control on the screen has sliders on the sides and bottom and has the page down/up buttons at the bottom as delivered by the wizard however my table does not scroll when the initial 20 entries are displayed. Can somebody advise to check whether scrolling is enabled in my control and if it's not how to add it in?&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 14:35:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling/m-p/4212416#M1006610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T14:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Scrolling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling/m-p/4212417#M1006611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ittoolbox.com/documents/popular-q-and-a/vertical-scroll-bar-in-table-2212" target="test_blank"&gt;http://sap.ittoolbox.com/documents/popular-q-and-a/vertical-scroll-bar-in-table-2212&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/ab031.htm" target="test_blank"&gt;http://www.sap-img.com/ab031.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 15:15:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling/m-p/4212417#M1006611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T15:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Scrolling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling/m-p/4212418#M1006612</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;&lt;/P&gt;&lt;P&gt;In your program add the following lines and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: N_LINES TYPE I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE ITAB LINES N_LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE_CONTROL-LINES = N_LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Now it will show the Vertical Scrollbar for the table control. )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 09:21:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling/m-p/4212418#M1006612</guid>
      <dc:creator>former_member787646</dc:creator>
      <dc:date>2008-07-21T09:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Scrolling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling/m-p/4212419#M1006613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do using the scroll option in the table control&lt;/P&gt;&lt;P&gt;assume that TC is your table control name, you defined using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLS : TC  TYPE TABLEVIEW USING SCREEN 100,  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using that we can set , V_SCROLL is the parameter inside the TC, here you can set the option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TC-V_SCROLL = 'X'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 11:45:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling/m-p/4212419#M1006613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-21T11:45:40Z</dc:date>
    </item>
  </channel>
</rss>

