<?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: Pop_up in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up/m-p/8129031#M1619166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use:&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Initial &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   PERCENTAGE       = 1 &lt;/P&gt;&lt;P&gt;   TEXT                     = 'Plz wait .....processing'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;middle&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&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                     = 'Plz wait .....processing'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt; End&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   PERCENTAGE       = 100&lt;/P&gt;&lt;P&gt;   TEXT                     = 'Plz wait .....processing'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Sep 2011 17:07:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-01T17:07:23Z</dc:date>
    <item>
      <title>Pop_up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up/m-p/8129029#M1619164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need to show a pop_up with a message "Plz wait .....processing"  with no action buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while its processing the program will do a perform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if return code is ok the pop_up will close automaticaly or else popup stay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no action need from the user, he just had to wait till process is finished .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------------------------------------" /&gt;&lt;P&gt;do until sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;perform XXX using sy-subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;          pop_up.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 10:38:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up/m-p/8129029#M1619164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-01T10:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pop_up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up/m-p/8129030#M1619165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if that can be done without user interaction, however I wouldn't try to do it.&lt;/P&gt;&lt;P&gt;Why don't you try using FM SAPGUI_PROGRESS_INDICATOR ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 11:04:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up/m-p/8129030#M1619165</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-09-01T11:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pop_up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up/m-p/8129031#M1619166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use:&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Initial &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   PERCENTAGE       = 1 &lt;/P&gt;&lt;P&gt;   TEXT                     = 'Plz wait .....processing'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;middle&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&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                     = 'Plz wait .....processing'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt; End&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   PERCENTAGE       = 100&lt;/P&gt;&lt;P&gt;   TEXT                     = 'Plz wait .....processing'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 17:07:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up/m-p/8129031#M1619166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-01T17:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Pop_up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up/m-p/8129032#M1619167</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;1. Call the function module ''SAPGUI_PROGRESS_INDICATOR'.&lt;/P&gt;&lt;P&gt;2. Wait untill sy-subrc is initial.&lt;/P&gt;&lt;P&gt;3. Call the function module ''SAPGUI_PROGRESS_INDICATOR' and make it 100 %.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try whether the above function module will work without passing 1, 50, and 100 %.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 10:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up/m-p/8129032#M1619167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-02T10:17:27Z</dc:date>
    </item>
  </channel>
</rss>

