‎2008 Nov 05 6:51 AM
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!
‎2008 Nov 05 6:58 AM
Hi,
If you no longer want to process after info message , use "EXIT" after the message.
Rgds,
Sandeep
‎2008 Nov 05 7:10 AM
Hi Sandeep,
Actually our problem is the message box that's supposed to pop-up doesn't show.
‎2008 Nov 05 7:16 AM
Can you please paste the code where you are throwing this message .
‎2008 Nov 05 7:33 AM
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.
‎2008 Nov 05 7:46 AM
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
‎2008 Nov 05 7:48 AM
‎2008 Nov 05 7:51 AM
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.
‎2008 Nov 05 8:02 AM
Provide only one &(place holder) remove the rest or hard code the message into it.
Regards
Karthik D