<?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 Function Module to Pause / Wait write statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pause-wait-write-statement/m-p/7946196#M1601251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write 'XYZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In between this statement I want a pause.&lt;/P&gt;&lt;P&gt;ABC should be displayed and after few seconds XYZ should be displayed.&lt;/P&gt;&lt;P&gt;Which function module can be used for this ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jun 2011 10:19:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-22T10:19:20Z</dc:date>
    <item>
      <title>Function Module to Pause / Wait write statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pause-wait-write-statement/m-p/7946196#M1601251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write 'XYZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In between this statement I want a pause.&lt;/P&gt;&lt;P&gt;ABC should be displayed and after few seconds XYZ should be displayed.&lt;/P&gt;&lt;P&gt;Which function module can be used for this ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 10:19:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pause-wait-write-statement/m-p/7946196#M1601251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-22T10:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Pause / Wait write statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pause-wait-write-statement/m-p/7946197#M1601252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vaibhav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output screen's are passive in nature and cannot be refreshed, if your intention is to update the user with a message or something, you could use the status bar and issue the messages to the user, or use the FM &lt;STRONG&gt;SAPGUI_PROGRESS_INDICATOR&lt;/STRONG&gt; below is a code snippet using the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
 EXPORTING
*   PERCENTAGE       = 0
   text             = 'Hi.........'
          .

WAIT UP TO 5 SECONDS.

CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
 EXPORTING
*   PERCENTAGE       = 0
   text             = 'Hi22222.......'
          .

WAIT UP TO 5 SECONDS.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 10:27:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pause-wait-write-statement/m-p/7946197#M1601252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-22T10:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Pause / Wait write statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pause-wait-write-statement/m-p/7946198#M1601253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The FM SAPGUI_PROGRESS_INDICATOR'&lt;/P&gt;&lt;P&gt;, would give a processing clock and text on status bar, not on the screen. I dont think this could help.&lt;/P&gt;&lt;P&gt;Please verify.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 10:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pause-wait-write-statement/m-p/7946198#M1601253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-22T10:31:27Z</dc:date>
    </item>
  </channel>
</rss>

