<?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 Automatic refresh in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-refresh/m-p/7038136#M1500307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created cockpit which shows me actual data in tabstrips in ALV list and other data on the screen after doubleclick. &lt;/P&gt;&lt;P&gt;Additionally I would like to create some kind of automatic list refresh, i.e. everty 2 minutes code with selection should be triggered and selected data should be passed back to program and displayed in ALV. Is it possible in ABAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's possibe I have one more question, is it possible to check how long user hasn't done any operation in SAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Bartek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 May 2010 11:44:52 GMT</pubDate>
    <dc:creator>bartlomiej_lach</dc:creator>
    <dc:date>2010-05-31T11:44:52Z</dc:date>
    <item>
      <title>Automatic refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-refresh/m-p/7038136#M1500307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created cockpit which shows me actual data in tabstrips in ALV list and other data on the screen after doubleclick. &lt;/P&gt;&lt;P&gt;Additionally I would like to create some kind of automatic list refresh, i.e. everty 2 minutes code with selection should be triggered and selected data should be passed back to program and displayed in ALV. Is it possible in ABAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's possibe I have one more question, is it possible to check how long user hasn't done any operation in SAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Bartek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 11:44:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-refresh/m-p/7038136#M1500307</guid>
      <dc:creator>bartlomiej_lach</dc:creator>
      <dc:date>2010-05-31T11:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-refresh/m-p/7038137#M1500308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bartlomiej,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can try something like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
LOOP.
  WAIT UP TO 120 SECONDS.
  &amp;lt;your refresh code&amp;gt;
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I remember, WAIT implies a rollout and rollin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Hubert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 12:04:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-refresh/m-p/7038137#M1500308</guid>
      <dc:creator>hubert_heitzer</dc:creator>
      <dc:date>2010-05-31T12:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-refresh/m-p/7038138#M1500309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the class CL_GUI_TIMER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 12:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-refresh/m-p/7038138#M1500309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T12:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-refresh/m-p/7038139#M1500310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hubert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but command WAIT stops whole procedure and I want something what can run in background. I mean all activities can be done in cockpit and simultaneously list is refreshed in backgroung.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 13:38:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-refresh/m-p/7038139#M1500310</guid>
      <dc:creator>bartlomiej_lach</dc:creator>
      <dc:date>2010-05-31T13:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-refresh/m-p/7038140#M1500311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try this one CL_GUI_TIMER.I think this one can help you to fix it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 14:54:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-refresh/m-p/7038140#M1500311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T14:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-refresh/m-p/7038141#M1500312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This class CL_GUI_TIMER is ok. I need to check some things but I think it will be ok, but I have one more question - is there any method to check if user is doing something on the screen (enter some data, move mouse)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 13:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-refresh/m-p/7038141#M1500312</guid>
      <dc:creator>bartlomiej_lach</dc:creator>
      <dc:date>2010-06-01T13:31:35Z</dc:date>
    </item>
  </channel>
</rss>

