Hi all,
I'm using CRMD_ORDER to create an order and doing some checks with badi ORDER_SAVE, method PREPARE.
At the moment of saving, the method PREPARE is executed. Quantity/material/unit are checked againts a custom table and if it is not correct, then raise exception ERROR_OCCURED.
If I change, i.e the material or quantity(that I know that it will work), and save again, then there is no issue but the system gives me the following error:
"Error in updating object ORDER"
CRM_ORDER_MISC022
Does anyone knows how to reset the application log of this bussines transaction?
Thanks in advanced!