<?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 popup problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-problem/m-p/2302749#M503427</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;friends &lt;/P&gt;&lt;P&gt;my requirement is that if we input the wrong selection in the selection screen, it should popup that iput is error, and go back to the selectio n screen again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this i used the  &lt;/P&gt;&lt;P&gt;FM POPUP_TO_INFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my probelm is after the popup is appearing, and clicking the button on it, it is going to the next screen, which it is not suppossed to.  it must  go back to previous screen, it should not change screen until correct value is put&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2007 21:22:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-15T21:22:06Z</dc:date>
    <item>
      <title>popup problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-problem/m-p/2302749#M503427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;friends &lt;/P&gt;&lt;P&gt;my requirement is that if we input the wrong selection in the selection screen, it should popup that iput is error, and go back to the selectio n screen again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this i used the  &lt;/P&gt;&lt;P&gt;FM POPUP_TO_INFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my probelm is after the popup is appearing, and clicking the button on it, it is going to the next screen, which it is not suppossed to.  it must  go back to previous screen, it should not change screen until correct value is put&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 21:22:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-problem/m-p/2302749#M503427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T21:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: popup problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-problem/m-p/2302750#M503428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Below FM :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_CONTINUE_YES_NO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 21:35:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-problem/m-p/2302750#M503428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T21:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: popup problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-problem/m-p/2302751#M503429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello seshu,&lt;/P&gt;&lt;P&gt;thank you for the reply,&lt;/P&gt;&lt;P&gt;but seshu, my problem still there, even after pressing yes or no  it still taking me to next screen, which it should not, i should remain in the same screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anhy more suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 21:48:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-problem/m-p/2302751#M503429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T21:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: popup problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-problem/m-p/2302752#M503430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the condition in the Event &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN.
IF scr_fld = &amp;lt;wrong&amp;gt;
  MESSAGE E002(00) ' Please enter the correct value'
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if helpfull**************&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 22:22:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-problem/m-p/2302752#M503430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T22:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: popup problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-problem/m-p/2302753#M503431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes chidanand, &lt;/P&gt;&lt;P&gt;ok about message,&lt;/P&gt;&lt;P&gt;but what about flow of control, it should go back the same screen.&lt;/P&gt;&lt;P&gt;its not  going.&lt;/P&gt;&lt;P&gt;thank  you once again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 22:41:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-problem/m-p/2302753#M503431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T22:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: popup problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-problem/m-p/2302754#M503432</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;Not sure if you are looking for this..After the Popup give LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

PARAMETERS: p_matnr TYPE matnr.

AT SELECTION-SCREEN.

  IF p_matnr IS INITIAL.

* Popup FM..
    CALL FUNCTION 'POPUP_TO_INFORM'
         EXPORTING
              titel = 'Title'
              txt1  = 'Material is mandatory'
              txt2  = ''.

* Leave the list processing.
    LEAVE SCREEN.
  ENDIF.

START-OF-SELECTION.
  WRITE: / p_matnr.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 23:19:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-problem/m-p/2302754#M503432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T23:19:49Z</dc:date>
    </item>
  </channel>
</rss>

