you should still get a value from the try
 oneChildNode.setScrapFactor(percScrapFactor);
what was the
BigDecimal percScrapFactor = node.getBigDecimal("scrapFactor");


james_sg sent the following on 2/20/2010 7:42 AM:
> I think the reason why the scrap factor is not used because the following
> code in BOMNode always returns to false.
> 
> if (percScrapFactor.compareTo(bdHundred.negate()) > 0 &&
> percScrapFactor.compareTo(bdHundred.negate()) < 0) {
> 
> 
> 
> james_sg wrote:
>> Hi,
>>
>> I have set the scrap factor for a product component in BOM, but this scrap
>> factor is not reflected when doing the BOM simulation.
>>
>> This problem occurs in both the trunk and 9.04 release.
>>
>> Regards,
>> James
>>
> 

Reply via email to