Hi BW Experts,
I have written ABAP code to calculate Amount and Tax at UpdateRules level. That code is working fine and loading data to DataTarget is also fine. But problem is those Amount and Tax values are displaying in BEx Analyzer with multiply by 100.
For example:
Data in Cube:
Amount = 38,479.88
Tax = 79.65
Data displaying in BEx Analyzer:
Amount = 3,847,988.00
Tax = 7,965.00
Please help me in this regard.
-Hari