<?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: popup function with icon in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-function-with-icon/m-p/1046568#M88075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Moshe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why dont you use the Information message itself for the pop-up and give the message you want to with the syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message ixxx(message-id) with 'text'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this should solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Radhika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Dec 2005 13:12:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-14T13:12:36Z</dc:date>
    <item>
      <title>popup function with icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-function-with-icon/m-p/1046564#M88071</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;&lt;/P&gt;&lt;P&gt;1. i need a popup function that display information with information icon. &lt;/P&gt;&lt;P&gt;i tried the func POPUP_TO_INFORM but unfortunately it doesn't show the information icon.&lt;/P&gt;&lt;P&gt;please tell me what function to use ?&lt;/P&gt;&lt;P&gt;2. How do i clear selection screen from a another screen&lt;/P&gt;&lt;P&gt; before leaving to the selection screen.&lt;/P&gt;&lt;P&gt;loop at screen doesn't work here  because my current screen is not the selection screen, but other screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;moshe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2005 12:58:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-function-with-icon/m-p/1046564#M88071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-14T12:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: popup function with icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-function-with-icon/m-p/1046565#M88072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;you can use the POPUP_TO_CONFIRM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the import parameter popup_type put the value 'ICON_MESSAGE_INFORMATION'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;enzo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2005 13:02:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-function-with-icon/m-p/1046565#M88072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-14T13:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: popup function with icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-function-with-icon/m-p/1046566#M88073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Moshe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 Use the FM&lt;/P&gt;&lt;P&gt;  POPUP_FOR_INTERACTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  For Icon Pass Values :&lt;/P&gt;&lt;P&gt;  I = INFORMATION&lt;/P&gt;&lt;P&gt;  W = WARNING&lt;/P&gt;&lt;P&gt;  E = ERROR&lt;/P&gt;&lt;P&gt;  Q = QUESTION&lt;/P&gt;&lt;P&gt;  C = CRITICAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Can u pls clarify !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2005 13:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-function-with-icon/m-p/1046566#M88073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-14T13:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: popup function with icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-function-with-icon/m-p/1046567#M88074</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. If you have a text to be displayed in the pop up you can use a message with type i. It will have the information icon.&lt;/P&gt;&lt;P&gt;2. I think you can do it only in the PBO of the screen on which you want to clear the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;P&gt;Pls. reward appropriate points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2005 13:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-function-with-icon/m-p/1046567#M88074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-14T13:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: popup function with icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-function-with-icon/m-p/1046568#M88075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Moshe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why dont you use the Information message itself for the pop-up and give the message you want to with the syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message ixxx(message-id) with 'text'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this should solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Radhika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2005 13:12:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-function-with-icon/m-p/1046568#M88075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-14T13:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: popup function with icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-function-with-icon/m-p/1046569#M88076</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;Concern to my first Question, the answer solved my problem, thanks.&lt;/P&gt;&lt;P&gt;However for my second question i will clarify the question. I created an ALV report. The first screen of the report is a selections screen that contains  select options and Parameters. The Alv was created by Object oriented method (not by the function 'reuse_alv_*' ) in   &lt;/P&gt;&lt;P&gt;a second screen. I want from the second screen on certain circumstances to leave the alv screen and to set the first screen ( that contains select options and Parameters ), however when i call the first screen i want to clear all select options and parameters, and my question is how to clear all select options and parameters before i leave to the first screen ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;moshe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2005 16:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-function-with-icon/m-p/1046569#M88076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-14T16:22:17Z</dc:date>
    </item>
  </channel>
</rss>

