Dear SAP experts,
I have been required to configure a new Depreciation key that has the following Scheme.
It will be configured in such way that the assets will only depreciate once a year on February, like this:
o 1st year: 33% in february or Acquisition month.
o 2nd year: 33% in february
o 3rd year: 33% in february
The depreciation key will be applied to assets with 3 years of use life.
I'm not really an expert in AM... so this kind of scheme is new to me.
I have tried two methods:
1) I have tried creating a depreciation key and playing with the period controls and calendar assignments but haven't been able to obtain the desired results (maybe I'm doing it wrong).
2) I also tried using an Enhacement. I made a small piece of code inside one of the methods of the BADI that changes the amounts to the desired ones, and the system seems to apply the depreciation correctly for February. But for some reason it reverses it the following month so the yearly depreciation ends up being zero.
Result:
So the question would be:
1) ¿Is there a means to solve this scenario using standard customizing? ¿What could I be doing wrong?
2) If there is not... then, ¿What could be the reason for the system automatically reversing the calculated depreciation the following month when using my Enhancement code?
Thank you all very much for your support.
Luis