2009 Mar 19 5:02 PM
Hi all,
Is there any way I can display warning message as pop up without using popup function module.
Thanks in advance,
2009 Mar 19 5:05 PM
Hi,
MESSAGE 'ur message' type 'W'.
Then it will diplay the message with poupp.
Thanks
2009 Mar 19 5:07 PM
2009 Mar 19 5:10 PM
HI,
Try this way,,
MESSAGE 'Test' TYPE 'W' DISPLAY LIKE 'I'.
Edited by: Avinash Kodarapu on Mar 19, 2009 10:41 PM
2009 Mar 19 6:15 PM
Even in user exit it should work same way? As i already tried that before posting this message but didn't work for me.
2009 Mar 19 6:18 PM
ohh In User exit.... in some BADI's they cannot raise any messages.. you need to search for some other BADI in the same enhancement which will allow you to raise a message or popup.... most of the times the you can find the next user exit which allows to raise a message.
2009 Mar 19 6:56 PM
if we throw a warning message in the popup, in user exit.........then, wht happens, if this application runs in back ground? Is SAP automatically handles this popup? like other normal warning messages (with out popup messsages)?
thanq
Edited by: SAP ABAPer on Mar 19, 2009 7:57 PM
2009 Mar 19 7:35 PM
In MIRO and couple of other transactions the error message/raise exception generally get updated in the error log or the messages log in the transaction... depending on the message error or warning Red and yelllow messages will be updated in the log.
2009 Mar 19 7:43 PM
2009 Mar 19 5:12 PM
2009 Mar 19 5:19 PM
2009 Mar 19 6:14 PM
2009 Mar 20 11:04 AM
Hi,
try this may be helpful to you.
CAll function MESSAGE_TEXTS_READ
Thanks
2009 Mar 20 3:47 PM