Sales Order Available Qty Artificially Inflating

Interesting issue…I have a In-Tran BPM on OrderRel to change sales order site and warehouse but now i’m seeing available quantity increase by the order release line quantity. Same issue when using standard directive and calling ChangePlant and Update methods.

Appreciate any assistance.

Where are you seeing this exactly? If you switch a release from one site to another then it makes sense demand has decreased and available has increased in the original site?

at release level available quantity. Lets say ordered quantity is 1, on hand is 5 actual available (- demand) is 4, if i switch release sites to another and back to this site available quantity reads 6 and PartWhse table doesn’t appear to reflect sales demand.

How is your bpm changing the site? What methods? If you literally just set the site field probably missing some methods that are called when changing the site in the ux.

originally used a data in-tran but moved to a standard and called ChangePlant and update method but same result. Do you know what other methods i need to call?

I’m not sure, did you trace which methods are called if you change it manually?

yes ‘ChangePlant’, ‘MasterUpdate’ and ‘CheckComplianceOrderFail’

So maybe the issue is the difference between udpate and master update?