‎2022 Jan 07 5:23 AM
Hi, experts,
I have an editable ALV field amount, if my currency Is OMR I want to give input like 123.897
It gives me an error of too many decimal places (maximum 2). Please help me ASAP.


‎2022 Jan 07 1:41 PM
Hi,
how many decimal palces are allowed for OMR? Is the currency field the refernce field of the value field?
lg
‎2022 Jan 07 2:57 PM
‎2022 Jan 07 3:20 PM
Hello,
as per johann.fleitner2 suggestion, did are you referring your value field to its currency one?
Guessing you are using CL_GUI_ALV_GRID, you have to check the fieldcatalog and fill the field CFIELDNAME for the record about "Inv. Amount" with the field name of your "PO C..".
‎2022 Jan 07 3:56 PM
yes I have referred value field to currency . and I am using alv_grid_display
‎2022 Jan 08 9:17 AM
Probably you didn't link the amount field to the currency field in your ALV field catalog (possibly inherited from ABAP Dictionary). If you need more assistance, please provide more information about your code, dictionary, and anything related to this topic.