<?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: Vertical Scroll Reload on Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-reload-on-table-control/m-p/1134105#M112554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, we tried that as well and it also did nothing.  But thanks again for the suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jan 2006 22:35:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-06T22:35:25Z</dc:date>
    <item>
      <title>Vertical Scroll Reload on Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-reload-on-table-control/m-p/1134099#M112548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I've created a couple table controls in ABAP for a custom transaction that is going to be run through the web portal.  My problem is that the horizontal scroll on the table is handled on the front end, and the vertical scroll is handled in the program.  This means that moving the vertical scroll bar is much slower and not as user friendly as the horizontal one when run on the web (where it has to hit the back end and refresh the screen every time it's moved).  I don't think there is anything I can do about that, but on behalf of my customer I thought I'd check to see if anyone here knows any settings or any way to run vertical scrolling without hitting the abap code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nathan Beeler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2006 18:32:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-reload-on-table-control/m-p/1134099#M112548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-06T18:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Scroll Reload on Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-reload-on-table-control/m-p/1134100#M112549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe OSS Note #636492 will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2006 21:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-reload-on-table-control/m-p/1134100#M112549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-06T21:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Scroll Reload on Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-reload-on-table-control/m-p/1134101#M112550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've had a look at that OSS and it appears that we're past that with our current version (ITS 6.20).  But I wasn't thinking of looking through OSS notes - so that's a good idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2006 21:17:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-reload-on-table-control/m-p/1134101#M112550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-06T21:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Scroll Reload on Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-reload-on-table-control/m-p/1134102#M112551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might also look at the&amp;lt;a href="http://help.sap.com/saphelp_webas630/helpdata/en/24/ef243a84da356be10000000a11402f/plain.htm"&amp;gt;ITS Service Parameters&amp;lt;/a&amp;gt;. I'm thinking of ~AUTOSCROLL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2006 21:22:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-reload-on-table-control/m-p/1134102#M112551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-06T21:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Scroll Reload on Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-reload-on-table-control/m-p/1134103#M112552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Rob.  This didn't seem to effect things in the way that I was hoping, but it was certainly something I wouldn't have known to try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2006 22:01:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-reload-on-table-control/m-p/1134103#M112552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-06T22:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Scroll Reload on Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-reload-on-table-control/m-p/1134104#M112553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The note I mentioned talks about the service parameter ~verticalscroll. They say it's available in 6.20 but I don't think they recommend it. Did you try it? there also seem to be a lot of unreleased notes on the subject of scrolling, so maybe in a future support pack...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2006 22:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-reload-on-table-control/m-p/1134104#M112553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-06T22:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Scroll Reload on Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-reload-on-table-control/m-p/1134105#M112554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, we tried that as well and it also did nothing.  But thanks again for the suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2006 22:35:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-reload-on-table-control/m-p/1134105#M112554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-06T22:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Scroll Reload on Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-reload-on-table-control/m-p/1134106#M112555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Too bad - but if you think about it, it makes sense that scrolling is handled by the transaction. If the screen could be made indefinitely longer, then it could be handled in the browser. But SAP screens are limited in length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2006 22:39:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-reload-on-table-control/m-p/1134106#M112555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-06T22:39:21Z</dc:date>
    </item>
  </channel>
</rss>

