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

Fixed Asset Depreciation calculation

Former Member
0 Kudos
174

EPM 10 NW

We are embarking on a Fixed Asset module development and i have few questions to who have attempted before.

As part of the process we need to calculate FA depreciation in SLM.  While calculation can be done in Script Logic or BADI, our users are demanding the depreciation in schedule before the submit.

Anyone attempted the depreciation calculations in excel logic before and sharing of any issues or learning from the process to move in that direction would be helpful.

~Dilkins

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

Hi Andrew,

For sure you can perform the depreciation calculation using Excel formulas and posting the results in the BPC cube. The only disadvantage is that the formulas can be incorrectly changed by user...

From the other side script logic is definitely not a good solution for depreciation calculation, badi is better.

Vadim