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

Notify message to user when coding Exit FM

Former Member
0 Likes
432

Hi,

How would I notify the user a message when coding the Exit FM?

Thanks,

RT

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
407

Rob

???

Meaning how can you notify a user when you are changing code?

3 REPLIES 3
Read only

Former Member
0 Likes
407

You can either use a Message type I or can use the function module POPUP_TO_DISPLAY_TEXT.

hith

Sunil Achyut

Read only

Former Member
0 Likes
408

Rob

???

Meaning how can you notify a user when you are changing code?

Read only

0 Likes
407

If you want to simple give a message, just use an information message in your code.

Message I001(00) with 'This is the message text'.

Regards,

Rich Heilman