E9.2 B4000520 not retrieving from F41002

DEVFBA

Member
Hi,

Hope someone can help me with this question, I am using BSFN B400520 to make an item UoM Conversion

I have configured the conversion from EA to LB in F41002 but when running the businnes functions with this params:

szBranchPlant <-- MCU
szFromUnitOfMeasure <-- EA
szToUnitOfMeasure <-- LB
mnQuantityToConvert <-- 1
cSuppressErrorMsg <-- 1
mnShortItemNumber <-- F4101.ITM

Always the result is "1.00", when the conversion in F41002 is 1 EA = 0.0617294 LB

mnQuantityConvertedFromtoTo --> 1.00

Note: By some reason, someone configured 1 LB = 1 EA in F41003; I tried to delete this conversion from F41003 but when doing it, the BSFN issues error 0269

What is the logic the BSFN has for fetching in F41002 and F41003?

Thanks,
 
What error message do you get if you don't suppress?

What SQL statements are you seeing in your jdedebug.log?
 
Seems the error is particular when running the BSFN in Pattel Object Browser because when running in the code it works well
 
I maybe misunderstanding, but shouldn't the ShortItemNumber parameter be an actual number not "F4101.ITM"?
 
Back
Top