2007 Oct 26 7:04 AM
Hi,
i m modifying rg1 excise reg. in this i have to convert quantity into no. using
the formula quantity = menge * ( umren / umrez ). ( umren & umrez in marm table)
when i do this it give the error <b>packed field contain incorrect bcd format</b> how to solve this error.
Thanks
Dinesh
2007 Oct 26 7:10 AM
Hi
Use the fun modules to convert the unit
UNIT_CONVERSION_SIMPLE
MD_CONVERT_MATERIAL_UNIT
which will use the same logic
Regards
Anji
2007 Oct 26 7:11 AM
hi
good
BCD FORMAT->
Defines the value of the input field and the 'type' as data type Float (BCD = Binary Coded Decimal). The value has to match the data type format. This attribute combines the attributes 'type' and 'value'. See description of the 'type' attribute for more details how the inputField handles types.
check your report through debugging and change your BCD format of data.
reward point if helpful.
thanks
mrutyun^