Calculate depreciation and generate Assets History Sheet / system currency?

Hi, I want to know if I can calculate the depreciation and generate Assets History Sheet in system currency which is different of local currency. in fact the amount of depreciation calculated in TND and converted in euro is different of the amount calculate directly in euro.
Example:
01/01/2009 (rate EURO/TND = 1,27 )
Acquisition cost: 1000 euro = 1270 TND
Percentage of depreciation   10%               
If I calculate the depreciation in TND and convert it in euro the amount is equal to 1270*10%/1,7(rate EURO/TND at 31/12/2009)= 74 euro
otherwise if I calculate the depreciation directly in euro the amount is equal to 1000 *10%=100 euro
Thanks.

Hi Mohamed,
If the asset is acquired with foreign currency, it will be booked with both local and foreign currency in accounting, but the asset values and depreciation will be always converted and calculated with local currency.
How ever per your scenario, you can implement the report this way:
1.You can get the planed and posted deprecaiotn value in local currency (TND) by depreciation area, period and asset number in table @BA_ODPV
  - Depr value for 2009 = 1270 * 10% = 127 TND
  - Depr value per month = 127 / 12 = 10.58 TND
2.Convert the depreciation value into sysetm currency (EURO) with the exchange rate on acuqistion day (01/01/2009 (rate EURO/TND = 1,27 )), thus you need to retrieve the exchange rate on 01/01/2009 from table ORTT
  - Depr value for 2009 = 127 TND, you can easily get this with SQL
  - Depr value for 2009 = 127 / 1.27 EURO = 100 EURO  (01/01/2009 (rate EURO/TND = 1,27)
SQL for report (You may set the ratedate and fiscal year as parameter):
--Retrieve the exchange rate from ORTT by date and currency
declare @rate as float     
select @rate = Rate from ortt where RateDate = convert(datetime,'20090101',112) and Currency = 'USD'
--Sum up the depreciation value grouped by asset number and filerd with fiscal year and depreciaiton area
--Report: Asset Numer, Fiscal Year, Planed Depr., Posted Depr.
select U_AsstNum as 'Asset Number',U_FisYear as 'Fiscal Year',sum(U_OrDpPlan)/@rate as 'Planed Depr.', sum(U_OrDpAct)/@rate as 'Posted Depr.' from [@ba_odpv]
where U_FisYear = '2009' and U_DprArID = 100
group by U_AsstNum,U_FisYear
3.Display the report with PLD
Hope it helps. Thanks.
Regards, Yatsea

Similar Messages

  • Extra-ordinary depreciation is not shown on the Asset History Sheet

    Hi,
    When doing a disposal of assets via transaction ABAVN, the extra-ordinary depreciation is not shown on the asset history sheet in the "Deprec for the year" column.
    How can I show it on the asset history sheet?
    Thank you for your feedback.
    Kind regards,
    Linda

    Hi,
    of course it can. The Asset History sheet output can be defined absolute flexible. Good source of information of how to define asset history sheet versions can be found in the SDN Wiki articles [Asset History Sheet (Detail) |https://wiki.sdn.sap.com/wiki/display/ERPFI/AssetHistorySheet%28Detail%29] and [Asset History Sheet |https://wiki.sdn.sap.com/wiki/display/ERPFI/AssetHistory+Sheet].
    Feel free to create your own history sheet versions according to your needs. But you should avoid to change standard delivered history sheet versions.
    Regards,
    Markus

  • Depreciation Values are apprearing in ASSET HISTORY SHEET Report

    Hi
    We have retired 2 assets during Feb-12 month and values are updated correctly in appropriate Tables & Asset Explorer aswell, but when we are executing Asset History Sheet Via T_Code S_ALR_87011990, depreciation values is not showing in depreciation for the period column (NAFAG) for one asset.
    please let us know what could be problem in extracting the values in the report
    Regards
    Sreenivasulu

    Hi,
    You can run the asset history sheet report with the indicator "Deprecation posted". This will show you the posted depreciation
    (NAFAG).
    Regards,
    Brigitte

  • Asset History Sheet Report older than two years

    When trying to execute an Asset History Sheet Report (S_ALR_87011990) with a report date (BRDATU) older than two fiscal years the system would not display any information.
    can anyone give me a technical reason why the system would not show this information to such date?
    thanks

    Thank you all.
    I have found OSS Note 1433686. has anyone ever implemented it
    It says:
    Summary
    Symptom
    In reporting of Asset Accounting, you can make evaluations in closed fiscal years only for the last day of a fiscal year.  If you enter a mid-year report date as the report date for a closed fiscal year, the system issues the following error message: AU 116 - "Report date & is invalid for this report".
    Other terms
    DBADAF05, FORM BUKRS_CHANGE, FIAA_CHECK_REPORTING_DATE, AU116, AU 116, AU172, AU 172, ANLB, ANLBZA, ANLC, reporting, mid-year, report date, closed fiscal year, fiscal year, end of period
    Reason and Prerequisites
    You require an enhanced function.
    Solution
        1. Perform the following manual tasks.
        2. Implement the source code corrections.
        3. The program changes enable you to create an asset report (for example, asset history sheet, asset portfolio, and so on) with a mid-year report date in a closed fiscal year.
        When you execute an asset report, the system informs you that it is a reporting period from a closed fiscal year (information message AU 172).
        If the report date is at the fiscal year end, the system outputs the saved annual values (table ANLC) in the asset report.  The asset values are not recalculated in this case.
        If the report date is not at the fiscal year end, the system recalculates the depreciation and the net book value up to this report date with the currently valid depreciation term defined.
            Depreciation terms (table ANLB)
                        In this table, the currently valid depreciation terms are defined.
            Time-dependent depreciation terms (table ANLB)
                        With Release ERP 2005 (ECC 6.0), when you activate the EA-FIN extension set, the system automatically activates the "new" depreciation calculation in Asset Accounting. The new depreciation calculation enables you to specify time-dependent depreciation terms in the asset master records.
                        If time-dependent depreciation terms are defined, the system takes these time-dependent depreciation terms into account for the depreciation calculation (for more information, see Note 1366920).
               Note the following:
               In the mid-year asset report (report date not at the fiscal year end), the depreciations or net book value may have different results in the historical calculation and in the current calculation on the report date.  This is due to the asset-related depreciation terms that may have been changed, for example, depreciation key, useful life, and so on.
    Manual Pre-Implement.
    VALID FOR
    Software Component   SAP_APPL                      SAP Application
    Release 46C          All Support Package Levels
    Release 470          All Support Package Levels
    Release 500          All Support Package Levels
    Release 600          All Support Package Levels
    Release 602          All Support Package Levels
    Release 603          All Support Package Levels
    Release 604          All Support Package Levels
    Release 605          w/o Support Packages
    New message: Message class: AU  Number: 172
    Use transaction SE91 to create the new message.
    Message class:    AU
    Message number:    172
    Message short text:
    The report date is in a closed fiscal year.
    Enter the following long text (Ctrl+F7):
    Diagnosis
    The report date is in the past.
    The report date can be the year end or any mid-year end of period.
    System Response
    In a mid-year asset report (report date at a mid-year end of period) in a closed fiscal year, the depreciations or net book value may have different results in the historical calculation and in the current calculation on the report date.  This is due to the asset-related depreciation terms that may have been changed, for example, depreciation key, useful life, and so on. In this case, the asset values are recalculated with the currently defined depreciation terms of the fixed asset.

  • Asset History Sheet - Particular period of a closed financial year

    Hi
    I need to generate an Asset History Sheet for a particular period of a closed fiscal year. The system allows only to generate the asset history sheet as at the closing date of the prior year.
    How can I generate an asset history sheet for a particular period of a closed financial year?
    Thanks in advance.
    Thanks & Best Rgds
    Menik

    Hi
    Friend,
    Go to T code = SAP1 in SAP Easy Access screenselect financial accounting-Asset Reports
    Anil

  • Asset acquisition value is not updating in Asset history sheet & AW01N

    Hi,
    The issue is the asset acquisition values are not updated in AW01N & Asset history sheet report for particular asset acquisition transaction only.
    it`s showing in asset history sheet but its nt added in the current APC value in the asset history report & also its showing in AW01N transaction but in acquisition change column its not updating.
    I have also checked the below link but still i am persisting the same problem.
    Asset acquisition value not updating
    Regards
    Amit

    Hi Amit,
    check note  366848.
    Implement reports RACORR110_B and the report RACORR55 from the note 366848 in your system.                                                                               
    At first run the report RACORR110_B. Check the  field ANLC-ANSWL bevor and after running the report.                   
    The report RACORR110_B accumulates the values of the asset line items  and writes the result in the field ANLC-ANSWL.                                                                               
    After this, please start the report RACORR55. This report forwards the  values in the following year.
    (If this is not the reason (ANLC is correct), the report makes nothing.) 
    Regards Bernhard

  • Asset History Sheet incorrect

    Hi All,
    Can I please have some expert advise on the below issue:
    We did intercompany Asset transfers using ABT1n; the Asset History Sheet (S_ALR_87011990) is incorrect for the assets that have different Acquisition dates and a different Capitalization Date/Acquisition Date.
    Is there any way I can correct this. Will be grateful for any suggestions.
    Thanks much
    RS

    Hello Bernhard,
    My aplogies for the lack of details:
    In the Asset History Sheet:
    After intercompany transfer, the Depreciation for the year/Depr post-cap columns for the asset in the old company code should be zero. Whereas its not
    Any way to correct this. I think its standard but I need some proof to present to the Client, maybe an OSS note.. if any..
    thanks much Bernhard

  • Asset history sheet version is not complete

    Hi Guru,
    I have implemented a new Asset history sheet version. When I run the Completion check I have the message "Asset history sheet version is not complete".
    This message I see it when I run the transaction code S_ALR_87011990 - Asset History Sheet.
    Do you have any suggestion?
    (I have checked the sap note 658890, but the activity is done.)
    Thanks in advance for all your help.
    Best Regards
    Giampaolo

    Hi Bernhard
    I checked the sap note. The sap note is implemented, but I don't understand becouse when I insert the "." in the Line 02 column 00 position group 50 and in position 75, when I click enter,the system inserts black in automatically. If I insert the "X" in Line 02 column 00 position "50" and "75" the Asset History Sheet is completed.
    Do you know the possible reason?
    Thanks in advance
    Best Regards
    Giampaolo

  • Asset history sheet; additional information required

    Hi,
    I am looking for a solution to add (in the asset history sheet for each asset) the remaining useful life (years/periods). The remaining UL can not be found in the AN** tables, it is calculated in every report / asset explorer,...
    In the example below in depr. area 01 the remaining UL is 4 years 9 periods (planned UL is 10 years, expired UL is 5 years 3 periods). Is there a function module to calculate the remaining UL and can this info be stored in a Z-append of ANL* table? But even that is possible, how to bring it into asset history sheet? T-code OAVI is not helpful.
    I am using ECC60 and have a Sandbox where EhP6 is installed, maybe EHP's contain something heplful in this case.
    Best regards, Christian

    Hi Ajay,
    txs for the hint, I will check the note intensely when I find some more time and post the results (as usual ;-)).
    The restriction within the note "However, the inclusion of user-defined fields in the report is restricted by the fact that you can always only include fields that are transferred to this report by the logical database" makes me thoughtful.
    Remaining UL is not in LDB ADA. Looks like the 1st step is to find how to calculate remaining UL, after that, try to have this info in ADA (however), than to enlarge asset history sheet.
    Sounds tricky, guess I know, why this is not available in SAP standard. Maybe there are restrictions I am not aware of...
    BR Christian

  • Assets in balance sheet differ to asset history sheet & depreciatio-urgent

    < MODERATOR:  Message locked.  Please read the [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] before posting next time. >
    Hello,
    We are entering our asset figures . While entering we have noticed, that the rest book value figures in the balance sheet differs from asset history sheet and depreciation sheet in intangible and tangible assets.
    Please can anyone let us know what could be the possible reason for the diffference and how to find the differenced.
    It is quite urgent as we are in quarterly closing.
    BR,
    Zulfikar

    Check whether all assets are marked for "Include in Asset History sheet: in AS03.
    Go to se16 and give table name ANLA. In that look for feild "INKEN" and give conditin where all these feilds are having balnk values.

  • How to add a new column to existing Asset history sheet version

    Hi Experts,
    I would like to one more column in the asset history sheet version for displaying ordinary depreciation and value adjustment in the standard report RAGITT_ALV01 (S_ALR_87011990).
    Could you please let me the know the steps to perform this requirement.
    Thanks in Advance...
    Best Regards,
    Chandra.

    Hi,
    Thanks for your reply.
    I have got any help like customizg path in asset history sheet.
    I have copied the standard SAP asset history sheet version and trying to add to new fileds according to the requirement.
    But it's not saving at all.
    Could you Please let me know is there any other method to do this.
    Thanks in Advance..
    Best Regards,
    Chandra.

  • View asset history sheet

    Hi
    in our case fiscal year is calender year JAn to Dec. However for the legal point of view we have to close our books also for FY April to March every year
    In asset accouting asset history sheet show the values starting from January (as per fiscal year defined in SAP system)
    But for the reporting purpose we need to get the values starting from April till March in asset history sheet.
    Please tell how it is possible in standard SAP system
    Regards
    Ajay

    Hi Ajay,
    I hope this is not at all possible.
    Since FI-GL and FI-AA should have fiscal year variants, whose start date and end dates must match with each other.
    Regards,
    Srinu

  • Asset History Sheet Discrepancy

    We just started using SAP and part of our implementation was to make asset additions and depreciate those assets.  Instead of using the planned depreciation and doing depreciation runs we just did a manual depreciation to get SAP to match to our records.  However, when we look at the Asset History Sheet it is pulling the unposted depreciation that was plan and adding to that the manual depreciation.  Is there any way to fix this?

    Please check these threads:
    Re: Automatic Calculation of Depreciation on Fixed Asset
    Re: Posting FA Acquisition for a previous year on a new fiscal year

  • Unable to extract the last year asset records in Asset History Sheet

    Hi Eperts
    I have done with Year end Closing activities, now i am trying to execute a report on Asset History sheet with 30.06.2009 date system is showing the assets created from Apr-09 onwards and previous assets are not coming
    Can you please clarify this
    Regards
    Sreenivasulu

    Hi,
    Please check whether you have changed the fiscal year vide T.Code AJRW.
    Thanks
    Monoj

  • Asset history sheet, assets do not come to a list for a spesific user

    Hi SAP gurus,
    we run AR02 (asset history sheet) report for two users. for one of them, the whole list come to screen however for other user some assets do not come to the list.
    i think this is an authorization issue, but do not find authorization object (probably related with query)
    any suggestions?

    Hi,
    For the second user, for whom you thought that there is an authorisdation issue, ask him to type transaction /nsu53 immidiatly after getting the output.
    Then system will show if there is any authorisatrion issue for his user profile.
    And kindly make sure that, both users are having same authorisation roles in their profiles.
    Thanks,
    Srinu

Maybe you are looking for

  • How to add a msata on hp envy 4 sleekbook and how to make it bootable.........?

    I want to add a masta to my envy 4 sleekbook and want to make it bootable. Plz help me and give me some Msata ssd link which having great performance and one more question BIOS of my notebook doesn't having AICH options. Does it necessary for adding

  • HELP - Version 7.0 - purchased songs - "skipping"!!!

    I recently downloaded the latest version of itunes (7.0). Since then, I can't download any new music because it skips. Even the 20 second samples provided at the itune store skips. I've done everything that has been suggested to me - but nothing has

  • Question related to DB patching of RAC from 10201 to 10205

    Hello, I have the task of patching a RAC environment from 10201 to 10205 on linux x86_64, as per the README for the patch (#8202632) I have to first apply the patch to 1.Clusterware. 2.Oracle database homes. I am a bit new to patching RAC databases ,

  • Assert is broken

    I'm a fairly new Java programmer, coming from a C++ background. Over the past several months, I've written about 26000 lines of Java code, with heavy use of the assert statement to catch bugs and invalid data. Works great. I'm using Borland JBuilder

  • How can I open files from a mobile app?

    I've got a mobile app developed in 4.6.  Part of our app includes the ability to store files on our remote servers which users can access.  In its simplest form the app displays a list of the files which the user can then click on to open.  I tried t