<?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: what Progress bar in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-progress-bar/m-p/2164494#M458152</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;   Progress bar will display the status of the running transaction or program&lt;/P&gt;&lt;P&gt;   It will display a clock at the bottom on the status bar to show how much percent of program is complated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
EXPORTING
PERCENTAGE = '20%'
text = 'connection starting'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2007 07:32:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-25T07:32:00Z</dc:date>
    <item>
      <title>what Progress bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-progress-bar/m-p/2164492#M458150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is Progress bar ?&lt;/P&gt;&lt;P&gt;what is the use of it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 07:25:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-progress-bar/m-p/2164492#M458150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T07:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: what Progress bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-progress-bar/m-p/2164493#M458151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;progress bar indicates the SAP process i.e selection of data base recordss etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REPORT Z_SAPGUI_INDICATOR. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: A LIKE SY-UCOMM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DO 100 TIMES.&lt;/P&gt;&lt;P&gt;     DO 300 TIMES.&lt;/P&gt;&lt;P&gt;         GET TIME.&lt;/P&gt;&lt;P&gt;     ENDDO.&lt;/P&gt;&lt;P&gt;     A(3) = SY-INDEX.A+3 = '%'.&lt;/P&gt;&lt;P&gt;     CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                PERCENTAGE = SY-INDEX&lt;/P&gt;&lt;P&gt;               TEXT = A.&lt;/P&gt;&lt;P&gt;ENDDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 07:30:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-progress-bar/m-p/2164493#M458151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T07:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: what Progress bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-progress-bar/m-p/2164494#M458152</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;   Progress bar will display the status of the running transaction or program&lt;/P&gt;&lt;P&gt;   It will display a clock at the bottom on the status bar to show how much percent of program is complated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
EXPORTING
PERCENTAGE = '20%'
text = 'connection starting'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 07:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-progress-bar/m-p/2164494#M458152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T07:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: what Progress bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-progress-bar/m-p/2164495#M458153</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;Progress bar function module is used to display the required messages at the bottom on the status bar during the execution of the program not only to show how much percent of program is completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;PERCENTAGE = '50%'&lt;/P&gt;&lt;P&gt;text = 'Reading database from BSEG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sksingh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 20:18:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-progress-bar/m-p/2164495#M458153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T20:18:04Z</dc:date>
    </item>
  </channel>
</rss>

