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.
I’ve following annotations in my cds view.
@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.