<?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: How to enable a PROGRESS_INDICATOR to survive commit? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-a-progress-indicator-to-survive-commit/m-p/11640701#M1942980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try the FM: SAPGUI_PROGRESS_INDICATOR? I think it is also similar to the FM that you are using. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 May 2016 14:50:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-05-17T14:50:41Z</dc:date>
    <item>
      <title>How to enable a PROGRESS_INDICATOR to survive commit?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-a-progress-indicator-to-survive-commit/m-p/11640699#M1942978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I encountered the following problem but couldn't get a solution yet. In a report I create a working list with quite a lot of items. In a loop I process the items by calculating things, checking consistency and calling BAPIs. Each item runs through several steps.&lt;/P&gt;&lt;P&gt;At the end of the loop I call &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 13:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-a-progress-indicator-to-survive-commit/m-p/11640699#M1942978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-17T13:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable a PROGRESS_INDICATOR to survive commit?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-a-progress-indicator-to-survive-commit/m-p/11640700#M1942979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'TB_PROGRSS_INDICATOR' to calculate progress and give feedback to the user. That works just fine. However, between the steps I have to commit the BAPI calls ( create a security contract -&amp;gt; commit, settle the contract -&amp;gt; commit) and after the commit the progress indicator in the status line disappears. Since there are, let's say 4-5 seconds, before the progress is re-calculated (next item has reached bottom of loop) I got the effect that the indicator just flickers for a second or so and then disappears for 3 seconds and this is repeating until the loop has finished. Any idea how I can find a workaround?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gerd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 13:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-a-progress-indicator-to-survive-commit/m-p/11640700#M1942979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-17T13:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable a PROGRESS_INDICATOR to survive commit?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-a-progress-indicator-to-survive-commit/m-p/11640701#M1942980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try the FM: SAPGUI_PROGRESS_INDICATOR? I think it is also similar to the FM that you are using. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 14:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-a-progress-indicator-to-survive-commit/m-p/11640701#M1942980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-17T14:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable a PROGRESS_INDICATOR to survive commit?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-a-progress-indicator-to-survive-commit/m-p/11640702#M1942981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the method mentioned in this code. It seems to work without flickering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 15:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-a-progress-indicator-to-survive-commit/m-p/11640702#M1942981</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2016-05-17T15:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable a PROGRESS_INDICATOR to survive commit?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-a-progress-indicator-to-survive-commit/m-p/11640703#M1942982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately same behavior. The commit flushes the OLE in SAP GUI and the hourglass disappears until next function call in the loop. Thanks anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 06:12:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-a-progress-indicator-to-survive-commit/m-p/11640703#M1942982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-18T06:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable a PROGRESS_INDICATOR to survive commit?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-a-progress-indicator-to-survive-commit/m-p/11640704#M1942983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Juwin. There is no hourglass in this method only text information, but it still looks much better without flickering. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 06:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-a-progress-indicator-to-survive-commit/m-p/11640704#M1942983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-18T06:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable a PROGRESS_INDICATOR to survive commit?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-a-progress-indicator-to-survive-commit/m-p/11640705#M1942984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code by Juwin is using class CL_PROGRESS_INDICATOR, which in fact is a wrapper of function module SAPGUI_PROGRESS_INDICATOR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function module TB_PROGRESS_INDICATOR (SAP ERP) is also using SAPGUI_PROGRESS_INDICATOR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, as you mention, the issue is only with the "percentage" progression image (hourglass), not with text only (whatever the function module or class you use / as you may always choose with these FMs/class).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To know what the real problem is, you should run the program of Juwin using the percentage parameter (I_PROCESSED / I_TOTAL). If the hourglass still flickers then it's probably because of your SAP GUI installation (solution: re-install). Otherwise, there's something wrong in "your" code: as that progress indicator is based on RFC to the SAPGUI, you may use a RFC trace (ST05) to see whether the progress indicator is erased (by the BAPI) right after you displayed it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 12:52:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-enable-a-progress-indicator-to-survive-commit/m-p/11640705#M1942984</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-05-18T12:52:24Z</dc:date>
    </item>
  </channel>
</rss>

