Symptom
Value of stock is shown in incorrect format, for example it should be '6,000' but it is shown as '6,,000'.
An additional comma is added wrongly.
When checking the return value of Odata service with debug mode of broswer, stock value was returned as '6000', so this should be a display format issue.
Environment
SAP S/4HANA Cloud 2308
Reproducing the Issue
- Open app: Stock - Multiple Materials
- Check the stock which is more than 1000.00, the format is incorrect.
Cause
The issue is caused by duplicate formatting of amounts with corresponding unit. This leads to incorrect number grouping separators. Only values greater or equal 1,000 are affected. Values outside a table are not affected. The issue is limited to the visual representation of the amounts and has no impact on the stored data. Related functionality like sort, filter or export, will work as expected.
Resolution
SAP development team has analyzed the root cause of the issue and a correction has been prepared. While this correction is being reviewed and tested.
This KBA will be updated timely about when the fix will be applied.
Keywords
comma , KBA , CA-UI5-TBL , SAP UI5 table, smart table, list and tree controls , Problem