Application Development and Automation 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: 
Read only

CL_GUI_ALV_GRID problem: editable quantity field

Former Member
0 Likes
598

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.

2 REPLIES 2
Read only

Former Member
0 Likes
439

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.

Read only

0 Likes
439

Thanks for reminding me this setting