cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

2 digit decimal point

Former Member
0 Likes
276

Hi all...

I have logic script with formula = value / 12.  The result is in 4 digit decimal format. Is there anyway to have the result in 2 decimal point?

The logic script is executed in the data package and we are in bpc 10.1

Thank you in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

gajendra_moond
Contributor
0 Likes

Vadim's response is spot on.

Here are a couple of suggestions:

- If you are using BPC 10.1, you can try Integrated Planning way of modelling to have a separate Key Figure for desired number of decimal places. ( It could be too late to do that)

- I am not sure if you are required to display the result in your EPM Excel application or you wish to store the result with 2 decimal places only. You can leverage EPM formatting for the former case.

former_member186338
Active Contributor
0 Likes

There is no way to round result using ABAP script calculation engine:

You can use rounding in the write back badi.

Vadim

P.S. And for sure you can write a custom logic rounding badi!