‎2006 Nov 03 4:01 PM
Hello All,
I have a requirement to show an error message in a pop up window. This cannot be a information message.
i also tried using the function module POPUP_DISPLAY_MESSAGE but it does not seem to work. I want the processing to stop here, but the processing continues with this FM even if the message type is E.
Please let me know if there is any other method.
Thank you
Usha
‎2006 Nov 03 4:06 PM
hi Usha,
Check with <b>POPUP_TO_CONFIRM_STEP</b> / <b>POPUP_TO_CONFIRM</b>
Regards,
Santosh
‎2006 Nov 03 4:07 PM
Hi Usha,
when you use error message than sy will take care that not to proceed further.
when you using FM to show it as popup,
you have to handle not to proceed the control using flags or exit statements.
-Anu
‎2006 Nov 03 4:11 PM
‎2006 Nov 03 5:34 PM
Usha,
after calling function module POPUP_DISPLAY_MESSAGE, you can still fire an E message saying 'program stopped' or just place statement STOP. Or Goto screen 0. Or something else.
Regards,
Clemens