Skip to Content
0
Former Member
Jan 05, 2009 at 08:54 PM

Output message with IF_EX_ORDER_SAVE~CHECK_BEFORE_SAVE

124 Views

Hi I am implementing BADI ORDER_SAVE.

We need to have control to which combinations of input fields the users are entering.

We have found the method CHECK_BEFORE_SAVE to check our requeriments.

My question is once i have found a condition that is not allowed how do I pass the message out of the exit?

I seen there is a parameter for the method called CV_OWN_MESSAGE that is boolean, but where is to put the message code.

Thanks.