2009 Mar 09 8:25 AM
Hi all,
I have implement me_process_req_cust badi and I want to give a warning message in check method. But it doesnt work. When I change the message type to E instead of W, it works. How can I give a warning message in check method? I will be very happy if you help me..
Thanks...
Hi all,
I have implement me_process_req_cust badi and I want to give a warning message in check method. But it doesnt work. When I change the message type to E instead of W, it works. How can I give a warning message in check method? I will be very happy if you help me..
Thanks...
2009 Mar 09 8:29 AM
HI,
Try this way...
MESSAGE 'Message text' TYPE 'E' DISPLAY LIKE 'W'.
2009 Mar 09 8:57 AM
Thanks, but it didn't solve my problem. I still can't see my message..