Hi Suresh,
The standard behaviour is to allow saving the documents with error. So you cannot avoid this without writing code.
If you want to prevent saving, then you can implement the method CHECK_BEFORE_SAVE in the BADI ORDER_SAVE. If there are error messages, do RAISE DO_NOT_SAVE exception.
This will solve your problem.
Thanks & Best Regards,
Leon