Sum of the year digit method and declining balance method

Hi,
My Client want Deprecation methods Sum of the year digit and declining balance method for tax purpose. This requirement for Colombia Country.
Which Deprecation Area I activate and how will configure above two methods.
Regards
Venki

Sum-of-the-Years-Digits Method of Depreciation
Use
For each year of the expected useful life, the system notes the remaining useful life for the assets and totals the figures in each year. In each fiscal year, the remaining life is divided by this total in order to calculate the depreciation percentage rate for that fiscal year. This method leads to depreciation amounts that are reduced progressively by the same amount each period.
Since the remaining useful life is no longer defined after the end of the planned useful life, this depreciation method does not allow for depreciation after the end of the planned life. However, you can change to another method after the expected useful life has expired.
Acquisitions after the depreciation start year or post-capitalization will necessarily lead to a positive net book value at the end of planned life. For this reason, such transactions are not allowed when using the sum-of-the-years-digits method of depreciation. With this method, you have to handle subsequent acquisitions by creating sub-numbers. It is also a requirement that the acquisition year is the same as the depreciation start year.
Calculation :
Depreciation = APC * remaining useful life (current period) / total of remaining useful life (over entire useful life)
APC: 1000
useful life: 4
Total remaining useful life: 10 (= 4 + 3 +2 +1)
Depreciation 1st year = 1000 * 4 / 10 = 400
Depreciation 2nd year = 1000 * 3 / 10 = 300
Depreciation 3rd year = 1000 * 2 / 10 = 200
Depreciation 4th year = 1000 * 1 / 10 = 100
Declining-Balance Method of Depreciation
Use
For the declining-balance method of depreciation, the fixed asset is depreciated by a progressively falling rate. A constant percentage rate is calculated from the expected useful life and a given multiplication factor. This is multiplied with the falling net book value of the fixed asset. For mathematical reasons, the net book value will never reach zero using this method. You change over to straight-line or complete depreciation under these conditions:
Declining-balance depreciation < straight-line depreciation
Net book value < x percent of acquisition value
Net book value < fixed amount
Net book value < straight-line depreciation
The changeover method is specified in the internal calculation key.
Calculation :
Depreciation = net book value * percentage rate from expected useful life and factor
APC: 1000
Exp. useful life: 10
Net book value: 700
Multiplication factor: 3
Depreciation = 700 * (100% / 10 * 3) = 210
OR You can use following link
http://help.sap.com/saphelp_45b/helpdata/en/4f/71de3b448011d189f00000e81ddfac/frameset.htm
http://help.sap.com/saphelp_45b/helpdata/en/4f/71de3b448011d189f00000e81ddfac/frameset.htm
Regards,
ANJIREDDY
Edited by: ANJIREDDYA on May 8, 2010 12:09 PM
Edited by: ANJIREDDYA on May 8, 2010 12:10 PM

