Remain useful life depreciation recalculation

<our system setting>
1.base method (TCODE : AFAMA)
   dep. method : Stated percentage
2.Multi-Level Method (TCODE : AFAMS)
   9999  999  12  01  25%  rem.life(no check)  0%
ex)
asset acq date : 2009.03.10
asset acq amount : 48,000
aseet useful life : 4 years (48 months)
add asset amount : 2011.01.03  48,000
now deprecication
no     year-month     depreciation amount
1        2009.03            1,000
2        2009.04            1,000
3        2009.05            1,000
4        2009.06            1,000
5        2009.07            1,000
6        2009.08            1,000
7        2009.09            1,000
8        2009.10            1,000
9        2009.11            1,000
10      2009.12            1,000
11      2010.01            1,000
12      2010.02            1,000
13      2010.03            1,000
14      2010.04            1,000
15      2010.05            1,000
16      2010.06            1,000
17      2010.07            1,000
18      2010.08            1,000
19      2010.09            1,000
20      2010.10            1,000
21      2010.11            1,000
22      2010.12            1,000
23      2011.01            2,000   ==> add 48,000
24      2011.02            2,000
25      2011.03            2,000
26      2011.04            2,000
27      2011.05            2,000
28      2011.06            2,000
29      2011.07            2,000
30      2011.08            2,000
31      2011.09            2,000
32      2011.10            2,000
33      2011.11            2,000
34      2011.12            2,000
35      2012.01            2,000
36      2012.02            2,000
37      2012.03            2,000
38      2012.04            2,000
39      2012.05            2,000
40      2012.06            2,000
41      2012.07            2,000
42      2012.08            2,000
43      2012.09            2,000
44      2012.10            2,000
45      2012.11            2,000
46      2012.12            2,000
47      2013.01            2,000
48      2013.02            2,000
<= end useful life ================================>
49      2009.03            2,000
50      2009.04            2,000
51      2009.05            2,000
52      2009.06            2,000
53      2009.07            2,000
54      2009.08            2,000
55      2009.09            2,000
56      2009.10            2,000
57      2009.11            2,000
58      2009.12            2,000
59      2010.01            2,000
2000 = acquisition value(96,000) * 25% / 12
I want deprecication
no   year-month   depreciation amount
1        2009.03            1,000
2        2009.04            1,000
3        2009.05            1,000
4        2009.06            1,000
5        2009.07            1,000
6        2009.08            1,000
7        2009.09            1,000
8        2009.10            1,000
9        2009.11            1,000
10      2009.12            1,000
11      2010.01            1,000
12      2010.02            1,000
13      2010.03            1,000
14      2010.04            1,000
15      2010.05            1,000
16      2010.06            1,000
17      2010.07            1,000
18      2010.08            1,000
19      2010.09            1,000
20      2010.10            1,000
21      2010.11            1,000
22      2010.12            1,000
23      2011.01            2,846   ==> add 48,000
24      2011.02            2,846
25      2011.03            2,846
26      2011.04            2,846
27      2011.05            2,846
28      2011.06            2,846
29      2011.07            2,846
30      2011.08            2,846
31      2011.09            2,846
32      2011.10            2,846
33      2011.11            2,846
34      2011.12            2,846
35      2012.01            2,846
36      2012.02            2,846
37      2012.03            2,846
38      2012.04            2,846
39      2012.05            2,846
40      2012.06            2,846
41      2012.07            2,846
42      2012.08            2,846
43      2012.09            2,846
44      2012.10            2,846
45      2012.11            2,846
46      2012.12            2,846
47      2013.01            2,846
48      2013.02            2,850
<= end useful life ================================>
2,846 =  Net book value(96,000 - 22,000) / remain useful life(26)
so i changed setting
2.Multi-Level Method
   9999  999  12  24(changed)  25%  rem.life(changed check)  0%
but depreciation amount is not 2,846.
Edited by: soon hong kwon on Nov 21, 2011 7:49 AM

<our system setting>
1.base method (TCODE : AFAMA)
   dep. method : Stated percentage
2.Multi-Level Method (TCODE : AFAMS)
   9999  999  12  01  25%  rem.life(no check)  0%
