Application Development 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: 

HI function module to pop up error message

Former Member
0 Kudos

hi

can you tell me a functional module that can be used to generate a pop up of error message .

regards

avik.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Check below link........

6 REPLIES 6

Former Member
0 Kudos

Hi,

Popup Related Function Modules:

POPUP_TO_DISPLAY_TEXT u2013 display 2 line text.

POPUP_TO_CONFIRM_WITH_VALUE (with Back and Exit)

POPUP_TO_CONFIRM_LOSS_OF_DATA (with Cancel).

POPUP_TO_CONFIRM_WITH_MESSAGE

POPUP_TO_DECIDE_WITH_MESSAGE

Hope this helps.

Regards,

Deepthi.

Former Member
0 Kudos

Hi,

Check the below Thread,

Hope this helps.

Regards,

Anki Reddy

Former Member
0 Kudos

Hi Nayak,

Does the MESSAGE statement not solve your purpose ? What extra functionality are you looking for ? Anything specific

Regards

Former Member
0 Kudos

hi actually i have to get a pop up and block further execution is a condition is true.If you can pass me the code for the same plz do .

Former Member
0 Kudos

Hi,

Check below link........

Former Member
0 Kudos

This FM will be useful for your requirement,

POPUP_DISPLAY_MESSAGE

Regards,

Joan