Similar Messages

  • Issue in Sum-of the years digit Depreciation

    Hi,
    I am capitalizing an asset in the mid of a year. Fiscal year of the company code is Jan -Dec ( Calendar Year).
    Suppose my depreciation start date is Nov 1st 2010, which means 2 months will be depreciated in 2010 and 10 months in 2011 with the same depreciation rate. While depreciating the asset through Sum-of the years digit depreciation key
    However, I am not getting the expected result.
    The asset is depreciated for the 2 months and after that the asset is depreciated completely for 2011 with a new rate.
    I am confused as to why this problem is arising.
    Kindly help.

    Hi,
    When I go to asset explorer, the depreciation calculation is
    For 2010
    Base value:230000
    Percentage : 0.5000
    Period : 2/12
    Depreciation : 19166.67
    For 2011
    Base value: 230000
    Percentage: 0.47222
    Period: 12/12
    amount : 108611.11
    For 2011 it shd hv been:
    Base value : 230000
    Percentage: 0.50000
    period : 10/12
    amount : 95833.38
    Base value : 230000
    Percentage: 0.055555556
    period : 2/12
    amount : 12777.78
    Kindly advice... how to bring this split up in 2011

  • Please help , I have iPhone 4S and have updated to iso6, don't know if that has anything to do with the problem but I can't set the year on date and time to the correct year, it automatically goes to 2578 ? Plz help

    Subject:
    Please help , I have iPhone 4S and have updated to iso6, don't know if that has anything to do with the problem but I can't set the year on date and time to the correct year, it automatically goes to 2578 ? Plz help

    Settings>General>International.
    Set the calendar to "Gregorian". You have it set to Buddhist.

  • Where can i find the theory for session and call transaction method

    hi
    where can i find the theory for session and call transaction method
    bye

    check this link
    http://www.sap-img.com/abap/learning-bdc-programming.htm
    http://www.planetsap.com/bdc_main_page.htm
    lsmw, bapi, bdc- session, bdc-calltransaction
    u can get it in help.sap.com also

  • What is the difference between organisation payment method and Assignment payment method?

    What is the difference between organisation payment method and Assignment payment method?
    As i am a new bie, i am curious to know this though it might sound a silly question.
    Thank you,
    Kuton

    You can create an Organization payment method of any Payment type(Cash, Check, BACS, NACHA etc) under the same country.
    All these will be valid payment methods on the payroll description form.
    And you can even attach these to a person.
    In which case you will have a Base currency (say USD) and payment currency (say GBP).
    These cases are not normal and only used by people who use a single BG for paying employees in 3-4 countries.
    So, unless you need to pay in different currencies, do not use it.
    Cheers,
    Vignesh

  • Difference between Session method and Call transaction method

    Hi,
    Difference between Session method and Call transaction method in BDC

    Hi,
    SESSION method:
    Is a standard procedure for transferring large amount of data into the R/3 system.
    Data consistency is ensured because batch input uses all thje checks conducted on the normal screen.
    It is a two step procedure:
    1.  Progarm: creates batch input session. This session is the data file that includes everything to begin the transaction.
    2. Process session: Which then actually transfers the data to database table.
    In this method an ABAP/4 program reads the external data that is to be entered in the SAP system and stores the data in a session.
    A session stores the actions that are required to enter your data using normal SAP transactions i.e. data is transferred to session which inturn transfers data to database table. Session is an intermediate step between internal table and database table.
    Data along with it's actions are stored in session. i.e. data for screen fields, to which screen it is passed, the program name behind it and how next screen is processed.
    When the program has finished generating the session, u can run the session to execute the SAP transactions in it.
    BDC_OPEN_GROUP
              You create the session through program by BDC_OPEN_GROUP function.
    1) User Name: User Name.
    2) Group       : Name of the session
    3) Lock Date : The date when you want to process the session.
    4) Keep        : This parameter is passed as 'X' when you want to retain session even       after processing it.                    
    BDC_INSERT
         Data is transferred to session by BDC_INSERT.
    BDC_CLOSE_GROUP.
         With this function the session will be closed.
    CALL TRANSACTION method.
    Syntax: call transaction <tr code> using <bdctab>
                                 mode <A/N/E>
                                 update <S/A>
                                 messages into <internal table>.
    <tr code>   : transaction code
    <bdctab>   : Name of the BDC table
    mode: mode in which you execute the transaction.      
    A   : all screen mode ( all the screens of the transaction are displayed )
    N   : no screen mode ( no screen will be displayed when you execute the transaction )
    E   : error screen ( only those screens are displayed where in you have error record )
    Update type:
    S: synchronous update in which if you change data of one table then all the related tables gets updated and SY_SUBRC is returned for once and all.
    A: asynchronous update in which if you change data of one table, the sy-subrc is returned and then updation of other affected tables takes place. So if system fails to update other tables still sy-subrc returned is zero.(that is when first table gets updated ).
    messages: if you update database table, operation is either successful or unsuccessful. These messages are stored in internal table. This internal table structure is like BDCMSGCOLL.
           TCODE:  transaction code.
           DYNAME: batch input module name.
           DYNNUMB: batch input dyn no.
           MSGTYP:  batch input message type.
           MSGSPRA: batch input language id of message.
           MSGID:    message id.
           MSGV1….MSGV5: message variables
    For each entry which is updated in the database table message is available in BDCMSGCOLL.
    Reward if useful
    Regards
    Srinu

  • Difference between batch input method and direct input method in LSMW.

    Hi all,
    what is difference between batch input method and direct input method in LSMW. are they same?if differences are there tell me with details?

    Hi,
    Here are few differences bw Batch Input and Direct Inputs methods.
    Batch Input: Uses classical BDC approach, but doesn't required an ABAP program to be written to format the BDC DATA. The user has to format the data using predefined structures and store it in a flat file. Yet it is a slower updation method.
    Direct Input: Works similar to Batch Input programs. The difference is, instead of processing screens they validate fields and directly load the data into tables using standard function modules. Much faster and suits for large volume of data.
    Thanks.
    DhanaLakshmi M S

  • Useful life different bewteen straight line and declining balance

    Have any one used different useful life between straight line and declining balance ?
    Does it work correctly?
    Thanks

    HI,
    Please check in the given path:
    Financial Accounting ->Asset Accounting - Valuation- Determine Depreciation Areas in the Asset Class
    Check here for your asset class, any value maintained in the fields useful life.
    Mostly you enter default Useful life for each asset class.

  • Trying to sum up the QHD/scaling problems and solutions

    Hello all,
    For a while I've been thinking about buying the Yoga2 -pro, yet I was (and am) worried about the high resolution making everything too small to work with. 
    Since there are so many posts (some with conflicting stories) in this forum regarding this issue, I'm trying to sum up where things stand at the moment,  especially as for what solutions are there at the moment and how do they work. 
    My uses are very simple, I surf the web allot using chrome, I read many pdf files using PDF exchange viewer and zotero as a file manager, I also use office 2010/13, dropbox, and also two research related software called atas.ti and SPSS.
    From what I've been reading there are two solutions - 
    1. Using windows 8.1 new scaling option. This works for most programs but not for all.
    My questions are: how bad is it when a progrma does not scale right. Is it still possible to use it ?   
    If anyone uses one of the programs mentioned above and can tell me how do they handle the highdpi setting It  would be great. 
    2. I've seen some posts about people how set their screen resolution to a lower resolution, (usually regular HD) then the native one. 
    Is that works well as if the screen was a regular hd screen, or does it create different problems ? (if not that might be the solution for me, as I really don't care much for qhd)
    Thanks 

    gshani wrote:
    Hello all,
    For a while I've been thinking about buying the Yoga2 -pro, yet I was (and am) worried about the high resolution making everything too small to work with. 
    Since there are so many posts (some with conflicting stories) in this forum regarding this issue, I'm trying to sum up where things stand at the moment,  especially as for what solutions are there at the moment and how do they work. 
    My uses are very simple, I surf the web allot using chrome, I read many pdf files using PDF exchange viewer and zotero as a file manager, I also use office 2010/13, dropbox, and also two research related software called atas.ti and SPSS.
    From what I've been reading there are two solutions - 
    1. Using windows 8.1 new scaling option. This works for most programs but not for all.
    My questions are: how bad is it when a progrma does not scale right. Is it still possible to use it ?   
    If anyone uses one of the programs mentioned above and can tell me how do they handle the highdpi setting It  would be great. 
    2. I've seen some posts about people how set their screen resolution to a lower resolution, (usually regular HD) then the native one. 
    Is that works well as if the screen was a regular hd screen, or does it create different problems ? (if not that might be the solution for me, as I really don't care much for qhd)
    Thanks 
    I'm running 3200x1800 at 185% Windows scaling, and everything looks perfect.
    Really, the screen is so good and sharp that going down from this resolution to 1920x1080 feels almost like going down from 1920x1080 to 1366x768.
    There are only very few apps that don't scale properly and look tiny. Adobe's apps such as Photoshop, Viber, Dropbox, FastStone Viewer. Viber anyway has modern app, which works and behaves perfect.
    If you want to keep your laptop for more than a year then I'd say it's well worth to go for a higher resolution. This trend is just accelerating.
    But, even right now, practically all everyday desktop apps work perfectly at regular 3200x1800 resolution, with Windows scaling that you can choose, 200% being a default one.
    When resolution is changed to 1920x1080 the resolution doesn't look at all that bad as I expected. In fact, it looks pretty decent. Maybe not as sharp as native 1920x1080 display, but pretty close. I bet most people would hardly notice a difference...
    Normally, LCD displays look all blurry if set to anything else than their native resolution. But Yoga 2 Pro has pentile display, which doesn't have full 3 RGB subpixels for each pixel but more like 2 and half, and so it actually scales better and sharper when set to non-native resolution.
    Additionally, the very high native resolution makes everything look better at non-native resolution, such as 1920x1080.
    Bottom end - there's really no need, if at all, to run any other resolution than native 3200x1800. You just adjust Windows scaling to what you like and enjoy the super sharp screen.
    I've read about this issue before I bought my Y2P, and was concerned a bit, but now that I have it and use it I see there's no reason for any worry.

  • Whats the difference between a class method and a instance method.

    I have a quiz pretty soon and one of the questions will be: "How does an instance method differ from a class method." I've tried looking this up but they gave me really complicated explanations. I know what a instance method is but not really sure what a class one is. Can someone post an example of a class method and try to explain what makes it so special?
    Edited by: tetris on Jan 30, 2008 10:45 PM

    Just have a look:
    http://forum.java.sun.com/thread.jspa?threadID=603042&messageID=3246191

  • How do you re-set an iPhone password when your child, the comedian, thought it was funny to change the four digit code, and now cannot remember what he put in? Thanks

    How do you re-set the four digit password when your son, the comedian, thinks it was funny to change the password, but now cannot remember what he changed it to? the phone goes inactive for 60 minutes, but I can't figure out how to get a reset.  Thanks, kel

    You're in trouble. You'll have to force the phone into recovery mode & restore it to remove the passcode:
    Leave the USB cable connected to your computer, but NOT your phone, iTunes running, press & hold the home button while connecting the USB cable to your dock connector, continue holding the home button until you see “Connect to iTunes” on the screen. You may now release the home button. iTunes should now display that it has detected your phone in recovery mode, if not quit and reopen iTunes. If you still don’t see the recovery message repeat these steps again. iTunes will give you the option to restore from a backup or set up as new.

  • I was able to download lightroom but Photoshop will not download . I have tried all day .I paid  for the year in advance and would like to use it.

    I  paid in advance for a year of  photoshop and was able to download lightroom but the photoshop will not download .Any sugessions?

    Sheilag44930607 do you receive any specific error messages when you try to install Photoshop?  What version of Photoshop are you installing?  Finally what operating system are you using?

  • TS2755 I received an error message after texting, unsuccessfully to a number w/o the area code. After adding the area code and trying again, the messaging app won't forget the seven-digit number and recognize the added area code.

    I have deleted the contact, rebooted, changed the contact name and added the ten-digit number. Send Message reverts to the old contact name, refusing to recognize the new contact name, or the ten-digit number. How do I overcome this sticky piece of messaging memory? I have an iPhone 4 with iOS7.

    The fix for this problem is easy and is set out here: http://edctips.blogspot.com/2014/09/fixing-iphone-texting-problem.html

  • Dates showing up as day of the year vs. day and month

    hi; on my work imac, for some reason dates are labeled as the number of the year (as in 64 March) vs. the day and month. it happens in Mail and assigning dates to files that were created.
    anyone know how to fix this?
    thx, charlie

    Open the International pane of System Preferences, click on Formats, choose Customize to the right of Dates, and correct the formats.
    (34004)

  • Attestation Process: what's the difference between reject and decline?

    While viewing an attestation request in Administrative Console, I can see 4 possible actions for each entitlement: Certify, Reject, Decline and delegate.
    It's all clear with Certify and delegate, but what's the difference between options 'reject' and 'decline'?

    I just can't believe that no one had used the feature described here
    http://download.oracle.com/docs/cd/B32479_01/doc.903/b32450/todolist.htm#CHDIGGCI
    Or used without knowing the difference?

Maybe you are looking for