<?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>Question Re: Sap gui progress indicator on sap module pool screen in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-gui-progress-indicator-on-sap-module-pool-screen/qaa-p/13879222#M4885751</link>
    <description>Yes I already tried this FM on button click but did not working</description>
    <pubDate>Thu, 26 Sep 2024 16:19:49 GMT</pubDate>
    <dc:creator>sainiharish</dc:creator>
    <dc:date>2024-09-26T16:19:49Z</dc:date>
    <item>
      <title>Sap gui progress indicator on sap module pool screen</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-progress-indicator-on-sap-module-pool-screen/qaq-p/13879190</link>
      <description>&lt;P&gt;Hi I have module pool scree with one button 'Report'. Now I want to call a report program which does not have selection screen.&lt;/P&gt;&lt;P&gt;My button click is working fine but my report taking time to display results till that time I want to display a sap gui progress indicator. Kindly tell me where to add sap gui progress indicator so that after clicking on button it starts.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 15:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-progress-indicator-on-sap-module-pool-screen/qaq-p/13879190</guid>
      <dc:creator>sainiharish</dc:creator>
      <dc:date>2024-09-26T15:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sap gui progress indicator on sap module pool screen</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-progress-indicator-on-sap-module-pool-screen/qaa-p/13879210#M4885747</link>
      <description>&lt;P&gt;Did you already try to call FM SAPGUI_PROGRESS_INDICATOR ?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 16:07:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-progress-indicator-on-sap-module-pool-screen/qaa-p/13879210#M4885747</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2024-09-26T16:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sap gui progress indicator on sap module pool screen</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-progress-indicator-on-sap-module-pool-screen/qaa-p/13879222#M4885751</link>
      <description>Yes I already tried this FM on button click but did not working</description>
      <pubDate>Thu, 26 Sep 2024 16:19:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-progress-indicator-on-sap-module-pool-screen/qaa-p/13879222#M4885751</guid>
      <dc:creator>sainiharish</dc:creator>
      <dc:date>2024-09-26T16:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sap gui progress indicator on sap module pool screen</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-gui-progress-indicator-on-sap-module-pool-screen/qaa-p/13888011#M4886742</link>
      <description>&lt;P&gt;Are you sure your program reaches the function module call?&lt;/P&gt;&lt;P&gt;Write a short demo program to see how the call of the function module works.&lt;/P&gt;&lt;LI-CODE lang="abap"&gt;REPORT ytmp.

CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
  EXPORTING
    percentage = 30
    text       = 'Test progress indicator'.

wait UP TO 10 SECONDS.

MESSAGE 'Test status message' TYPE 'S'.&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 04 Oct 2024 04:02:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-gui-progress-indicator-on-sap-module-pool-screen/qaa-p/13888011#M4886742</guid>
      <dc:creator>ulrich_mhrke</dc:creator>
      <dc:date>2024-10-04T04:02:55Z</dc:date>
    </item>
  </channel>
</rss>

