<?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 Timer in sap abap in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/timer-in-sap-abap/m-p/9962220#M1799969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible to run a timer in abap without freshing the screen again and again.&lt;/P&gt;&lt;P&gt;I have done it using call function in separate task but screen refreshes again &amp;amp; again &lt;/P&gt;&lt;P&gt;so there is some problem with functioning of my application.&lt;/P&gt;&lt;P&gt;If any one have some idea , then plz help.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jan 2014 12:47:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-01-02T12:47:44Z</dc:date>
    <item>
      <title>Timer in sap abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/timer-in-sap-abap/m-p/9962220#M1799969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible to run a timer in abap without freshing the screen again and again.&lt;/P&gt;&lt;P&gt;I have done it using call function in separate task but screen refreshes again &amp;amp; again &lt;/P&gt;&lt;P&gt;so there is some problem with functioning of my application.&lt;/P&gt;&lt;P&gt;If any one have some idea , then plz help.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 12:47:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/timer-in-sap-abap/m-p/9962220#M1799969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-02T12:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Timer in sap abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/timer-in-sap-abap/m-p/9962221#M1799970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use below function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'SAPGUI_PROGRESS_INDICATOR'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERCENTAGE &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;TABIX&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;TEXT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'Fetching data from table'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Arivazhagan S&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 12:54:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/timer-in-sap-abap/m-p/9962221#M1799970</guid>
      <dc:creator>arivazhagan_sivasamy</dc:creator>
      <dc:date>2014-01-02T12:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Timer in sap abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/timer-in-sap-abap/m-p/9962222#M1799971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow the belwo link to fulllfiil your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgreat.com/fu014.htm"&gt;http://www.erpgreat.com/fu014.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Pravin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 12:57:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/timer-in-sap-abap/m-p/9962222#M1799971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-02T12:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Timer in sap abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/timer-in-sap-abap/m-p/9962223#M1799972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;you can do it with some function module , i.e&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px;"&gt;&lt;STRONG&gt;CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 15px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif;"&gt;&lt;STRONG&gt;EXPORTING&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 15px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif;"&gt;&lt;STRONG&gt;percentage = '60'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 15px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif;"&gt;&lt;STRONG&gt;text = p_text.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px;"&gt; also please see this link, it might help you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgreat.com/fu014.htm" title="http://www.erpgreat.com/fu014.htm"&gt;ABAP Timers and Auto-refresh&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 12:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/timer-in-sap-abap/m-p/9962223#M1799972</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-01-02T12:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Timer in sap abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/timer-in-sap-abap/m-p/9962224#M1799973</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 think you could be interested by the class CL_GUI_TIMER &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/408/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Manu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 13:21:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/timer-in-sap-abap/m-p/9962224#M1799973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-02T13:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Timer in sap abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/timer-in-sap-abap/m-p/9962225#M1799974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the search tool, there are already many samples with cl_gui_timer, local application too for oldest version and of course FM in separate task or wait statements...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 13:25:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/timer-in-sap-abap/m-p/9962225#M1799974</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-01-02T13:25:52Z</dc:date>
    </item>
  </channel>
</rss>

