<?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 Example for   Sapgui_progress_indicator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-sapgui-progress-indicator/m-p/2025150#M414996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can Some one give me a sample code for how to use&lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;gt;Sapgui_progress_indicator&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use but at which event we have to define and what value need to pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Swati...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Mar 2007 03:54:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-24T03:54:50Z</dc:date>
    <item>
      <title>Example for   Sapgui_progress_indicator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-sapgui-progress-indicator/m-p/2025150#M414996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can Some one give me a sample code for how to use&lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;gt;Sapgui_progress_indicator&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use but at which event we have to define and what value need to pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Swati...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2007 03:54:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-sapgui-progress-indicator/m-p/2025150#M414996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-24T03:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Example for   Sapgui_progress_indicator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-sapgui-progress-indicator/m-p/2025151#M414997</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;Please check this sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: index type i.
do 4 times.
index = sy-index * 25.
 
  call function 'SAPGUI_PROGRESS_INDICATOR'
       exporting
            percentage = index
            text       = 'Processing Data'.
  wait up to 1 seconds.
enddo.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check this thread for another sample codes.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="157084"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2007 04:04:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-sapgui-progress-indicator/m-p/2025151#M414997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-24T04:04:07Z</dc:date>
    </item>
  </channel>
</rss>

