Error Message Prompted when Post All Documents in Group Shipment
This problem may be occurred if user change vendor and split order to another vendor and system updated Vendor to original dimension set incorrectly.
Scenario as below:
Day | Process | |
---|---|---|
1 |
| |
SO Dimension
| PO Dimension
|
| ||
2 | Change Vendor and split order
| |
KOWN ISSUE - system will change the dimension value for previous Dimension set and it caused the problem on incorrect Dimension Value for SUPP in original PO | ||
SO Dimension Remain No change | PO Dimension for 1st PO it assigned to V001 *Dimension Value for SUPP changed to V002 incorrectly PO Dimension for 2nd PO it assigned to V002 New dimension set created with correct value. | |
**This problem only alerted when user post in Group Shipment. Error message to be prompted when post |
Follow the steps below to check this problem
1) go to Change Log to see whether user is change the vendor in SO it similar with the scenario mentioned above, if Yes, then go to next step, if No, need to check if another problem occurred
2) go to Dimension Set Entry table (480), user SALESORDER to find all related dimension set is related to the sales order (NOTE, dimension value for sales order to be default to whole set of the document from SO to PI)
...
5) Data Patch by following steps
Steps for data patch in CNA server
1) Change our development license
...
7) Change back to CNA License
Follow the steps below if sales order related to multiple PO
1) Check the Dimension Set Entry Table to check which dimension set should be assign to the PO
2) Change development licenses
3) Go to page 54 Purchase Order Subform => Page Action => Dimensions = Set break point in ShowDimensions ;
Go to ShowDimensions definition - set bearkpoint in OldDim SetID and Is Changed
In break point, update the dimension in Purchase Line
4) Open the Debugger then run the Purchase Order
5) The PO header dimension should be same as Purchase Line
Please see reference for how to check the dimension set entry (step 1 ) and the video for (step 2-4) in share drive
\\10.168.0.133\Project_shared\NAV\CNA\01_Production Issue\JIRA272-PO Dimension Issue