Book Value Calculation for an Asset

Dear All,
Is there any Function Module or Logic that gives the proper book value for an asset?
I have tried using FM "FI_AA_VALUES_CALCULATE"
and referred the field e_anlcv-bchwrt_lfd for Book Value.
But the book value is not matching with the standadrd transaction S_ALR_87012936 every time.
I have also tried FM "FIAA_NBV_SHOW_CALC". But this is throwing Dump.
It will great if anyone can help me out in this.
Regards
Arindam
Edited by: Alvaro Tejada Galindo on Apr 14, 2008 4:45 PM

AR01 trans. - Assets with values report
AR12 trans. - Asset with no values.
...  I would suggest to debug AR01 to see how SAP does it.   
Regards....

Similar Messages

  • Net Book Value calculation Issue Manual Legacy Data Transfer

    Dear All
    I want to Upload balance of old fixed Asset in newly configure System that are managed manually in previous year, I want to Post Their previous Current Written Down Value and Current Accumulated Depreciation when i go via IMG Create Legacy Data Transfer and enter,
    Take Over Value            of assets  I entered for example
    Accusation Value  100,000
    Accumulated ordinary depreciation (Old depreciation in Previous Years) RS.10,000
    Net book Value Rs.110,000
    and system Calculate the Depreciation on 110,000 as WDV 10%  that is 11,000
    My requirement is that it will Calculate it as  100000-10000
    Depreciation should be calculated at a 90000 @ 10% WDV that is 9000
    Please suggest me, how i can do.
    or other path or T.code where i can do.
    i am new please explain in detail.
    Regard
    Khalid mahmood

    Dear Atif and AP
    Issue is not with Depreciation key it is working well according to my requirement but the issue is that base value that the system use is wrong.
    i want that the system calculate depreciation at   Cumulative Acquisition value (Purchase /capitalize/ cost price) less  Accumulated Depreciation
    is equals to Written Down Value.
    I want that system use WDV as a base in each year after deducting year depreciation  or  (Acqusition cost - Accumulated depreciation).
    I post a new asset and assign depreciation key it working well as required.
    But i going to post Old asset for example Rs.100000 in year 2006. its Accumulated depreciation is suppose Rs.30000 in Year end 2011.
    i want to post that asset in year 2012 as 100000-30000  and WDV IS Rs.70000 ; 
    i want that it will use 70000  as a base in the coming year to calculate depreciation.
    My response is 100000+30000 and use 130000 as base to calculate the ordinary depreciation for the next year.
    Now Please read the first thread again and guide me according to my scenario.
    or tell me how i post the old asset value and their depreciation.
    Regard
    Khalid Mahmood

  • Different Asset Value Dates for each Asset

    Hi,
    A very interesting and unique requirement.
    We are attaching multiple assets in the settlement rule of wbs elements and run CJ88, but as per standard SAP, all assets under each WBS Element are capitalized on the same Asset Value Date.
    My client wants to capitalize assets at different asset value dates for each of these assets without needing to run CJ88 multiple times.In CJ88, however, we have only one asset Vale date option.
    Is this possible to have different asset value dates asset wise when we run CJ88 ? I did not find any option to define an asset value date in CJIC either.In Settlement rule neither.
    Thanks for any help.
    Regards,
    Manis

    Try and explore the option of using Asset Value date on the sender WBS, you can find this under settlement parameters.
    This option depends on your project (WBS) strcture and the number of assets being capitalised on back on one WBS element.
    Refer note OSS 98496 for more information
    Regards
    Sreenivas

  • Net booking value  calculation

    HI experts please suggest me how to proceed.
    I have a 2 fields in DSO deb_credit and net value.
    I the query there are 2 restricted keyfigs created based on these 2 fields and later the value of net booking value was calculated based on this.
    ex: as in report  restricted keyfigs 1 is defined as  deb_credit  = c then x= net value  
                              restricted keyfigs 2 is defined as  deb_credit  = d then y= net value  
    now net booking value = y - x.
    Now there is a open hub on the same ODS.
    They want us to populate the net booking value also as per the report.
    can some one suggest

    From what i understand from your question, you want to populate a key-figure Net Booking Value at the open hub level right?
    So in your DSO itself add a new key-figure Net Booking Value and write a routine either at the field level or in the end routine to do the logic based on deb_credit field. This shouldnt be difficult at all, let me know if you need help with the code.
    Regards,
    Arminder Singh

  • How "Assigned" value calculated for WBS in CJ30?

    Dear all,
    I have got a problem with the Assigned value in CJ30. The problem is that the value in column "Assigned" of CJ30 disappeared after I settled the cost of the WBS to another WBS which has no budget control activated (no budget profile assigned). As I know, the Assigned value won't be changed if the WBS is settled to an object with no budget control, for example settle the WBS to a cost center, or a assets. In my case, although the settlment was done between two WBS, but I had removed the budget profile when created the receiver project, which means the receiver WBS has no budget control activated. However, after settlement, the assigned value of the sender WBS disappeared. But if I settle the cost to a cost center or assets, I can see the assigned value still shown on the sender WBS in CJ30.
    Can anybody here tell me why this happen? or is this a bug of SAP?
    Thank you very much in advance.
    Best regards,
    Brook

    I can reproduce your issue.  If you toggle open Audience P I think you will find the very last value for the last Category and the last Product_Group will be around 15% for Growth 2014 and around 23% for Growth 2015.  The chart series expression
    is choosing the last value for ReportItems!YoYGrowthPercentage as it doesn't know how to attribute that ReportItem to the Audience matrix.  If you want a chart to display only the percentage for Audience, I suggest that you have a separate data
    source with the values for GrowthPercentage for only the Audiences, and make that the data source for your chart. Also, I would make the growth figures in your matrix also a matrix by doing the percentage calculation directly in the table. You would pull in
    the value for this year and the value for last year into your data set, and then do the calculation within the report as follows:
    =SUM(Fields!Value.Value)/Sum(Fields!LastYearValue.Value)-1
    Create a second Column Group adjacent after, also by year.  Your query could look something like this, depending on how your tables are structured:
    SELECT a.Audience, a.Category, a.ProductGroup, a.Year, a.Value, b.Year as LastYear, ISNULL(b.Value,0) as LastYearValue
    FROM YoYGrowth a LEFT OUTER JOIN
    YoYGrowth b ON a.Audience = b.Audience and a.Category= b.Category and a.ProductGroup = b.ProductGroup
    AND a.Year-1 = b.Year
    Hope it helps.  Cheers,
    Martina White

  • Amortization calculation for an asset

    Dear All,
    I received a requirement from the users to do amortization for a fixed asset. Can somebody please help me to understand the business process of amortization and what is the requirement to do amortization for a fixed asset since I do not have prior experience on this.
    I am looking forward your help
    Thanks & Regards
    Ramki

    Hi Ramki,
    I'm not sure if you really mean amortization:
    The process of reducing the value of intangible assets by spreading the costs over the useful life of the asset.
    This can also be achieved by making a value adjustment on the balance sheet key date. From a consolidation point of view, the amortization of goodwill during the first consolidation is relevant. Typically, the procedures for amortization are governed by external regulatory bodies.
    Or if you mean depreciation:
    http://help.sap.com/saphelp_46c/helpdata/de/4f/71fd71448011d189f00000e81ddfac/frameset.htm
    hiere you'll find under the 4th link a complete documnetation
    regards Bernhard
    Edited by: Bernhard Kirchner on Oct 22, 2010 12:18 PM

  • Problem w. hash-value calculation for CLOB with DBMS_UTILITY.GET_HASH_VALUE

    Hello Oracle-Experts,
    I had to calculate hash-values for a corrorponding CLOB-field (see my post 'Buffer to small ORA-22835 error after migration from 9i to 10g' in forum 'database general').
    I calculate the hash-values with the DBMS_UTILITY.GET_HASH_VALUE, e.g:
         SQL> SELECT DBMS_UTILITY.GET_HASH_VALUE(LPAD('X',3998,'X'),1,POWER(2,30)) FROM dual;
         DBMS_UTILITY.GET_HASH_VALUE(LPAD('X',3998,'X'),1,POWER(2,30))
         1053896858
    Because the calculation failed with 10g I had taken a closer look at this function and realised the following results:
    VALUE                                             DBMS_UTILITY.GET_HASH_VALUE(VALUE,1,POWER(2,30))
    LPAD('X',3997,'X') 557754150
    LPAD('X',3998,'X')      1053896858
    LPAD('X',3999,'X')          888036750
    LPAD('X',4000,'X') 162062978
    LPAD('X',4001,'X')          162062978
    LPAD('X',4002,'X') 162062978
    LPAD('X',10000,'X') 162062978
    It seems to me that I can't use this function for clob-values with a length greater than 4000 characters because of collisions. Maybe someone with experience
    can give me a hint to handle this problem. Worst case i had to write my own CLOB_2_HASH function.
    TIA + Best regards
    Matthias

    Yeah, the 4000-byte limit would be a factor in working CLOBs. I if you only had 4000 bytes you would not need a CLOB in the first place.
    If you don't find something better then writing your own function might be the thing to do.

  • Wrong depreciation calculation for upload assets

    Hi
    I am uploading for US company with FY as Jan to December.
    I have to upload assets with value as on 31stJuly 2010. It means SAP should calculate depreciation from August 2010.
    Depreciation is on life basis
    One asset purchased on 01.11.2009 with Value $ 585.59. WDV as on 31st July is 355.21. Total life is 23months. In AS91, depn start date is 01.11.2009 with useful life as 01 year and 11 period. In expired life, its showing as 94 under period column.
    Now in asset transfer config, i gave the transfer date as 31.07.2010 and last period of depreciation in previous system, i gave it as 7th period of year 2010 (ie. July 2010)
    Now when i saw depreciation in AW01n for august 2010, it shows that remaining depreciation is fully written off in august 2010.
    Its not flowing to next month.
    Any idea why is writing off depreciation fully in next month itself

    Hi..
    After transfer old asset to new asset system automatically transfer all the balance to the new asset including depreciation Up to July
    After that please check in the new asset master in the depreciation area tab depreciation start date...it must be 1st August
    So based on that date depreciation will be calculate 
    I hope you will get some idea based on this suggestions.
    Thanks and Regards
    sudharshana vamsi

  • GR value calculation for non-valuated material

    Hi,
    Please help me for the below scenario.
    Invoice : 1 is posted with Qty : 1 and Amount: 499520 EUR
    Invoice : 2 posted with Qty : 10 and Amount: 499520 EUR
    Now when the GR is posted at this point, the GR value is calculated 1,375,360.00. I would like to know the logic on which the system arrived this value.
    Qty
    Value in EUR
    PO Price
    1
    11200.00
    PO Price
    44.6
    499,520.00
    Ist Invoice
    1
    499,520.00
    2nd Invoice
    10
    499,520.00
    Total Invoice
    11
    999,040.00
    GR
    44.6
    1,375,360.00
    Thanks and Regards
    Senthilnathan

    in general you have to reverse your posting in opposite sequence.
    so you have to bring all those movements and invoice postings in timely sequence, then you need to reverse it from the youngest to the oldest posting. I added the sequence to your screenshot.
    but this is just under the assumption that the world stood still.
    From this purchase order history we cannot know if there were other postings that had already affected inventory and its values.
    Always keep OSS note 49995 - MMIM: Valuation of return deliveries and GR revrsls in mind.
    I think a reversal would even make this situation worse and recommend to leave it as is and clear it via the difference postings and material master price adjustments with MR21.
    It would be good if you could try the reversal in a test system before you do it in a production system.

  • Stop Depreciation for particular assets for a period Temporarly

    Hi Friends
    I Need to Run the depreciation for october, but my requirement is , i dont want depreciation to be calculated for few assets for this period october as these asses were transfered to other cost centers, i need to stop depreciation to be calculated in this depreciation run and run it latter for the same period.
    Is there a way to do this.
    Thanks in advance
    Javeed
    Moderator: Please, search SDN

    Hi....
    As per your issue
    1. Use shut down tick mark in the respective assets masters in AS02
    2. Block respective assets masters for temporary purpose
    3. And change the Depreciation keys to 0000
    Once run the depreciation for October and replace all the settings.
    I hope it will helps you.
    Regards
    vamsi

  • Problem with depreciation posting for an asset with a '0' net book value.

    Hi,
    I have a problem with depreciation posting on one asset. I think it should not be calculated and posted at all.
    On 1st November 2010 (our Fiscal year starts on 1st November) there was acquisition posted to an asset and then it was reversed on the same day - so the net book value was '0'.
    In AFAB depreciation run for April 2011 - it posted depreciatoion of 0.01 Euro, so now the book value is -0.01.
    Do you know how this could have happened and what can I do to get the value of this asset back to 0?
    Thank you,
    Karol

    Hi Murlidhar,
    Thank you for your reply.
    I just have one doubt - as depreciation of 0.01 Eur was posted in previous period leaving net value of asset equal to -0.01 Eur.
    Shouldn't I get ritd of this asset value before I proceed with the steps you suggested?
    I think it is not possible to reverse the depreciation - so I struggle to find a way to bring asset value back to zero.
    Thank you,
    Karol

  • Which table contains net book value for Assets created with AS91.

    Which table contains net book value for Assets created with AS91.
    I have a problem locating where the net book value is stored in SAP.  Is it simply calculated and not stored in any one place?  I am trying to predict how SAP will calculate the net book value for some assets we plan on converting, but my formula doesn't always work consistently and I have not idea what is going on.  If it is stored in a table some place, can anyone please let me know!
    Thank you all

    Hi anar.samadzade & Michael Stewart
    It is not possible to directly get net book value of an any Table. You must migrate the gross book value (acquisition cost) and the accumulated depreciation. SAP will then calculate the NBV.
    Gross Block & Accumulate Dep you will get from Table: ANLC
    http://fixedassetsaccounting.net/migrating-fixed-assets-into-sap-a-harlex-guide/
    Dear anar.samadzade Ask Questions politely
    Regards
    Viswa

  • Calculate Net Book Value For Asset

    Hi Guru,
       how I Can Coding Program for calculate Asset Net Book Value ( Function Module or Formula)
    Regards,
    Supperkorn

    use :
    (1) logical database ADA and structure anlcv
    or
    (2) fm FI_AA_VALUES_CALCULATE
    field anlcv-lfd_bchwrt for current NBV
    hope  that helps
    Andreas

  • Legacy Asset Net Book Value is Zero-Want to post Sale of Asset for the same

    I have Scenario
    We have upload the legacy Assets in Year 2005. One of the Asset Net Book Value is Zero. When we are trying to post Asset Retirement, the for that Asset following is error message received:
    "Retirement of Old Assets data not possible (No Existing old Asset Data).
    Though in the books the Net book value is Zero, we have received profit on sale of Asset.
    How post the profit on Asset & also how to take it from the gross block.
    Thanks
    Rags

    Hi,
    the e-message stated, that you must use another transaction type:
    so not a transaction type with old asset data like 210.
    try / test  transaction types : 250-275
    pls reward useful answers
    thx.
    Andreas

  • Create subnumber for asset which already has book value RM1.

    Hi everybody,
    Can i create subnumber for asset which has been depreciated until RM1 book value ? This asset has a few quantity and need to be breakdown to different cost center ? If yes, how ? AS11 or AS94 ?

    Hi,
    Thanks Andreas. However, the asset is an old asset (already reached RM1 book value). I have tried to use AS94, but hits an error " Legacy data transfer year is not last closed fiscal year 2007". FYI the take over date in the system is 31/3/1998 while closed fiscal year is 2006. Now we are in fiscal year 2007 (Apr to Mac). If i were to change the take over date to become 31/3/2007, is there any impact to the depreciation run for other assets in the system. I'm worried if i change the take over date, the depreciation will get haywired.