ex)
asset acq date : 2009.03.10
asset acq amount : 48,000
aseet useful life : 4 years (48 months)
add asset amount : 2011.01.03  48,000
now deprecication
no     year-month     depreciation amount
1        2009.03            1,000
2        2009.04            1,000
3        2009.05            1,000
4        2009.06            1,000
5        2009.07            1,000
6        2009.08            1,000
7        2009.09            1,000
8        2009.10            1,000
9        2009.11            1,000
10      2009.12            1,000
11      2010.01            1,000
12      2010.02            1,000
13      2010.03            1,000
14      2010.04            1,000
15      2010.05            1,000
16      2010.06            1,000
17      2010.07            1,000
18      2010.08            1,000
19      2010.09            1,000
20      2010.10            1,000
21      2010.11            1,000
22      2010.12            1,000
23      2011.01            2,000   ==> add 48,000
24      2011.02            2,000
25      2011.03            2,000
26      2011.04            2,000
27      2011.05            2,000
28      2011.06            2,000
29      2011.07            2,000
30      2011.08            2,000
31      2011.09            2,000
32      2011.10            2,000
33      2011.11            2,000
34      2011.12            2,000
35      2012.01            2,000
36      2012.02            2,000
37      2012.03            2,000
38      2012.04            2,000
39      2012.05            2,000
40      2012.06            2,000
41      2012.07            2,000
42      2012.08            2,000
43      2012.09            2,000
44      2012.10            2,000
45      2012.11            2,000
46      2012.12            2,000
47      2013.01            2,000
48      2013.02            2,000
<= end useful life ================================>
49      2009.03            2,000
50      2009.04            2,000
51      2009.05            2,000
52      2009.06            2,000
53      2009.07            2,000
54      2009.08            2,000
55      2009.09            2,000
56      2009.10            2,000
57      2009.11            2,000
58      2009.12            2,000
59      2010.01            2,000
2000 = acquisition value(96,000) * 25% / 12
I want deprecication
no   year-month   depreciation amount
1        2009.03            1,000
2        2009.04            1,000
3        2009.05            1,000
4        2009.06            1,000
5        2009.07            1,000
6        2009.08            1,000
7        2009.09            1,000
8        2009.10            1,000
9        2009.11            1,000
10      2009.12            1,000
11      2010.01            1,000
12      2010.02            1,000
13      2010.03            1,000
14      2010.04            1,000
15      2010.05            1,000
16      2010.06            1,000
17      2010.07            1,000
18      2010.08            1,000
19      2010.09            1,000
20      2010.10            1,000
21      2010.11            1,000
22      2010.12            1,000
23      2011.01            2,846   ==> add 48,000
24      2011.02            2,846
25      2011.03            2,846
26      2011.04            2,846
27      2011.05            2,846
28      2011.06            2,846
29      2011.07            2,846
30      2011.08            2,846
31      2011.09            2,846
32      2011.10            2,846
33      2011.11            2,846
34      2011.12            2,846
35      2012.01            2,846
36      2012.02            2,846
37      2012.03            2,846
38      2012.04            2,846
39      2012.05            2,846
40      2012.06            2,846
41      2012.07            2,846
42      2012.08            2,846
43      2012.09            2,846
44      2012.10            2,846
45      2012.11            2,846
46      2012.12            2,846
47      2013.01            2,846
48      2013.02            2,850
<= end useful life ================================>
2,846 =  Net book value(96,000 - 22,000) / remain useful life(26)
so i changed setting
2.Multi-Level Method
   9999  999  12  24(changed)  25%  rem.life(changed check)  0%
but depreciation amount is not 2,846.
Edited by: soon hong kwon on Nov 21, 2011 7:49 AM

