Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error message as a pop up

Former Member
0 Likes
817

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

4 REPLIES 4
Read only

Former Member
0 Likes
730

hi Usha,

Check with <b>POPUP_TO_CONFIRM_STEP</b> / <b>POPUP_TO_CONFIRM</b>

Regards,

Santosh

Read only

Former Member
0 Likes
730

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

Read only

Former Member
0 Likes
730

Here we go

FM 'POPUP_TO_CONFIRM' .

Cheers..

Read only

Clemenss
Active Contributor
0 Likes
730

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