Fiori Currency Conversion Issue

Facing issue with currency conversion.

in JPY , decimal should be before 2 digits only to be correct as the value saved in table has 2 decimal places, but it isn’t showing correctly in Fiori app.

dukejib5_0-1727848757459.png

dukejib5_1-1727848775158.png

I’ve following annotations in my cds view.

// @Semantics.currencyCode: true
@ObjectModel.foreignKey.association: ‘_currency’
waers as Waers,

I guess, the annotation @Semantics.currencyCode: true is the culprit, as it isn’t usable anymore. what is the way around?

Any help is appreciated.

Thanks.

Scroll to Top