Complete depreciation in last year first month

hi experts,
is there any way to complete deprec.in last year but in the first month.
i have used multilevel and i restrained the year and the month. this is two year asset
first year %33,333 of it depreciated and last year first month we want to complete deprec.
in the multilevel 1 year i made %33,333 percent and 2 year 1 month 100 of 24 referance value,
but it still calculates 12 months even though i restrained it.
any suggestions.

hi,
Use base method 0017 Ordinary: immediate deprec. (after end of life).
Rysiek

Similar Messages

  • Posting Depreciation for last year in the current year

    Hi,
    We have a situation in which we have to book depreciation for assets that were put into service since last year in the current year. The depreciation expense was accrued and reported when the year was closed out. However SAP wouldnt allow us to calculate the depreciation for anything before 01/01/2009. The assets were put into service in July of last year and hence we need to post 6 months of depreciation that we accrued last year in this posting period (when we will be capitalizing those assets). How do we go about doing this?
    Here is what we tried:
    1. Manual Depreciation: Doesnt work. The depreciation key we are using (LINA) doesnt allow manual depreciation
    2. Changing the ordinary dep start date: You can change this date to last year but it wont calculate the depreciation from last year. It just starts the useful life from last year. The depreciation that is being caught up starts from 01/01/2009
    3. Unplanned Depreciation: This is not an option because it goes to a different G/L account. The client wants it to be in the regular depreciation expense account only.
    Any suggestions?
    Thanks!

    Hi,
    So far my knowledge goes there is no way wherein you can capitalise assets in currnet year and account for dep from the previous year unless you go for post capitalisation vide ABNAN.Let me try to explain it by the following example.
    FY: April to March
    APC 10000/
    Rate od dep   10%
    Ord dep Start   01.10.08.
    Asset capitalisation date 01.10.08 but posted in the system on,  say   01.04.09.
    Line items for ABNAN
    70   Asset A/c     10000
    75   Acc Dep                          500(on 10000 @ 10% for 6 months)
    50 Rev for post capitalisation 9500.
    FB60 Line items.
    31   Vendor Account       10000
    40  Prior per dep                   500
    40  Rev from post capitalisation  9500.
    I do hope you will be able to clear your confussion.
    With best wishes
    Monoj
    Edited by: MONOJ SARKER on Aug 5, 2009 12:11 PM

  • Using Fiscal/Year Period to get last year all months data

    Hi,
    Had a requirement to get Last Years 1-12 months data based on Fiscal/Year Period. So here i am using Fiscal/Year period as my input. Please let me know with code.
    Regards,
    Vishnu

    Hi ,
    Where you want to write code ?
    Well the basic logic will be like :
    TYPES: BEGIN OF ty_range,
    sign TYPE c LENGTH 1,
    option TYPE c LENGTH 2,
    low TYPE c LENGTH 8,
    high TYPE c LENGTH 8,
    END OF ty_range.
    DATA : t_range TYPE TABLE OF ty_range,
    w_range LIKE LINE OF t_range.
    DATA :v_lastyear type c length 4  .
    v_lastyear = sy-datum(4) - 1 .
    w_range-sign = 'I'.
    w_range-option = 'EQ'.
    concatenate  v_lastyear '001'  t into w_range-low.
    concatenate  v_lastyear '012'  t into w_range-high.
    APPEND w_range TO t_range.
    ****it will select data from source package for last one year .Internally year and period store like YYYYPPP  (2011001)
    select  SOURCE_PACKAGE WHERE 0fiscper  IN t_range.
    you can modify selection statement as per your requirement .
    hope this will be helpful .
    Regards,
    Jaya Tiwari

  • Forget to run depreciation in last year

    Hi all,
    We forget to run depreciation for Dec 2008 after the GR was reversed that month. We want to post the depr. in this month (Jul 2009). If it must be posted in 2008, what adjustment we can do?
    [http://www.markpeak.com/temp/asset1.jpg]
    Thanks your help.

    I looked at the posted values....
    " ...user made the GR reverse in Jan 2009 but posted to Dec 2008. The user forget to make "repeat run" for the adjustment.
    We have then GR in Feb 2009 . System allowed user to have planned depreciation, but it doesn't include the skipped period."
    I see that depreciation began in period 2 which is Feb 09 (when the goods receipt was entered). This is correct.
    The GR reversal posted to Dec08 which was entered in Jan 09 is correctly not affecting the posted depreciation. There should not be any depreciation until Feb 2009 when the valid GR was posted. Looking at the posted figures, no adjustment is needed for Dec or Jan. I see no skipped period.
    The total posted depreciation (122.60) equals the amounts posted from period 2 through 6 of 2009. There were no entries in Dec 08 or Jan 09 which need adjustment.
    Let me know if I am still not understanding something.

  • 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

  • OAYC can not modify the the last depreciation posting year and month

    Dear all,
    I will set the asset last depreciation posting fiscal year and period,  but, in the OAYC T-CODE, the fiscal year and period feilds is unabled.
    use F1 key, the detail message is :
    Fiscal year of last depreciation posting
    In this field, the system enters the fiscal year for which depreciation was last posted. If legacy data transfer is carried out during the course of the fiscal year, you must manually update this field.
    The field is not available for input if legacy data not transferred within the fiscal year, or if depreciation is not posted in this depreciation area.
    But I do not how to correct it .
    Please help me. thanks.
    Passion Wu

    Hi,
    Answer for your query is available in your question only.
    The field is not available for input if legacy data not transferred within the fiscal year, or if depreciation is not posted in this depreciation area
    There are 2 ways to upload the legacy asset to the SAP system.
    1) Legacy asset upload at previous fiscal year end
    2) Legacy asset upload during current fiscal year
    When you use the 2nd method only, system will allows you to enter those last posted dep period and fiscal year OAYC.
    In this context your legacy asset transfer date should fall within the current fiscal year.
    Ex: If your FY is APR2MAR, then your transfer date cannot be the end date of last closed fiscal year.(31.03.2009)
    It should be like 30.04.2009 or 31.05.2009 or 30.06.2009 and so on.............
    Hope this will help you.
    Thanks,
    Srinu..
    OAYC_SRBORIGI

  • I bought a pdf book last year and had no problem reading it for a few months then all of a sudden I could no longer open it and to this day. Any other pdf download off internet I can still open and read, except for that particular book. Operating system i

    I bought a pdf book last year and had no problem reading it for a few months then all of a sudden I could no longer open it and to this day. Any other pdf download off internet I can still open and read, except for that particular book. Operating system is Windows 7 Home Premium, Adobe Reader XI 11.0.07.  When trying to open file I get msg "You did'nt login or your session has expired. Please log in to read this document for the first time". (Like I said I have read it before). So I log in but that prompts me to give the name of the file I want to export or convert to Word or something else, which is not what I want to do of course. I have not purchased any service from Adobe or Acrobat as I only need to read. Thanks for your help..

    Thank you for your reply. Operating system is Windows 7 Home Premium, Adobe Reader XI 11.0.07.  When trying to open file I get msg "You did'nt login or your session has expired. Please log in to read this document for the first time". (Like I said I have read it before). So I log in but that prompts me to give the name of the file I want to export or convert to Word or something else, which is not what I want to do of course. I have not purchased any service from Adobe or Acrobat as I only need to read. Thanks for your help.

  • Customer Exit to get last day of month from Year/month

    Hi Experts,
    I need to create a customer exit to get the last day of month from Cal Year month input variable.
    Examples
    1)
    User input period: 12.2008
    I need from the customer exit: 31.12.2008
    2)
    User input period: 02.2009
    I need from the customer exit: 28.02.2009
    Can someone help me with the ABAP code to achieve this with a customer exit?
    Help will be appreciated.

    Hi,
    Please use the following code,
    Second one is the suitable solution for you, I can understand that, if it leafe year then you have the problem so use the secon one.
    First one is using Period i.e. 010.2008 (December 2008).
    Secodn one is based on Date/Month.
    Note: Insted of SY-DATUm, you give your variable name
    *******To get the Last day of the Fy Period entered by User in ZFYP***
        WHEN 'ZLDAY_FI'.
          LOOP AT i_t_var_range INTO loc_var_range WHERE vnam = 'ZFYP'.
            zbdatj = loc_var_range-low+0(4).
            zbuper = loc_var_range-low+4(3).
            CALL FUNCTION 'LAST_DAY_IN_PERIOD_GET'
              EXPORTING
                i_gjahr = zbdatj
                i_periv = 'V3'
                i_poper = zbuper
              IMPORTING
                e_date  = zzdate.
            CLEAR: l_s_range.
            l_s_range-low = zzdate.
            l_s_range-sign = 'I'.
            l_s_range-opt = 'EQ'.
            APPEND l_s_range TO e_t_range.
          ENDLOOP.
    Note: in the below code I given SY-DATUM, so you change to your Month Variable like using  
    LOOP AT i_t_var_range INTO loc_var_range WHERE vnam = 'XXXX'.
    ** Last Day of Current Calendar month
          zzdate = sy-datum.
          CALL FUNCTION '/OSP/GET_DAYS_IN_MONTH'
            EXPORTING
              iv_date = zzdate
            IMPORTING
              ev_days = znum.
          CLEAR: l_s_range.
          l_s_range-low+6(2) = znum.
          l_s_range-low+0(4) = sy-datum+0(4).
          l_s_range-low+4(2) = sy-datum+4(2).
          l_s_range-sign = 'I'.
          l_s_range-opt = 'EQ'.
          APPEND l_s_range TO e_t_range.
    Thanks
    Reddy
    Edited by: Surendra Reddy on Jan 27, 2009 2:47 PM
    Edited by: Surendra Reddy on Jan 28, 2009 6:12 AM

  • Negative assets cause full depreciation the first month

    Hi guys: please help me understand why the negative assets that I have set up via AS91 are depreciating completely in the first month.
    The positive assets are correctly depreciating. I suspect its the depreciation key LINA that i am using that is causing this, but is it an element of the key (example the base method 0011) that may be tr

    Hi,
    Check your base methods, which are assigned to your depreciations phases for dep key LINA.
    I hope you might have changed the standard key
    Check Dep key LIN, below is the standard settings for it.
    Phase 1
    DepType- N
    Phase -1
    Base method -0009
    Decl.-bal. method-001
    Prd cont-003
    Multilev.meth-010.
    Class-SLM
    Multiple shift  Increase in depreciation and expir
    Scrap value-0
    Shutdown-No
    Phase 2
    DepType-Z
    Phase-1
    Base method-0030
    Decl.-bal. method-001
    Prd cont-001
    Multilev.meth-011.
    Class-(blank)
    Multiple shift- Increase in depreciation and expir
    Scrap value-0
    Shutdown-No
    SAVE and check your assets now
    Thanks,
    Srinu

  • How to select last year's first day

    Hi friends,
    How to get the last year's first day using sysdate as on sysdate
    this gives the current year's start date
    I need last year's start date like 01-jan-2010 as on sysdate
    thanks

    Another:
    SQL> select trunc(sysdate-365.25,'YYYY') from dual;
    TRUNC(SYSDATE-365.25
    01-JAN-2010 00:00:00Note: the .25 accounts for this query being run on the last day of a leap year e.g.
    SQL> select trunc(date '2012-12-31'-365.25,'YYYY') from dual;
    TRUNC(DATE'2012-12-3
    01-JAN-2011 00:00:00Edit: Note, this still isn't completely accurate and could give a wrong result. Better solution is to use the add_months function.
    Edited by: BluShadow on 06-Apr-2011 11:55

  • First month and year relevancy for COI

    When transferring the data from legacy system to ECC/BCS system, what is the context in the ‘Year and period of first data entry’ will help the COI process.
    Suppose the go live is on Jan 2008, is it put the first month and year as 001,2008.
    How this impacts BCS ,particularly COI functionality in future if the data of starting in BCS as first month and year.
    How does this impact the future execution of the function.

    Venkat,
    do you mean Year & Period of 1st Collection fields in the Companies screen?
    If yes, then the answer is very easy. If you have clicked on the 1st field description and then press F1, you would get the following help:
    Year of First Data Collection
    Attribute of the consolidation unit, which specifies the first period for which reported financial data can be entered or collected for that consolidation unit.
    You are able to record reported financial data in the period of first entry and the year of first entry, even if posting and entry is blocked.
    Dependencies
    In customizing of consolidation units, you specify the year of first entry along with the period of first entry.
    Regarding the periods.
    I usually start customization in the period that is definitely earlier than go-live period.
    Because:
    1. I need to upload beginning balances. Usually I do this upload in the last periods of the year prior to go-live. -- in order to make balance carryforward.
    2. In case of CoI I need to post and consolidate the history of capital. In periods prior go-live.
    Edited by: Eugene Khusainov on Apr 25, 2008 8:54 AM

  • BI Query Monthly (this year and last year) vs YTD (this year and last year)

    I have a query requirement in BI to create a Query which will give me
    Sales Monthly (this year and last)  vs YTD Sales (this year and last).
    Here is an example of how the query would look:
    01/2007     01/2008     02/2007     02/2008     03/2007     03/2008     YTD 2007 YTD 2008
    Above would represent CKF's by month and YTD with Text Variables.
    Is this possible?  Obviously my problem is the number of columns that I would need, since I would not always be reporting on the same month(s).  Any suggestions (if this is possible).
    Thanks

    Hi,
    You can do it, see the following code and change as per your requirement...
    FMYEAR and LMYEAR Customer Exit variables on 0CALMONTH.  If you have any input variable then link it.
    Note:  Use Offsets for the following Variables to get 2007,2008,2009 results...
    * First Month Of Current Fiscal year comment*
        WHEN 'FMYEAR'.
          CALL FUNCTION 'DATE_TO_PERIOD_CONVERT'
                 EXPORTING
                   i_date               = sy-datum
    *         I_MONMIT             = 00
                   i_periv              = 'V3'
                IMPORTING
                  e_buper              =  zbuper
                  e_gjahr              =  zbdatj.
          CLEAR: l_s_range.
          l_s_range-low+4(2) = '04'.
          l_s_range-low+0(4) = zbdatj.
          l_s_range-sign = 'I'.
          l_s_range-opt = 'EQ'.
          APPEND l_s_range TO e_t_range.
    * Last Month of Current Fiscal year*
        WHEN 'LMYEAR'.
          CALL FUNCTION 'DATE_TO_PERIOD_CONVERT'
                 EXPORTING
                   i_date               = sy-datum
    *         I_MONMIT             = 00
                   i_periv              = 'V3'
                IMPORTING
                  e_buper              =  zbuper
                  e_gjahr              =  zbdatj.
          CLEAR: l_s_range.
          l_s_range-low+4(2) = '03'.
          l_s_range-low+0(4) = zbdatj + 1.
          l_s_range-sign = 'I'.
          l_s_range-opt = 'EQ'.
          APPEND l_s_range TO e_t_range.
    Thanks
    Reddy

  • How to calculate the sales in the last month of last year

    Hi all,
    I have a requirement need to implement ,
    the report has three columns,
    MONTH----SALES----SALES2
    201201----10------------100
    201202----20------------100
    201203----30------------100
    201204----40------------100
    201205----50------------100
    The Sales2 is the sales of last month of last year, that is sales in 201112, value is 100.
    How to realize this requirement ?
    thank you in advance!!!

    sorry,
    I think you maybe not understand my requirement.
    What I want to implement as follow,
    MONTH----SALES----SALES2
    201201----10------------100 (This is 201112's Sales)
    201202----20------------100 (This is 201112's Sales)
    201203----30------------100 (This is 201112's Sales)
    201204----40------------100 (This is 201112's Sales)
    201205----50------------100 (This is 201112's Sales)
    201206----60------------100 (This is 201112's Sales)
    If I set SALES2 =AGO(SALES,MONTH, <number of period>)
    how can I set <number of period> ?
    201201 should mapping to 201112
    201202 also mapping to 201112
    201203 also mapping to 201112
    201204 also mapping to 201112
    201205 also mapping to 201112
    201206 also mapping to 201112

  • Parameter for Last Week, Last Month & Last Year from the current Date

    I have a crystal report that has a StartDate & EndDate parameters from the stored procedure that I am calling. Now i got a new requirement saying that my user wants a drop-down parameter in which they need to be able to select last week (Sunday to Saturday), last month, last year instead of manually selecting start date and end date parameters? Can anyone please explain me how to do this?
    (FYI, I am using Crystal 2008)

    Hi Naveen,
    You'll need to handle the logic in the Stored Proc's where clause.
    If you're using oracle, I have something like this in the Stored Proc's where clause for our reports:
    Where {Date_Field} Between
    Decode('{?Relative Date}',
    'Yesterday', sysdate - 1,
    'Last Week', Tunc(sysdate, 'IW')-7)
    AND
    Decode('{?Relative Date}',
    'Yesterday', sysdate,
    'Last Week', Tunc(sysdate, 'IW'))
    where 'Relative Date' is a prompt in the Stored Proc and 'yesterday'. 'last week' are the 'static values' in the prompt.
    -Abhilash

  • This problem showed up last year spent 2 months with apple senior supervisor for tech support no solution. When the "new" itunes came out problem fixed its self. Just did an update last week or so and back to the problem. In "get info" missing all rt side

    Last year upon an update some of my itunes media was not working. Then the new version came out and it fixed itself.
    Well another update and we start over with the problem. In the itunes store you can not preview any tv show, music video, or movie.
    In your itunes library none of the purchased movies, tv shows, or music videos play. The element the same is in the get info tab. The information in the right side pane in the middle is gone. The left side information is still present. The right side info is the purchase info. Even an item downloaded today had the missing info and will not play. After dealing with apple support with the first go around last year. I uninstalled and reinstalled itunes 8 or more times, in the proper order. I deleted my itunes library and reinstalled it. We deleted all types of program files and program data. nothing worked. I was trying things on my own and foung nothing. Please help I am so frustrated with this. It seems to be a codec error that I can not solve.

    Your issue has been escalated to a Verizon agent. Before the agent can begin assisting you, they will need to collect further information from you.
    Please go to your profile page for the forum, and look in the middle, right at the top where you will find an area titled "My Support Cases". You can reach your profile page by clicking on your name beside your post, or at the top left of this page underneath the title of the board.
    Under “My Support Cases” you will find a link to the private board where you and the agent may exchange information. This should be checked on a frequent basis as the agent may be waiting for information from you before they can proceed with any actions.
    To ensure you know when they have responded to you, at the top of your support case there is a drop down menu for support case options. Open that and choose "subscribe".
    Please keep all correspondence regarding your issue in the private support portal.

Maybe you are looking for