Maybe you are looking for

  • My 30gb Ipod Classic wont sync all the songs in my library

    My ipod wont sync all the songs from my library, my library is only about 6gb so that cant be the problem. I tried to sync a playlist of the songs that werent syncing and still didnt show up on my ipod. How can i fix this?

  • Reg.Purchase organization

    Dear Friends I am confuse with the below things 1. Purchase organization 2. Std purchase organization 3. Reference purchase organization 4. Centralised purchase organization 5. Decentralized purchase organization my understanding is : Reference purch

  • Why is flash doing that ?

    Hello I am currently translating a flash from French to English. So to do that, i replace the french text ( converted to graphic, require for thing in the flash ) by the English Text ( also converted to graphic ). But now 2 thing happen. First flash

  • Adobe Flex 4 Plug-in for HP Quick Test Pro could not find  any Flex environment fields (TEAFlex*.xml

    Hello all, When compiling Flex project with QTP automation libraries included (Flash Builder version is 4.5. QTP is 11, Adobe Flex 4.5 Plugin for HP QuickTest Pro is installed) the message as below pops up Adobe Flex 4 Plug-in for HP Quick Test Pro A

  • Explorer doesn't show flash

    hi, a very baffling issue: flash banners I designed for two site only play part (...) of the animation in one of them an doesn't play any animation in the other (but the banner itself does show). the problem occours on some computers and on some it d