Calculating Acqusition value and Accumulated depriciation

Hi,
I want to create a new report which shows the acqusition value . accumulated depriciation and monthly derpricaition for an asset.
I have used funciton module 'DEPR_RECALCULATE' to find acuistion value and accumulated derp , but the acq value displayed is always equal to the acquistion value at the fiscal year start , irrerspective of the period entered .
ALso in my report if i enter period as 7 , then acq value for the asset in period 7 should be displayed . and accumulated depr upto period 6 should be displayed .ie acq for asset during the  period entered and accum depr till period-1 should be displayed
Could some one help me with a proper way to calculate asset acq and accumulatd depr .
I tried looking into the std report RABEST01 , but it uses logical database ADA .And I would notbe able to use logical db , as the accum depr and acq value need to calculated for diff periods .
Thanks,
Lalitha Iyer

Hi,
Try report RAHAFA_ALV01.
After executing the above report, go to change layout option and choose below fields.
1) ***.acq.value
Acq value start of FY
2) Accum.dep.
Accum dep start of FY
3) Start book.val
NBV start of FY (1-2) minus
4) Trans.acq.val
Acq transactions from FY start to Report date (in selection screen)
5) Trns.AccDep
Accum dep from FY start to Report date (in selection screen), this field will have values only some transfer transactions posted to that particular asset
6) PlndDep
Planned dep from FY start to report date
7) End book val
End book value on report date (3+4-5-6)
You dont need to create a new report for this requirement.
Transaction codes for this report are the below
AR03         
S_ALR_87012004
S_ALR_87012005
S_ALR_87012026
S_ALR_87012027
S_ALR_87012035
S_ALR_87012036
S_ALR_87012064
S_ALR_87012065
S_P6B_12000064
Thanks,
Srinu

