There are transactions with status Reserved ordered for the dimension of item Error

Hi All,

While confirming the Sales Orders I am getting the following error

There are transactions with status Reserved ordered for the dimension of item

I debugged and found that it calls the method allowChangeDim in InventUpdate Class from where i am getting this message.

the condition checks as if(_inventOnhand.availOrdered() < _inventTrans.Qty) and then if yes it goes inside the loop and shows the message .

As per my finding AvailOrdered = AvailPhysical + Ordered + Arrived - Reserved Qty

For some orders i found that Reserved Qty is 0 and then confirmation is not a problem there but for few items I found the reserved Qty has some value and there only problem starts.

Can anyone explain how this scenario works??

Thanks,

Abhishek

you can cancelled the reservation manually. update reservation quantity to zero.