Hi All,
Just a quick query.
Once of my customer is using bins in Location. When user runs the Calculate Inventory Batch the Dimension SET ID on all lines comes as ZERO.
When i debugged it, i found that there is a piece of code which done that in Standard W1 Version -
IF Location."Bin Mandatory" THEN
"Dimension Set ID" := 0;
Just wanted to know the Reason why the Dimension Set ID is set to Zero in case Location have BINS, as its a tedious job to re-insert dimension in all lines appearing from the batch.
Thanks in advance.