Hi
Has anybody a easy to understand example of how to use the CURRENCY_AMOUNT_SAP_TO_DISPLAY function.
We have a problem with JPY currencies, the amounts are 100 times too big in BEX queries.
A promising solution seems to be the CURRENCY_AMOUNT_SAP_TO_DISPLAY function, setting the datasource values to external doesnt work for non SAP source systems. This is what I concluded from a previous thread:
Our setup is the data is loaded from an oracle table, it contains something like:
Oracle table:
ccy amount1 amount 2 ...
EUR 100 1000
JPY 1234 1234
This data is loaded in to a PSA and then loaded to a DSO and cube.
It is all direct assignment, the amount values are not modified.
In a bex query, the JPY the amount1 value is 123400
So it seems we need to apply a customization some where to fix this issue.
Q1 where should this customization be applied? e.g. in the PSA->DSO tranformation? ideally in one area as we have many key figures
Q2 Has anybody an example of he use of these CURRENCY_AMOUNT functions? I'm a newbe to ABAP
I'm hoping that the customization can be applied in a transformation routine, as we have a lot of key figures so I dont want to code it for every key figure
thanks a lot
Paul