Hi sap gurus,
my customer want us a special depreciation key.
the calculation should be as follows;
APC : 12.000
salvage value : 2.000 (changes according to year)
acc. dep = 2000
remaining life = 8 years.
calculation = (APC- Accumulated Depreciation - salvage value) / remaining life
x = (12.000 - 2.000 - 2.000) / 8 = 1.000 (yearly depreciation
is there any standart way to handle this operation?