Similar Messages

  • FA Remain Useful life

    Hi All
    I need to get report for Fixed assets list with remain useful life
    Thanks

    Hi,
    It is not transaction, but table.
    Go to SE16 transaction, give the above table name and then execute.
    Regards,
    Sridevi

  • Change in Useful life of asset in mid year, but the previous posted depreciation should not be changed

    Dear Experts,
    I have a requirement in one of my client, We need to extend the useful life of asset in mid of an asset fiscal year and the depreciation which was posted in the previous should not be changed.
    Requirement:
    Useful life of asset  is to be extended after completing depreciation for 4 years and in-between the current asset fiscal year. Provided the present asset value has to be taken as the new book value of the asset and the depreciation posted henceforth to be posted based on the new asset value till the remaining useful life.
    Previously posted depreciation should be unchanged.
    Analysis:
    1.      The fiscal Year followed - October to September.
    2.      The useful life of asset will be changed, and the depreciated value posted till 31/mar 2014 will have the old depreciation value ( based on the original acquisition value)
    3.      The Depreciation key used in of type LINR (linear), depreciation value will be calculated based on the Book value till the asset value becomes ZERO at the end of useful life of the asset.
    4.      We can change the useful life of the asset at the end of a Asset fiscal year say FY- 2014, if this is done the existing configuration will take the Book value of the asset at the end of the Fiscal as the asset value and the new depreciation will be calculated based on the new useful life of the asset. The asset value will become ZERO at the end of the newly changed Useful Life.
    5.      But the requirement is that the useful life of the asset will be changed exactly half way in between existing Asset fiscal (i.e., 31/03/2014), if this is done system will change the depreciation value based on the new useful life ( since the Dep Key is LINR), but the depreciation value will change from the fiscal start say October 2013 to September 2014 ), which will not satisfy the requirement of the client. Since the depreciation which is already posted from October 2013 to March 2014 should not be changed.
    Note:
    1. We are not willing to retire the asset and create a new asset with the remaining book value as asset value and start depreciation.
    Kindly let me know if the requirement can be fulfilled without retiring the asset.

    Dear All,
    This requirement has been completed.
    1. I created New Multi level valuation method with base 26 ( Net book value w/o Revaluation ).
    2. New depreciation key was created and the above method was assigned to it. I never changed the Base method.
    3. new interval was created in the depreciation area, with this created dep key and extended the useful life of the asset. The depreciation was calculated according to the requirement.
    Originally the asset had useful life of  5 Years, I changed the asset useful life to 8 years now with new Depreciation key 2001.
    Depreciation was already posted to the asset till 04- 2013 for an amount of 148.27 SAR.
    Net Book value carried forward to 2013 = 1575.56 SAR
    Depreciation already posted till 4th period =   148.27 SAR
    Current Net book value after useful life extension           = 1427.29 SAR .
    Now the new depreciation key 2001 with Multilevel method 201, will take this Net-book value as Asset value and will depreciate along the useful life of the asset till it becomes zero.
    Planned depreciation of 2013 ( remaining 6 months) = 166.24 SAR
    Planned depreciation of 2014 = 225.96 SAR
    Planned depreciation of 2015 = 225.96 SAR
    Planned depreciation of 2016 = 225.96 SAR
    Planned depreciation of 2017 = 225.96 SAR
    Planned depreciation of 2018 = 225.96 SAR
    Planned depreciation of 2019 = 131.25 SAR
    Total      = 1427.29 SAR ( the Asset value becomes zero at the end of its remaining useful life.
    The previously posted depreciation from 01.01.2013 to 30.04.2013 was untouched.

  • Calculation of Depreciation based on Remianing Useful Life

    Hi
    I have a scenario in which depreciation percentage should be derived based on remaining useful life and it should remain same through out the remaining useful life.
    For eg,
    Take over date = 30.11.2010
    Acquisition Date= 01.04.2009
    Acquisition Amount = INR 200000
    Depreciation Till 30.11.2010 = 70000 INR
    Net Book Value as of 30.11.2010 = INR 130000
    Total Useful Life = 4 Years or 48 months
    Expired Useful Life = 1 year 9 months or 21 months
    Remaining useful life = 27 months
    Required Depreciation Per Month = 130000/27=4815
    Derived Percentage = 4815/130000*100=3.71%
    I have created a Base Method for calculation for Depreciation with Depreciation Method as "% from Remaining Life calculated from Depreciation Conversion Date". In Multilevel methods, I have assigned the Base Method as 24, Net Book Value
    and maintained the check box for Remaining useful life.
    However, the system is not calculating the  rate as expected.
    Regards
    Sanil Bhandari

    Hi Sanil
    Have you done any settings in OAYF - recalculate dep for previous years (IMG> AA > Asset Data Transfer > Parameters for Data Transfer > Options)
    For current year, it always does produce some difference due to rounding off, which should not be a big amount
    Ajay M

  • New Depreciation to start from Mar (not Jan) after change of useful life

    Hi
    Does anyoe has any solution or will there be changes to SAP B1's Fixed Asset?
    Let me explain the full scenario as below:
    1) Customer has Fixed Assest which has useful life of 25 years, i.e. 300 months.
    2) The assets has been depreciated for a few months, e.g from July 2008 to Mar 2009. In FA Master Data, it shows the remaining useful life is 294.
    3) From Mar 2009 onwards, the management decides that the userful life is to be 30 instead of 25. The past depreciated value is to remain. The new depreciated value is to be effective from Mar 2009 onwards.
    Changes Done
    1) In Fixed Asset Master file, under the General tab, a change has been made to the Useful life from 300 to 360. The remaining life is auto-change to 354.
    2) Re-run the depreciation for Mar 2009.
    3) The new depreciated value is re-calculated from Jan 2009 onwards and the adjustment is posted in Mar 2009.
    What is required is that Jan 2009 to Feb 2009 should remain the original depreciated value. The new depreciated value should be adjusted from Mar 2009 onwards.
    Please advise is there any solution or proposals.
    Example
    Asset value = 518749.95
    Useful life = 300
    Remaining Useful life = 294
    Monthly Planned Depreciated Value = 1729.17, Dec Planned Depreciated value = 1729.13
    After Changes Done
    Asset value = 250000
    Useful life = 360
    Remaining Useful life = 354
    Monthly Planned Depreciated Value = 1436.09, Dec Planned Depreciated value = 1436.06
    Required
    Asset value = 250000
    Useful life = 360
    Remaining Useful life = 354
    Jan and Feb Planned Depreciated Value = 1729.17
    Mar 2009 onwards, Planned Depreciated Value = 1404.95
    Calculation = (518749.95 - 20750 - 3458.34)/352
    where 20750 is the depreciated value for 2008 and 3458.34 is the depreciated value for Jan and Feb 2009.
    Thanks
    Siew Yuen

    Hi Yatsea
    Let me explain the full scenario as below:
    1) Customer has Fixed Assest which has useful life of 25 years, i.e. 300 months.
    2) The assets has been depreciated for a few months, e.g from July 2008 to Mar 2009. In FA Master Data, it shows the remaining useful life is 294.
    3) From Mar 2009 onwards, the management decides that the userful life is to be 30 instead of 25. The past depreciated value is to remain.  The new depreciated value is to be effective from Mar 2009 onwards.
    Changes Done
    1) In Fixed Asset Master file, under the General tab, a change has been made to the Useful life from 300 to 360. The remaining life is auto-change to 354.
    2) Re-run the depreciation for Mar 2009.
    3) The new depreciated value is re-calculated from Jan 2009 onwards and the adjustment is posted in Mar 2009.
    What is required is that Jan 2009 to Feb 2009 should remain the original depreciated value. The new depreciated value should be adjusted from Mar 2009 onwards.
    Please advise is there any solution or proposals.
    Example
    Asset value = 518749.95
    Useful life = 300
    Remaining Useful life = 294
    Monthly Planned Depreciated Value = 1729.17, Dec Planned Depreciated value =  1729.13
    After Changes Done
    Asset value = 250000
    Useful life = 360
    Remaining Useful life = 354
    Monthly Planned Depreciated Value = 1436.09, Dec Planned Depreciated value = 1436.06
    Required
    Asset value = 250000
    Useful life = 360
    Remaining Useful life = 354
    Jan and Feb Planned Depreciated Value = 1729.17
    Mar 2009 onwards, Planned Depreciated Value = 1404.95
    Calculation = (518749.95 - 20750 - 3458.34)/352
    where 20750 is the depreciated value for 2008 and 3458.34 is the depreciated value for Jan and Feb 2009.
    Thanks
    Siew Yuen

  • Wrong depreciation calcualtion when we change useful life of an asset

    Hi,
    We change the useful life of an asset during the middle of the year.  The deprecaiton calculation is not effecting correctly for the remaining useful life of an asset.
    We are using stright line method of depreciaion. I will appreciate if any post some tips what is wrong .
    Example: 
    Current State: 
    Acquisition value: 300,000
    Acquisition date: 1/1/08
    Useful life: 3 years
    NBV 12/31/08: 200,000
    NBV 6/30/09: 150,000
    New life: 2 years, starting 7/1/2009
    Current methodology:
    NBV at 12/31/08 divided by new remaining life as of the beginning of the year (2009) $200,000 / 12 months = $16,667
    Depreciation expense in 7/31/09: $66,669 ([16,667 * 7 months = 116,669] minus depreciation at old method booked for first 6 months of 2009 [200,000/24 = 8,333 * 6 = $50,000]). $116,669 u2013 50,000 = $66,669
    Monthly Depreciation expense between 8/31/09-12/31/09: $16,667 / month
    Future State: 
    Requested methodology:
    NBV at 6/30/09 divided by remaining life as of the date of the change: (150,000/6mos) $25,000
    Can any one explain what is the issue

    Hi,
    By default, any change in depreciation parameters will recalculate depreciation from the beginning.  If you want to change depreciation terms on different phases, you may need to introduce a depreciation key which changes percentage in multi-level method.
    Best Regards,
    Madhu

  • Changing useful life of an asset

    Hi All,
    Client wants to change the asset's useful life from 4 years to 3 years. Also previous depreciations should not get affected due to this. The new recalculated value of the asset should be spread over the remaining useful life and depreciation amount should also be recalculated accordingly. Do we have such functionality in SAP version ECC4.6?? or we need to post the depreciation manually going forward?? I have tried smoothing method but this is also not helping me out.
    Please advice if we can do something in it.
    Many Thanks,
    Parul

    Hello Parul
    Sorry but this functionality is only available as of release 6.0 if you have the
    new depreciation engine activated. Note 965032 will provide you more details. In
    particular section 4. c) Managing time-dependent depreciation parameters:
    With the new depreciation calculation, you now have the option to 
    change depreciation terms during the fiscal year. This means that 
    the changed parameters are included in the calculation always     
    from the period for which the period is also valid.
      The following depreciation terms can be maintained   time-dependently on the   fixed asset:                 
      -  Depreciation Keys                                                                               
    -  Useful life                                       
      -  scrap value/scrap value percentage rate                                                      
      -  variable depreciation portion                     
    Regards
    Javier

  • Extending useful life without automatic adjustments

    Our Assets department would like to extend the original and remaining life of all assets but DO NOT want the system to automatically adjust depreciation; they want to adjust this manually somehow.
    Is a change in useful life without automatic adjustments possible?  The only thing I could think of is to temporarily change the GL account that is assigned for depreciation so at least all the adjustments would be gathered in different GL accounts for prior periods so the changes can be dealt with manually.

    Hi,
    you could change to a depreciation method which would NOT consider the useful life of the asset, such as stated percentage rate, or manual depreciation.
    If your depreciation method is based on useful life (or remaining useful life) this would be contradictive if it wouldn´t change / be adjusted.
    Regards,
    Markus

  • Increased useful life

    Hi,
    We made some repair costs to our building, and we decided to capitalize the repair costs to value of the building. Also we decided that repair works incresed/prolonged useful life of this building. We want that NBV and capitalised repair costs would depreciate during the remaining + prolonged periods, i.e.
    Initialy useful life was 30 years, after 20 years when we made repair it was 10 years remaining, and we decided that repair prolongs useful life additional 5 years, so in total 15 years.
    How to adjust remaining useful life in order to claculate depraciation for the rest period plus additional period smoothly? Because system recalculates depreciation of previous periods and posts positive values and than negative, but we want calculate smoothly for the whole rest depreciation period with negative depr. values.
    Please help!

    Maybe I have described not so clear my problem. Because it is realy important for us I try to describe more detail:
    According to our internal accounting principles of fixed assets, when
    we made essential subsequent acquisition, e.g. we made repair works of
    the roof of our building; we have to add those costs to initial
    acquisition cost of the building, and to prolong useful life of the
    building. And depreciation calculation must be calculated in this way:
    Initial acquisition cost 1.000.000 monetary units (MU);
    Initial useful life 40 years;
    Monthly depreciation was: 1.000.000/40/12 = 2.083 MU;
    After 20 years we made subsequent acquisition amounting to 200.000 MU
    and prolonged useful life additionally 10 years.
    So in our accounting books planned monthly depreciation after
    subsequent acquisition must be as follows:
    (500.000 + 200.000) / 30 / 12 = <b>1.944</b> MU,
    500.000 MU net book value at subsequent acquisition day = 1.000.000 /
    20
    30 years = remaining 20 years + prolonged useful life 10 years
    But the system calculates in this way:
    Recalculates depreciation of past 20 years and posts difference with
    positive depreciation value to current year planned depreciation:
    1.000.000 / 40 / 12 - 1.000.000 / 50 / 12 = 2.083 - 1.667 = 417 MU,
    417 * 20 * 12 = 100.000 MU
    And only after that in planned future fiscal years system posts
    negative depreciation. For example we made subsequent acquisition in
    December of 2006:
    Period      Depreciaiton, MU
    2006/12    +100.000
    2007/01     -2.222
    2007/02     -2.222
    …             -2.222
    2036/12     -2.222
    Posting like above are completely inconsistent with our internal
    accounting principles. We need to avoid positive depreciation postings
    at all.
    We need postings as follows:
    Period        Depreciaiton, MU
    2006/12      -1.944
    2007/01      -1.944
    2007/02      -1.944
    …              -1.944
    2036/12      -1.944
    How to configure depreciation of subsequent acquisitions and prolonging
    of useful life according to our needs?

  • Useful Life in Assets

    Dear Experts,
    What is the useful life we should enter when we migrated the asset from Legacy system to a new SAP Environment?
    The useful life should be as per the legacy system or should it be the remaining useful life?
    Thank you.

    Hi,
    Please refer to this thread:
    Assets Useful Life and Period
    Best Regards, Lawrence

  • Asset Depreciation - Depreciation to the date + Percentage from useful life

    Hi Asset Accounting Experts,
    I have a business requirement for depreciation as follows in depreciation calculation.
    Aquisition Month    : Depreciation to the date
    remaining Months   : Straight Line Depreciation - Ordinary: percentage from useful life
    Retirement Month   : Depreciation To the date
    Eg: Aquisition value = 12000     Useful Life 10 years  i.e Depreciation per month 100
    Asset Aquired in 20.01.2009 (Period 1)
    Retired in 12.04.2009 (Period 4)
    Depreciation should post as follows
    Period 1 - 100*11/31 =   35.48
    Period 2 -                      100.00
    Period 3 -                      100.00
    Period 4 -  100*12/30 =   40.00
    I would really greatful if someone can help me on this.
    Thanks in advance.
    Chandimal

    Hi,
    You can define this in your depreciation key.
    Check depreciation to day check box. System will calculate the depreciation from date of capitalization if you have define multilevel method , depreciation from capitalisation date. Also choose base method depreciation from useful life. Define life in Asset master , post the entry and check the depreciation behaviour.
    Check with this system will post the depreciation as per your requirement.
    Regards
    pankaj Pandey

  • Complete Depreciation in the Last Year of Useful life

    I am trying to create following scenario in SAP using declining balance method where the percentage is calculated from the useful life...example below;
    A printer has APC of 100 TRY and itu2019s useful life is 3 years,
    The depreciation percentage is calculated as 1/3 = 0.33 * 2 = 0.66
    However if the percentage rate is greater than 50% than 50% is the maximum taken as the annual percentage rate.
    2010u2019s depreciation = 100*50%=50 TRY (NBV balance 50 TRY)
    2011u2019s depreciation = 50*50%=25 TRY (balance 25 TRY)
    2012u2019s depreciation =25 TRY (last yearu2019s depreciation = net book value u2013 accumulated depreciation)
    When trying to replicate this scenario in the system; it does the following;
    2010u2019s depreciation = 100*50%=50 TRY (NBV balance 50 TRY)
    2011u2019s depreciation = 50*50%=25 TRY (balance 25 TRY)
    2012u2019s depreciation =12.5 TRY
    2013u2019s depreciation = 12.5 TRY
    Even though the useful life of the asset is only 3 years u2013 it carries forward the remaining depreciation to the next fiscal year...this is not what I want. Do you know if there is a parameter in the depreciation key that forces the final year of useful life to take the remaining depreciation amount.

    Hi Bernard,
    Yes  - I  have a changeover applied in my first phase to "changeover at end of useful life" then in the next phase I have "changeover in planned life" with immediate depreciation.
    The problem with this is that the remaining depreciation is only applied in the next year...however I need it to be applied in the last year fo useful life. The changeover options do not allow for "changover within planned life" unless a percentage is supplied for when net book value reaches a certain percentage.
    However, I cannot determine a percentage as the useful life of my assets will always change...resulting in the NBV percentage to be different by asset class..
    If there is a way to do this without activating the BADI that would be great.
    Regards
    S.Vekaria

  • Different useful life in depreciation area - same depreciation

    Hello,
    I have the same depreciation key but different useful life for some assets master data, but when I calculate the depreciation, in the second depreciation area I have the same depreciation amounts like in the first depreciation area. The second depreciation area posts depreciation only...
    Can you help me please?
    Regards,
    Mike

    Hi Mike,
    to answer this question you should at least provide detailed information about the depreciation key used. For instance depreciating with a stated percentage rate wouldn´t consider the useful life, same depreciation amount would be the result. And there are several other possibilities.
    Regards,
    Markus

  • Asset Legacy depreciation adjustment within useful life

    Asset depreciation is being calculated on the useful life of the asset.
    I am using replacement value (03) as the base value of calculating depreciation, when i am transferring legacy data of the asset, if there is a difference in the accumulated depreciation the system does not adjust it within the useful life of the asset.
    If i check the indicator calculate depreciation after useful it will write off the asset completely but not in the assets useful life.
    In case of new assets it is adjusting within the useful life of the asset, but not for legacy assets.
    Is the system behaving correctly?
    Regards.

    Well there is depreciation after end of useful life. But i have selected to post depreciation after usfeul life. My question is that the system should adjust the depreciation within the useful life and not extend its useful life.
    It is adjusting it for new assets created but not for legacy assets.

  • Depreciation continues after the use life ending

    Hi Experts,
    My customer have begun July, 2007 acquisition with the depreciation from the
    same month, and this asset use life is 3-years.
    It should end use life in June of 2010 but at the monthly depreciation,
    the depreciation continues until August.
    I have suggested the customer to change the base method to 0016,
    from JPS7 in phase 2, but it contradicts with the note 1057539.
    Could you please give me some suggestion?

    Hi Bernhard Kirchner ,
    according to the note 1057539,
    the Dep. after plnd.life end is choosed by  "Yes",
    and the Dep. method is choosed by u201Ccountry specificu201D
    when I change the "Dep. after plnd.life end "to "NO"
    the depreciation can be ended  use life in June of 2010 ,
    but the problem is that the NBV is not stopped by memo value,
    but stopped by the amount of July+August.
    for example:
    Dep. after plnd.life end  = YES (memo value=1)
    Per Ord.dep.
    1   600
    2   600
    3   600
    4   600
    5   600
    6   600
    7   600
    8   600
    Dep. after plnd.life end  = NO (memo value=1)
    Per Ord.dep.
    1   600
    2   600
    3   600
    4   600
    5   600
    6   600
    7   0
    8   0
    we want to answer as below:
    Dep. after plnd.life end  = NO (memo value=1)
    Per Ord.dep.
    1   800
    2   800
    3   800
    4   800
    5   800
    6   800
    7   0
    8   0
    could please help me further?

Maybe you are looking for

  • HP DV -6 1161 tx 16inch support no longer available

    Hi All,           Im using the HP DV6 1161 tx model purchased in 2009. I updated the OS to wndows 7 home premium. Now my bluetooth and webcam dont seem to work. Also my device manager shows the following : The Hp Website no longer supports my model f

  • Mapping Org Chart to a specific role

    Hi All, I'm in the process in implementing NAKIZA V4.1 in my company but I'm facing difficulty in one of the requirements, I have two Org Charts configured, first one (main Org Chart) is displayed for all users which it's rooted by User ID, it's work

  • Apple GMail sync - Fail

    Getting an issue with Gmail sync on the Apple Mail client where it refuses to accept the settings. Claims the password isn't correct. The same password I can actually log in to Gmail in on the web version AND the same email that I can use to set up G

  • How to get Text from (.txt) file to display in the JTextArea ?

    How to get Text from (.txt) file to display in the JTextArea ? is there any code please tell me i am begginer and trying to get data from a text file to display in the JTextArea /... please help...

  • Permissions for files saved on another machine's shared disk

    I'm having problems with permissions on files that I create on my Macbook but save on my Mini. They are all created as read only for everyone except me, which rather defeats the purpose of having the shared directory on the Mini. I want to change the