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: 

warning message as pop up without using popup funct.

Former Member
0 Kudos
1,035

Hi all,

Is there any way I can display warning message as pop up without using popup function module.

Thanks in advance,

13 REPLIES 13

tarangini_katta
Active Contributor
0 Kudos
330

Hi,

MESSAGE 'ur message' type 'W'.

Then it will diplay the message with poupp.

Thanks

0 Kudos
330

No this way it display in the botom of the page.

Former Member
0 Kudos
330

HI,

Try this way,,

MESSAGE 'Test' TYPE 'W' DISPLAY LIKE 'I'.

Edited by: Avinash Kodarapu on Mar 19, 2009 10:41 PM

0 Kudos
330

Even in user exit it should work same way? As i already tried that before posting this message but didn't work for me.

0 Kudos
330

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.

0 Kudos
330

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

0 Kudos
330

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.

0 Kudos
330

Thank you J@Y.

former_member156446
Active Contributor
0 Kudos
330

Information message I gives you a popup

tarangini_katta
Active Contributor
0 Kudos
330

Hi,

No i tried.

It is working for me as a popup.

Thanks

0 Kudos
330

in user ecit it is working same way for you?

tarangini_katta
Active Contributor
0 Kudos
330

Hi,

try this may be helpful to you.

CAll function MESSAGE_TEXTS_READ

Thanks

Former Member
0 Kudos
330

use the popup function module.