Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to solve this error

Former Member
0 Kudos
159

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

2 REPLIES 2

Former Member
0 Kudos
86

Hi

Use the fun modules to convert the unit

UNIT_CONVERSION_SIMPLE

MD_CONVERT_MATERIAL_UNIT

which will use the same logic

Regards

Anji

Former Member
0 Kudos
86

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^