Skip to Content
0
Former Member
Aug 13, 2007 at 10:32 AM

KeyFigure values are displaying with multiply by 100.

1298 Views

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