2009 Oct 01 2:12 PM
I'm displaying the ALV with quantity in editable mode where the end user gives the quantity value.I need to restrict the user to give the value as a whole number i.e without decimals. How can we do it in ALV. I tried the same by giving the field as type 'N' but still, i can give the value with decimals. It is showing an error since this being an interactive ALV, on clicking the button,the proceess is taking value. Would you guide me
Thanks
Ravindra
I'm displaying the ALV with quantity in editable mode where the end user gives the quantity value.I need to restrict the user to give the value as a whole number i.e without decimals. How can we do it in ALV. I tried the same by giving the field as type 'N' but still, i can give the value with decimals. It is showing an error since this being an interactive ALV, on clicking the button,the proceess is taking value. Would you guide me
Thanks
Ravindra
2009 Oct 01 2:29 PM
Hi,
In the fieldcatalog you should have a field decimals_out, you can set the output decimals there, try setting it in 0.
Hope it helps.
2009 Oct 01 2:45 PM
Hi Ling,
I tried those related options in field catalog,but of no use.
2009 Oct 01 2:46 PM