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

Information Message Does Not Appear

Former Member
0 Likes
1,097

Hi,

We're trying to display an information message (message box type I) from our program but it doesn't show. When we make it as type E or A, the message shows.

Anyone knows why?

Thanks!

Hi,

If you no longer want to process after info message , use "EXIT" after the message.

Rgds,

Sandeep

8 REPLIES 8
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
1,076

Hi,

If you no longer want to process after info message , use "EXIT" after the message.

Rgds,

Sandeep

Read only

0 Likes
1,076

Hi Sandeep,

Actually our problem is the message box that's supposed to pop-up doesn't show.

Read only

0 Likes
1,076

Can you please paste the code where you are throwing this message .

Read only

0 Likes
1,076

Hi Sandeep,

IF l_return NE '0000'.

MESSAGE ID 'ZTR' TYPE 'A' NUMBER '999'

WITH l_message.

ELSE.

MESSAGE ID 'ZTR' TYPE 'I' NUMBER '999'

WITH 'Successfully credited in WEB ACES'.

ENDIF.

Read only

0 Likes
1,076

Hello jackie,

I tried the same logic and it works for me .

May be you can check what you have declared in message number 999 once again.

Rgds,

Sandeep

Read only

0 Likes
1,076

Hi Sandeep,

Message 999 contains & & & &

Read only

0 Likes
1,076

Well, that looks absolutely fine .

Can you try passing the value to a varaible say : l_info = 'text' and then use this in the WITH clause.

Read only

0 Likes
1,076

Provide only one &(place holder) remove the rest or hard code the message into it.

Regards

Karthik D