Hi All,
I will need your expert help on the issue I am facing in my project.
We have sales order items having more than 300 characteristics. So we have a small program which takes the sales order number, item number, characteristic name, and value from an xls sheet and update the configuration in sales order.
We also have lot of constraints, procedures, etc... in the profile of this item, due to which we dont get the configuration as Green always. In many cases, we get inconsistency or incompletion in the configuration.
However we are not able to read these reasons in the program. Reasons for inconsistency or incompletion are not feasible to read by the program as these are mostly coming from interpretation of rules by the VC engine.
Do we have a method for handling the following scenarios.
1. Even if configuration is incomplete or inconsistent, I want to update the VC values as provided in the xls sheet in the sales order and lock the configuration and save sales order.
2. After saving sales order, I want the program to get the reasons for inconsistency (the inconsistency messages we see in the sales order) and present them at the end.
I will be grateful for any useful thoughts (programs used, technical inputs, alternative methods) on this.