<?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: automatically scroll down alv report every 10 seconds in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-scroll-down-alv-report-every-10-seconds/m-p/461249#M14447</link>
    <description>&lt;P&gt;Client wants live data on  a big  screen &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Apr 2017 08:28:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-04-17T08:28:06Z</dc:date>
    <item>
      <title>automatically scroll down alv report every 10 seconds</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-scroll-down-alv-report-every-10-seconds/m-p/461243#M14441</link>
      <description>&lt;P&gt;Hi All . My requirement is such that i need to automatically scroll down alv report every 10 seconds and set timer to fetch data every 2 mins minutes . Used Cl_gui_timer to fetch data but is it possible to automatically scroll down without giving any input .&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 09:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-scroll-down-alv-report-every-10-seconds/m-p/461243#M14441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-04-07T09:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: automatically scroll down alv report every 10 seconds</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-scroll-down-alv-report-every-10-seconds/m-p/461244#M14442</link>
      <description>&lt;P&gt;Do you use alv list, or salv, or alv OM, or WDA alv... ? Need a precise answer please.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 11:58:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-scroll-down-alv-report-every-10-seconds/m-p/461244#M14442</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-04-07T11:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: automatically scroll down alv report every 10 seconds</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-scroll-down-alv-report-every-10-seconds/m-p/461245#M14443</link>
      <description>&lt;P&gt;me-&amp;gt;get_data( ) .&lt;/P&gt;&lt;P&gt;I. CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR' IMPORTING e_grid = ob_grid.&lt;/P&gt;&lt;P&gt;CALL METHOD ob_grid-&amp;gt;check_changed_data .&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC&lt;/P&gt;&lt;P&gt;' EXPORTING i_structure_name = 'ZGS_SEWMAT' TABLES t_outtab = me-&amp;gt;gt_final.&lt;/P&gt;&lt;P&gt;me-&amp;gt;ob_timer-&amp;gt;run( ) .&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 09:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-scroll-down-alv-report-every-10-seconds/m-p/461245#M14443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-04-10T09:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: automatically scroll down alv report every 10 seconds</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-scroll-down-alv-report-every-10-seconds/m-p/461246#M14444</link>
      <description>&lt;P&gt;ALV OM because i find using  the gui_timer easy , have used REUSE_ALV_GRID_DISPLAY_LVC for now i can change it based on whichever is feasible .. &lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 09:49:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-scroll-down-alv-report-every-10-seconds/m-p/461246#M14444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-04-10T09:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: automatically scroll down alv report every 10 seconds</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-scroll-down-alv-report-every-10-seconds/m-p/461247#M14445</link>
      <description>&lt;P&gt;Why on Earth do you need this? I get the automatic refresh but scrolling? This must be one of the weirdest questions posted on SCN...&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 17:36:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-scroll-down-alv-report-every-10-seconds/m-p/461247#M14445</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2017-04-11T17:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: automatically scroll down alv report every 10 seconds</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-scroll-down-alv-report-every-10-seconds/m-p/461248#M14446</link>
      <description>&lt;P&gt;Guessing the data keeps going up and the user's want to see the newest data without scrolling themselves... maybe a status board?Reverse the sort and put the new data on top &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 22:43:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-scroll-down-alv-report-every-10-seconds/m-p/461248#M14446</guid>
      <dc:creator>raghug</dc:creator>
      <dc:date>2017-04-11T22:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: automatically scroll down alv report every 10 seconds</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-scroll-down-alv-report-every-10-seconds/m-p/461249#M14447</link>
      <description>&lt;P&gt;Client wants live data on  a big  screen &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 08:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-scroll-down-alv-report-every-10-seconds/m-p/461249#M14447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-04-17T08:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: automatically scroll down alv report every 10 seconds</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-scroll-down-alv-report-every-10-seconds/m-p/461250#M14448</link>
      <description>&lt;P&gt;Actually the list will not cross 70 items but need to keep updating entries within those 70 items &lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 10:38:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-scroll-down-alv-report-every-10-seconds/m-p/461250#M14448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-04-17T10:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: automatically scroll down alv report every 10 seconds</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-scroll-down-alv-report-every-10-seconds/m-p/461251#M14449</link>
      <description>&lt;P&gt;Why 70 items? This is getting curioser and curioser...&lt;/P&gt;&lt;P&gt;Based on the comments, it seems you're trying to implement some kind of live data feed similar to, say, a news agency or a stock exchange. ALV is clearly not the right tool for that. Sorry but this seems like you need a completely different design here.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 18:18:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-scroll-down-alv-report-every-10-seconds/m-p/461251#M14449</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2017-04-17T18:18:39Z</dc:date>
    </item>
  </channel>
</rss>

