Calculating Unit cost based on UOM

JDETECHIE

Active Member
Gurus,

I am looking for a BSFN which calculates Unit cost based on UOM.
Ex. If an item has cost in F4105 say 10.00 for EA. If user wants to see same for dozen (DZ) then the bsfn should convert in to 120.00 like UOM converison for quantities(Iam looking for cost converison not quantity).

Is there any bsfn exsiting or any work arounds.
 
While I dont have a specific bsfn name for you, I know that the function I usually use returns the multiplier which you can then use to calculate your converted cost.

Another idea...why cant you just use the cost in your call to the bsfn? the bsfn doesn't know that the value you are passing is a cost. It should work just as if you are passing a quantity.
 
I would try B4000520 - Get Item UoM Conversion Factor.

Hope this helps,

Bojan.
 
Back
Top