2006 Jul 26 8:19 AM
Hi ,
We are not able to TRIGGER a WARNING MESSAGE but we are able to TRIGGER an ERROR MESSAGE for a particular Business Scenario in side a user Exit.
Any way we can produce the WARNING MESSAGE from the USER EXIT.
Regards,
Sap User
Hi ,
We are not able to TRIGGER a WARNING MESSAGE but we are able to TRIGGER an ERROR MESSAGE for a particular Business Scenario in side a user Exit.
Any way we can produce the WARNING MESSAGE from the USER EXIT.
Regards,
Sap User
2006 Jul 26 8:23 AM
Hello,
It is not possible to have wornings from Exits.
Use FM POPUP_TO_CONFIRM for the user confirmation.
Regards,
Naimesh
2006 Jul 26 8:24 AM
Hi SAP ,
i dont y u are not able to display , But u can able to display , if not try to Populate message using
<b>POPUP_TO_CONFIRM_WITH_MESSAGE</b> like that.
Regards
Prabhu
2006 Jul 26 8:34 AM
Hi Prabhu,
Users don't want as a popup.
Is there any other way to do?
The userexit which we are using is
EXIT_SAPMM06E_012 -> zxm06u43
Regards,
SapUser
2006 Jul 26 8:38 AM
Hello,
Try like this
MESSAGE W004 DISPLAY LIKE 'E'.
or
MESSAGE E004 DISPLAY LIKE 'W'.
Regards,
Naimesh
2006 Jul 26 8:31 AM
did you try MESSAGE with A ?
Example
v
MESSAGE A047(ZY).
^
ibrahim
2006 Jul 26 8:38 AM
Hi Ibrahim,
If we use A or E it works. No issues
The users wants to have only warming message.
Thanks
Regards,
Swarna
2006 Jul 26 9:02 AM
Hi sapuser,
1. We can issue message of type 'I'
(messsage of type W
gets displayed on status bar,
and if the standard transaction,
again display some its own message,
then our message will be overwritten)
2. it will be displayed in a message box.
regards,
amit m.
2006 Jul 26 1:44 PM
2008 Dec 12 8:42 PM
Please, check SAP note 310154. It works!!! Use mmpur_message_forced.
2006 Jul 26 8:38 AM
Hi,
In case of user modifications it is possible to trigger a W message.
For example, from include MV45AFZZ, the user defined routines we can trigger W also.
Can you specify which user exit that you are trying out?
Rgds,
HR
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |