Hello,
As suggested by selvaraj you have to implement the ORDER_SAVE badi and the method "check_before_save" method.
In this method perform the validations you want for that BP and if the validation fails raise the exception like below.
raise do_not_save.
this will not allow the orders getting saved.
Br,
Navn