<?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: classical list in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-list/m-p/1219337#M135779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm not sure, is it really making slow. generally it will be fast only. it doesn't take much time.  may be your server is slow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Mar 2006 08:57:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-24T08:57:48Z</dc:date>
    <item>
      <title>classical list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-list/m-p/1219334#M135776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi abappers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any body tell me how to speed up vertical scrolling in a classical list. is there any local buffer options that i can use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 08:36:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classical-list/m-p/1219334#M135776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T08:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: classical list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-list/m-p/1219335#M135777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do you mean by Spead up, it will be take care automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 08:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classical-list/m-p/1219335#M135777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T08:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: classical list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-list/m-p/1219336#M135778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;each and every scroll ie every click on the down or the up arrow button starts a communication with the Application server in other words the ripples graphics on the right top corner starts to ripple. obviously this takes time,  my question is whether i can do the scrolling without a communication to the server. plz can you hlp me out, if not is there anyway i can work around this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 08:46:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classical-list/m-p/1219336#M135778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T08:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: classical list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-list/m-p/1219337#M135779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm not sure, is it really making slow. generally it will be fast only. it doesn't take much time.  may be your server is slow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 08:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classical-list/m-p/1219337#M135779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T08:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: classical list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-list/m-p/1219338#M135780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi narendiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This is how a normal list&lt;/P&gt;&lt;P&gt;    will work.&lt;/P&gt;&lt;P&gt;   (it will ONLY show data page by page,&lt;/P&gt;&lt;P&gt;   only that much data will be transfered&lt;/P&gt;&lt;P&gt;  from application server to gui)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;b&amp;gt;(this is sap technology to reduce&lt;/P&gt;&lt;P&gt;   network traffic)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. For such thing,&lt;/P&gt;&lt;P&gt;   we should (if possible)&lt;/P&gt;&lt;P&gt;   taken alv GRID (and not alv list)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Alv grid, will fetch data &lt;/P&gt;&lt;P&gt;   only once (ie, when that page is shown first time)&lt;/P&gt;&lt;P&gt;   then if we scroll again, upwards,&lt;/P&gt;&lt;P&gt;  it won't go to application server.&lt;/P&gt;&lt;P&gt; (alv grid stores data in memory of local computer,&lt;/P&gt;&lt;P&gt;  once it gets the data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 09:03:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classical-list/m-p/1219338#M135780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T09:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: classical list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-list/m-p/1219339#M135781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot man&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 09:17:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classical-list/m-p/1219339#M135781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T09:17:28Z</dc:date>
    </item>
  </channel>
</rss>

