Application Development and Automation 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: 
Read only

warning message in me_process_req_cust badi - check method

Former Member
0 Likes
613

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...

2 REPLIES 2
Read only

Former Member
0 Likes
547

HI,

Try this way...

MESSAGE 'Message text' TYPE 'E' DISPLAY LIKE 'W'.

Read only

0 Likes
547

Thanks, but it didn't solve my problem. I still can't see my message..