Similar Messages

  • How calculate original value and accumulated depreciation ?

    recently,FI department let me develop a report about fixed
    assets,which need show original value , accumulated depreciation. but
    my problem is I can not fix where I can draw out the correct data ,ANLC
    or ANLP ? FI key user told me that the T-code aw01n can show original
    value and accumulated depreciation ,infact ,it is true,but I don't know
    how T-code aw01n calculate that? specially, I can not fix the
    item 'value ajust' . can you give me a correct calculate formula?

    use logical database ADA - table anlcv
    or use fm FI_AA_VALUES_CALCULATE (look docu)
    hope that helps
    Andreas

  • How to make Acquisition Value and Accumulated Depreciation NIL

    Hi Gurus.........
    I am very new into SAP.
    Got stuck in one of the problem related to Asset Accounting.
    My question goes as follows :
    1. Acquisition cost of a Machinery $10000
    2 Accumulated Depreciation  $2500
    3. Net Book Value $7500 as on 31.03.2010
    4. Sold the asset at Net Book Value $7500
    It means net book value is nil now. Bur Acquisition cost still there $10000
    and Accu Dep is also $2500 in the book . Now tell me how make nil
    accumulated dep and Accusition value.
    Need T code and procedure.

    Hi Sanjib,
    welcome to the forum.
    You can use for example ABAVN or ABSO to make a complete retirement.
    Then the values a zero for sure.
    regards Bernhard

  • YTD and accumul. depreciation have the same value when dpis is 2 years ago

    Hi all
    I am using FA and i have some problems. I have just setup this module and now i want to migrate assets in the system. The customer gave me an excel with the following fields that want to be in the system like: asset cost, accumulated depreciation, date placed in service, ytd accumulation and so on.
    the problems are:
    1) when i want to enter new asset manually the ytd depreciation and accumulated depreciation are required to be equal. ok so far, i register new asset on test environment and when i enter the date placed in service for example two years ago (because that is the real date placed in service of the asset) and run depreciation, the system has calculated correctly the accumulated depreciation, but has calculated the same value even for YTD depreciation which is not true, because in this case accumulated depreciation and ytd depreciation are completely different. how to solve this problem? How can i put correct values in this fields?
    2) when i enter these assets directly in the fa_mass_additions table according to the fixed assets user guide, i have the following errors: when i put "ON HOLD" on queue name, and open these assets on the system, the on hold field has no value (is empty)
    When i try to run post mass additions, the report is not finding the parameter (book) because the system is giving en error message telling me that there is no value in this list of values
    please help to solve this problems because i am not being able to migrate assets for the company.
    Thank you and best regards

    gaskins,
    You may have different Color Settings, and if you use Pantone you should be aware that the whole interpretation has changed (a number of times, most radically recently).
    If you say more, more can be said.

  • I would like to know how i can create a bell graph with out using sub VIs, the data that i created consists in 500 readings with values of 0 to 100, i calculated the mean value and standard diviation. I hope some one can help me

    I would like to know how i can create a bell graph with out using sub VIs, the data that i created consists in 500 readings with values of 0 to 100, i calculated the mean value and standard diviation. I hope some one can help me

    Here's a quick example I threw together that generates a sort-of-bell-curve shaped data distribution, then performs the binning and plotting.
    -Kevin P.
    Message Edited by Kevin Price on 12-01-2006 02:42 PM
    Attachments:
    Binning example.vi ‏51 KB
    Binning example.png ‏12 KB

  • Display "group name" values and their average formulas (calculation of average age) on a single line or row

    <p>I have four groupings, Domain, Area, Priority (3rd level of grrouoping) and then Problem ID. Priority group could have values such as &#39;1&#39;, &#39;2&#39;, &#39;3&#39;, &#39;4&#39; and &#39;5&#39; with corresponding "average" age formula on these group level. values.</p><p>Example:  1         Avg Age= 30</p><p>               2         Avg Age= 45</p><p>               3         Avg Age= 69</p><p>Reguirement:  Display group name values and their corresponding average formula on a single line/row.</p><p>Sample Solution:   Priority 1 = 30, Priority 2 = 45, Priority 3 = 69 </p><p> ***solution above should be displayed/concatenated on one line.</p><p>Your help is greatly appreciated, thank you in advance.</p>

    So right now - your report looks like this
    GroupHeader 1
       GroupHeader 2
           Priority 1 = 50         (actual display of Group 3)
           Priority 2 = 75         (actual display of Group 3)
           Priority 3 = 45         (actual display of Group 3)
           Priority 4 = 9          (actual display of Group 3)
           Priority 5 = 8          (actual display of Group 3)
    And you want to change that so that it displays horizontally.
    If there will only ever be 5 priorities, I think I would cheat the system a bit.  Create a formula that runs at the group 3 level and dumps the values into 5 separate variables (formula below).
    Then create 5 separate display formulas and put them in Group Footer 2 (if you already have a GF2 - then create a second one and move it above your current GF2).  Suppress the G3 section and you should be close to what you are after (unless you also have detail sections, then we'll need to revisit).
    This could also be accomplished with a multi-column subreport at the G2 or G3 level if you need more flexibility.
    formula *******
    numbervar priority1;
    numbervar priority2;
    numbervar priority3;
    numbervar priority4;
    numbervar priority5;
    if {DB.Priority} = 1 then priority1:= {@avgGroupPriorityAvgAge}
    else if {DB.Priority} = 2 then priority2:= {@avgGroupPriorityAvgAge}
    else if {DB.Priority} = 3 then priority3:= {@avgGroupPriorityAvgAge}
    else if {DB.Priority} = 4 then priority4:= {@avgGroupPriorityAvgAge}
    else if {DB.Priority} = 5 then priority5:= {@avgGroupPriorityAvgAge}

  • Acqusition value negative in area 01

    Hi All,
    I'm settling inestment order but I get the erro message "Acqusition value negative in area 01",
    Please assist how to solve it.

    Hi
    Please activate the "Negative values allowed" feild in the depreciation
    area tab. You can do this by going to transaction code AS02. Double
    click on the depreciation area 01 and then activate the "Negative
    values feild".
    By doing you can resolve your issue. There is no other way apart from
    this option to resolve the issue.
    The reason why we are asking you to have this feild activated because,
    your configuration does not allow negative values into the asset.
    If this is a AUC asset, I do not see any issue in having the feild
    activated as this asset is a cost collector and will not have any issues
    even if you allow negative values.
    It is recommended that asset under constructions allow negative
    values. The system can run into a temporary 'negative values' situation
    during the calculation at time of a settlement.
    In general for AuC you must allow negative values always.
    See also SAP note 141656 where you can see how this can be done.
    You find further information on the topic in SAP note 19048 which
    says in under 'Solution':
    "Generally, negative values should always be allowed for assets under
    construction. You should therefore make this setting at asset class
    level (Transaction OAYZ).
    In the asset class of the AuCs in all depreciation areas, set the
    'Negative values allowed' indicator (ANLB-XNEGA). Note that this change
    only takes effect for fixed assets that are created after the indicator
    is set. For existing fixed assets, set this indicator in the detail
    screen of the depreciation areas in the asset master (Transaction AS02).
    You may have to adjust the screen layout rule to do so.
    Make this setting in AS02 for relevant individual assets.
    Before you set the 'Negative values allowed' indicator, consider the
    related Note 141656."
    Best Regards,
    Blaz

  • What is the use of Alternative Calculation Type =2 and 4

    Dear Friends
    In pricing procedure in gross value, Net value for Item and Net value has Alternative calucation type is 2.
    What is the use of it?
    Without using it these value line are also fetching net value then what is the work of it. Please give me detail information with its effects in pricing condition tab page in sales document.
    Thanking You
    Arun

    Arun biswal,
    Correct Biswal. We have at varoius stages within Pricing procedure the "net value" which is calculated. Not only the alternative calculation type "2" is used if you notice carefully they are stored as subtotals at various levels.
    For Ex Gross Value  --> Subtotal =1 --> Calc type = 2
    similarly for Net value for Item --> Subtotal =2 --> Calc type = 2
    Net value 2 --> Subtotal =3 --> Calc type = 2
    See, these are used to calculate the net value at various levels in pricing. The calculation Type has got a set of routines that will facilitate us in pricing. SAP has provided certain clauclated formulas or routines to facilitate us during calculation within pricing . Here the "2" is used for calculation without tax and store it as subtotal and display it or use it for further calculations.
    We can use this "netvalue" amount for further calculations. It is used for clarity purpose when you issue a statement to customer. (like Confirmation order) at various levels like discount amt involved, Freight involved, Rebate amount invloved.....
    Even without this Calc type or using sub total u can proceed....
    Finally we have  TOTAL  --> Subtotal =A --> Calc type = 4
    In the above line we have Calc type as 4, which means when you use TAX this calc type is used .
    Routines are used to facilitate your process....
    Regards
    Sathya

  • Calculation of values in a dunning form (SAP Script)

    Hi Experts!
    I want to add values to a sum (dunning-amount + dunning-fee + interest) in a dunning form (SAP Script; Z150_DUNN_02).Therefore I'm using a subroutine (Z_FI_KX_DUNN_02_INTEREST) to summarize. Problem is the format of the output-field &Z_FAEBT&. It's not similar to field &MHNK-FAEBT& which was formerly printed (without calculation of interest and dunning-fees.
    /:   DEFINE &Z_FAEHW& := &MHNK-FAEHW&                 
    /:   DEFINE &Z_ZINHW& := &MHNK-ZINHW&                 
    /:   DEFINE &Z_MHNGH& := &MHNK-MHNGH&                 
    /:   DEFINE &Z_FAEBT& := &MHNK-FAEBT&                 
    /:   PERFORM ZFAEBT IN PROGRAM Z_FI_KX_DUNN_02_INTEREST
    /:   USING &Z_FAEHW&                                  
    /:   USING &Z_ZINHW&                                  
    /:   USING &Z_MHNGH&                                  
    /:   CHANGING &Z_FAEBT&                               
    /:   ENDPERFORM                                       
    /:   ENDIF                                            
    A3   &MHNK-WAERS& &Z_FAEBT(C)&       
    It would be fine to get a hint how to format the field &Z_FAEBT& correctly. Must be done in the subroutine Z_FI_KX_DUNN_02_INTEREST by a special WRITE-command? Is it possible to add these values only in the form?
    Thanks for support!
    Regards, Bernd

    hi!
    I defined the field like you said! After moving this field to a numeric field to add the different amounts the
    following error occurred:
    Runtime errors         CONVT_NO_NUMBER           
    Exception              CX_SY_CONVERSION_NO_NUMBER
    Occurred on     16.06.2009 at   15:15:25  
    Unable to interpret " 1.316,59" as a number.     
    Definition:
    FORM zfaebt TABLES in_par STRUCTURE itcsy
                       out_par STRUCTURE itcsy.
      TABLES: mhnk.
      DATA: z_faehw_num LIKE mhnk-faehw,
            z_zinhw_num LIKE mhnk-zinhw,
            z_mhngh_num LIKE mhnk-mhngh,
            z_faebt_num LIKE mhnk-faebt.
      DATA: z_faehw TYPE string,
            z_zinhw TYPE string,
            z_mhngh TYPE string,
            z_faebt TYPE string.
    statement:
      READ TABLE in_par WITH KEY 'Z_FAEHW'.
      CHECK sy-subrc = 0.
      z_faehw = in_par-value.
      z_faehw_num = z_faehw.
    I suppose a type-conflict.
    Regard, Bernd

  • Calculation of depreciation and interest for a particular asset class

    Hi,
    I have a problem with the calculation of depreciation and interest for a particular asset class. The assets are financial leases. The depreciation key defined is LEAS. The following are the attributes of this key:
    Dep/int             phase     base met dec-bal prd cont mult lvl chn ov
    Ord.depreciation     1     0011     001     006     001        5
    Ord.depreciation     2     0002     001     003     003
    Interest             1     0028     001     003     010
    An example of an asset is:
    Aquisition value: 1041552.71 (as migrated on 01.04.2007)
    Ordinary dep already posted: 56243.88
    Net book value: 985308.83
    Scrap Value:729086.90
    Useful life: 50 years
    Expired useful life: 9 years 1 month
    Remaining useful life: 40 years 11 months.
    Depreciation start date: 28.03.1998
    Interest calculation start date:30.03.1997
    Depreciation calculated by the system:6261.83
    Interest calculated in the year:15682.68
    I'm not able to undersatnd on what basis the system calculated the interest. I will be thankful if anyone can help me resolve this. An early reply will be greatly appreciated as I'm facing major problems due to this issue.

    Hi Mahesh,
    As per my analysis of the case the interest rates are as under
    Acq. Year                                                    Int.Percent
    9999     4          01     10.%
    9999     7          01     5.%
    9999     25          01     2.5%
    9999     999     12     01     2.5%
    As per this the Acquisition value less the Scrap Value Rs.312,465.00 @ 2.5% p.a will be Rs. 7811.64.
    Based on the above you analyse for which period interest is calculated.
    Hope it will help.
    Regards,
    Vijay

  • How do I get a field to automatically select a value and change color based on another automatic field?

    Here is the situation:
    I have a row on a form called Finding Risk Rating. In this row are four fields: Probability, Severity, Risk Rating, Color.
    Probability is a drop down menu with the following values: 1, 2, 3, 4, 5
    Severity is a drop down menu with the following values: A, B, C, D, E
    Risk Rating is a field that I have a custom calculation script:
    var riskRating = this.getField("Probability").value+this.getField("Severity").value;
    event.value = riskRating;
    So, when I pick Probability = 1 and Severity = D, Risk Rating will automatically change to 1D, etc. This works fine on the surface as far as I can tell.
    The part where I am stuck, is the fourth field Color.
    Ideally, I want Color to be automatically populated depending on the value of Risk Rating. For example, for 1E I would want it to say "YELLOW" and the field to change color to yellow. For 1A it would be "GREEN" with the color green, etc.
    I tried doing an if else for all cases, but it never refreshes to the correct value. I then checked using app.alert to see what fields riskRating and colorRank are (see code below), and I noticed that riskRating never changes, even though the value in Risk Rating changes. Is there a way to order script(s) so that if I execute one, the other will follow? I'm new to scripting for forms and haven't done any programming in 10+ years, so feel free to rip my code in favor or something more efficient, or direct me to a good resource I can learn from.
    Here's the basis of what I have for scripting on Color. It's brief because I wanted to test it out before writing every 'if else' statement.
    var colorRank;
    var riskRating = this.getField("Risk Rating").value;
    if (riskRating = "1E") colorRank = "YELLOW";
    else if (riskRating = "1A") colorRank = "GREEN";
    else if (riskRating = "5A") colorRank = "RED";
    event.value = colorRank;
    app.alert("colorRank = " + colorRank + ", riskRating = " + riskRating);
    Any help is appreciated. Thanks!

    One problem is if more than one combo box item has the same number associated with it, you cannot simply set the export value to the corresponding number since they need to be unique (or the user interface behaves weird). One thing you can do is set up an object to associate a list item with a value, and look up the value in code when a list item is selected.
    For more information, see: http://acrobatusers.com/tutorials/2007/js_list_combo_livecycle

  • Rebate agreement-Difference coming for credit note value and drill down value .

    Hello Friends,
    In 2013 we had created one rebate for which the validity period was 1st April 2013 to 31st March 2014 . At the end of each month, rebate amount was settled by raising credit note to the customer . Now at the end of March'14 during final settlement, a credit note was raised to the customer . The issue here is there is difference of 1.13 (Pounds) between credit note value and the drill down value for March'14 . Lets say our credit note value is-100 (Pounds)and Drill down value for the month March'14 is 101.13 Pounds. We are not able to find out why this difference is coming . Please let me know your inputs on this .
    Regards,
    Sandeep G. 

    Sandeep -
    During final settlement of a rebate agreement, it calculates rebate amout for the the entire time period less payments already made to a customer and then issues a credit memo request based on that.Please check all the the invoices created during entire period and check accrual calculation.It should match.
    You can check VBOX table to get billing documents for the entire period.
    Let us know if you still have an issue.
    Thanks & Regards
    Amit Gupta

  • Base value and BED not coming in Excise Irem in MIGO

    Dear all,
    I created PO base value and basic Excise duty is calculating it is showing  in tax pop up menu
    but it is not coming in Goods receipt (MIGO) in Excise Item Tab
    Base Value and BED
    Please help
    Manjunath

    Hi ,
    I maintained Excise  Default  
    Account payable BED condition type --  JM01
    BED Percentage condition -
    16 ( Number )
    It is upgraded 4.7 t0 Ecc 6
    BED Percentage condition it is given as 16 number but if i changed this, In PO tax Popup menu is not coming
    I change ---JMX1   it not coming in MIGO also
    I cant understand what is this 16 number   i want to known it is program or had code ......
    J1ID as different percentage
    Manjunath

  • Purchase Order condition isn't calculating the value of refundable tax

    Hello Experts,
                          When i am inputting tax in invoice tab at item level footer in Purchase Order, and after that when i am calculating the taxable and the total amount the condition tab isn't displaying the tax value, the condition type is NAVS of tax in condition tab. Kindly suggest me i want to calculate tax.
    Thanks
    Harmandeep

    Hi flora
    Just get through the sequence .
    see the table fields ...
    1. From EKKO table take an entry which is having pricing conditions.
    Now in the fields list check out for field EKKO-KNUMV(document condition number).
    2.Take this condition number and now goto table KONV.
    Give the document condition number in the field  KONV-KNUMV and execute .
    This will lead to a list of document condition numbers and some other fields .
    3.Now check for field KONV-KNUMH ,KONV-KAWRT(quantity) and note the value KONV-KWERT  .
    (Remember this is at header level).
    This is ur condition record number.
    **comments
    Now from document condition number we got the condition record number (KNUMH).
    4. now since u want the item level tax procedure go to table KONP and give the condition record number and execute .
    This will give u a list of details .
    Now concentrate on KONV-KAWRT (scale quantity) KONP-KBETR(rate) as this table will store “Pricing  per UNIT “ so product of these two will give u the total pricing tax, for a particular condition type say PR00  .
    For that particular condition item .
    Check the pricing procedure .
    See t-code VK13 and check the pricing procedure .
    From me23 check the same PO num select the item and check the pricing conditions applicable .
    Select a particular pricing and goto condition->analysis->analysis pricing  ,
    Better take help of a SD functional consultant in the process.
    regards,
    vijay.

  • ITEM INTEREST CALCULATION ON VENDOR AND CUSTOMER

    Dear all,
    how to calculate Item interest calculation on Vendors and customers
    what is the configuration need? please let me know it is very needful for me
    Thanks in advance.
    Regards,
      Ram.

    in ob46 we maintain int calculation types under that u can maitain int indicatro name int calculation type(P)and save
    after that u can prepare itme balance interest calculation(path spro/f/a/ap&ar/business transactions/int calculation/int calculation global settings/prepare item int calculation) here
    u can enter int indicator select open itmes check box enter calander type etc.
    define referance itn rates obac here u can enter ref int rate long text short text date from currency and save
    define time dependent terms ob81 here u can enter int indicator currency effective from sequential number term(u can select item int calculation) ref address rate etc.
    enter int values ob83 here u can enter reference int indicator from date and percentage save.
    if u have any doubt let me know.

Maybe you are looking for

  • Input Lov value is not retaining in table rows

    Hi I have a table with three columns out of which one is input lov component. And the table has Add Row button at the top which creates a new row (CreateInsert Operation) when click on that. Now in the new row i have selected a value from the lov and

  • Exported Colors not displaying correctly

    I have illustrator files that I have imported into InDesign but cannot get them to export correctly. I need everything to remain as RGB files. The colors look extremely muted, very dull. Color settings are synced: N. America Gen Purpose 2 - all defau

  • Can't Swap out image in PDF

    I have Acrobat CS3 on Mac, and I know nothing about using the app. I am trying to swap out an image in a PDF. I have poked around the interface quite  bit, but nothing works. I seem to be able to select the image, but the only options are to copy or

  • Problem with new step in acc seq

    hi all, i have created a new step in an existing zcc sqe. - dev/customer  (at the top of the seq) and std table 007 (no release status). the acc seq now is acc no.     table     des 5     7     Division/Customer 10     952     Sales org./Plant/SalesD

  • IDOC to XI :  HTTP_RESP_STATUS_CODE_NOT_OK   401 Unauthorized

    Hi Guys, I meet a problem while send idoc from ECC to XI in testing enviroment. I check the messege ID, find red flag with error message   <SAP:Code area="INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>   <SAP:P1>401</SAP:P1>   <SAP:P2>Unauthorized