‎2010 Aug 11 4:09 PM
Hi,
I have this ALV with editable quantity field type MEINS.
The quantity is displayed with 3 decimals.
eg. 1.000
when I try to change the value to 99
and call method CHECK_CHANGED_DATA to get the updated value.
it turns into 0.099 in my internal table.
same thing happens when i change the value to 99.000.
Did i miss out anything?
Please help.
‎2010 Aug 11 4:11 PM
Hi Jeff,
This can be done by setting ref_fieldname and ref_tabname in the field catalogue for Currency and Quantity fields .
Hope this helps.
‎2010 Aug 11 5:15 PM