<?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: Scroll down function retreiving data again in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-down-function-retreiving-data-again/m-p/6492096#M1420464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for  your response.I will check the solutions suggested by you guys and  come back in case of any doubt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jan 2010 06:45:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-12T06:45:11Z</dc:date>
    <item>
      <title>Scroll down function retreiving data again</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-down-function-retreiving-data-again/m-p/6492093#M1420461</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 a screen in which there is a table is there.The table is to be poulated by default when&lt;/P&gt;&lt;P&gt;the screen is opened.So i put my selection logic in PBO and it is retrieving data and showing &lt;/P&gt;&lt;P&gt;when the screen is opened. But the problem is when i scroll down or up the table again it&lt;/P&gt;&lt;P&gt;is retreving data.How can i avoid this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 03:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-down-function-retreiving-data-again/m-p/6492093#M1420461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-12T03:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll down function retreiving data again</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-down-function-retreiving-data-again/m-p/6492094#M1420462</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;PRE&gt;&lt;CODE&gt;If you are appending data you can use REFRESH Key word .

or check this one.
in top include
data : first_time.

in PBO.

if first_time is initial. " this allows only first time data selection
first_time = 'X'.  " for second time it skips selecting data when scroll up or down

" Now you can select the data in to Internal Table

endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheerz&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 04:05:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-down-function-retreiving-data-again/m-p/6492094#M1420462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-12T04:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll down function retreiving data again</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-down-function-retreiving-data-again/m-p/6492095#M1420463</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;Scrolling triggers the PAI and the code that you have written in your there is executed everytime you scroll up or down.&lt;/P&gt;&lt;P&gt;One easy way out is to restrict all your code within proper function codes so that it doesnt execute when you scroll. When you scroll (the sy-ucomm is space). So see to it that no code executes on scrolling by properly restricting them within their respective sy-ucomm values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 05:12:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-down-function-retreiving-data-again/m-p/6492095#M1420463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-12T05:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll down function retreiving data again</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-down-function-retreiving-data-again/m-p/6492096#M1420464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for  your response.I will check the solutions suggested by you guys and  come back in case of any doubt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 06:45:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-down-function-retreiving-data-again/m-p/6492096#M1420464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-12T06:45:11Z</dc:date>
    </item>
  </channel>
</rss>

