<?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 - vertical scroll bar - se80 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll-bar-se80/m-p/5603375#M1276945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please add the code as below in the PBO of the screen where there is TABLE CONTROLE SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:$lines  type i.&lt;/P&gt;&lt;P&gt;  tbl1-v_scroll = 'X'.&lt;/P&gt;&lt;P&gt;  DESCRIBE TABLE it_zmmt_mdata LINES $lines.&lt;/P&gt;&lt;P&gt;  tbl1-lines =  $lines + 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will enable the vertical scroll on your Tablecontrole screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murthy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 May 2009 10:37:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-04T10:37:58Z</dc:date>
    <item>
      <title>Table control - vertical scroll bar - se80</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll-bar-se80/m-p/5603374#M1276944</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;Can any one specify how to activate vertical scroll bar in tab control in se80 transaction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;horizontal scroll bar is working but verticalscroll bar is not coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 09:37:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll-bar-se80/m-p/5603374#M1276944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T09:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Table control - vertical scroll bar - se80</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll-bar-se80/m-p/5603375#M1276945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please add the code as below in the PBO of the screen where there is TABLE CONTROLE SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:$lines  type i.&lt;/P&gt;&lt;P&gt;  tbl1-v_scroll = 'X'.&lt;/P&gt;&lt;P&gt;  DESCRIBE TABLE it_zmmt_mdata LINES $lines.&lt;/P&gt;&lt;P&gt;  tbl1-lines =  $lines + 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will enable the vertical scroll on your Tablecontrole screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murthy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 10:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll-bar-se80/m-p/5603375#M1276945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T10:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Table control - vertical scroll bar - se80</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll-bar-se80/m-p/5603376#M1276946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankss Murthy..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if i use this code in PBO,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TC1-V_SCROLL is not defined - error is thrown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TC1 is the table control name of that screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 10:54:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll-bar-se80/m-p/5603376#M1276946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T10:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Table control - vertical scroll bar - se80</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll-bar-se80/m-p/5603377#M1276947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankksss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 04:08:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-vertical-scroll-bar-se80/m-p/5603377#M1276947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T04:08:41Z</dc:date>
    </item>
  </channel>
</rss>

