Sales Order line split in 2 delivery lines within 1 delivery (R12)
Case which sometimes happens, and is not reproducible:
1. create sales order with some lines
2. reserve full quantity's for the lines
3. pick-release lines to WHS
4. pick confirm lines via API (inv_pick_wave_pick_confirm_pub.pick_confirm)
At this moment, for 1 'random' line (say line 29, for qty 6), the initial delivery is split in 2 delivery lines:
Delivery Detail 1234 (initial detail line) has qty 2
Delivery Detail 4444 (new detail line) has qty 4
We can't find the process what is causing this.
Also we are not using LOT/Serialnumbers.
It also only a few times in the past year that this happens.
Thanks.