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.