‎2014 Sep 09 12:47 PM
hi al ,
I am creatting an AlV report which gives access to edit the entered quantity figure to the user . A Zallocqty data element is created which has MENG13 as its domain .
what happens is wen the user enters 200 it saves as 0.200 which is wrong it should save as 200 only .
Wen the user enters 200,000 it saves as 200 .
I even checked SU01 for decimal notation it is all proper .
Still i am facing this issue .
Can any one suggest something on this ..
‎2014 Sep 09 1:01 PM
Hi,
Please give the reference field name in the alv field catalog, then it will work.
Regards,
John.
‎2014 Sep 09 1:06 PM
HI Disha,
It's because of your Domain which has the Decimal Place count as '3'.
BR,
RAM.
‎2014 Sep 09 1:09 PM
Domain MENG13 is a type QUAN "quantity field" and must be associated with an unit of measure in ddic or field catalog. (Refer to Dynpro Fields, Quantity Fields in online help and ALV Grid Control (BC-SRV-ALV), The Field Catalog, Generating the Field Catalog or Fields of the Field Catalog)
Regards,
Raymond
‎2014 Sep 09 1:24 PM
Hi Disha,
Please use type ' i ' to that quantity field instead of 'MENG13' or any other type.
thanks,
vidyasagar
‎2014 Sep 09 2:47 PM
Thank you all the issue is resolved .
I forgot to add reference table