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

Popup warning message

Former Member
0 Likes
2,024

Hi i have to give a warning message in the form of popup, in user exit , can any one suggest.

Hi i have to give a warning message in the form of popup, in user exit , can any one suggest.

4 REPLIES 4
Read only

Former Member
0 Likes
778

Use one of te POPUP* function modules. Warning message will not popup but will be displayed in the status bar.

If you don't want to use POPUP FUNCTION, then give the same warning message twice, then first message will popup, not the right way of doing it though.

Regards,

Ravi

Note : please mark all the helpful answers

Read only

Former Member
0 Likes
778

information messages are popups basically

message i001 with 'harish'.

Harish

Read only

Former Member
0 Likes
778

call function popup_to_display_text

Read only

0 Likes
778

Check function module POPUP_WITH_WARNING.

REgards,

Rich Heilman