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 BADI ME_PROCESS_REQ_CUST method PROCESS_ITEM

Former Member
0 Likes
1,259

Dear Experts,

I am trying to raise a warning message in BADI ME_PROCESS_REQ_CUST method PROCESS_ITEM.

But it never shows the warning at the time of creating the purchase requisition.

When i change the type as error message, it works fine but i need to throw an warning instead of error.

Kindly help me to resolve the issue.

Thanks,

Vijai

Dear Experts,

I am trying to raise a warning message in BADI ME_PROCESS_REQ_CUST method PROCESS_ITEM.

But it never shows the warning at the time of creating the purchase requisition.

When i change the type as error message, it works fine but i need to throw an warning instead of error.

Kindly help me to resolve the issue.

Thanks,

Vijai

1 REPLY 1
Read only

rajkumarnarasimman
Active Contributor
0 Likes
694

Hi Vijay,

If you are planning to show the error message inside BAPI, i hope you can use macros instead of Message statement as shown below.


        include mm_messages_ma.

       mmpur_message_forced 'W' 'ME' '083' 'TEXT-005' '' '' ''.

Regards

Rajkumar Narasimman