Amortize Adjustment Flag in Fixed Assets

Hi,
We have a requirement where we need to get all the assets for which the Amortize adjustment Flag is set. When we query a asset from Asset Workbench and then click on Books to see Cost, NBV etc. details,there is an option to make check mark against Amortize Adjustment. I want know which table hold value for this update.I see from the front end form that FA_BOOKS_V is being used but am not able to find this field in the table.
Regards
Aman

Hi,
You isolate assets where an amortized adjustment is made by checking fa_transactions_headers where (transaction_subtype = 'AMORTIZED' OR transaction_key = 'UA'). Any asset/book combination that meets that has an amortized adjustment. Since one can't make any expensed adjustments after an amortized adjustment, you don't have to check for a specific transaction. Just check where the condition exists.
Regards.
Ata ur Reman
Thanks for Halim (My Oracle Support Community)

Similar Messages

  • Logical delete flag in fixed assets extract

    I have to create a flat file of Fixed Assets data. I am asked to put the 'Logical Delete Flag' in it. My data will be based on the t.code AR01(report RABEST_ALV01). It uses the logical database ADA. My question is where can i find the logical delete flag and what does this field exactly mean?
    Plz reply soon

    I m closing this thread as I found the answer to it. An asset is never physically deleted in the system. But it can be marked for deletion(logical deletion).

  • FIXED ASSET Note 113711 - FA ISR Depreciation Adjust. & IMPAC Balance Aver

    Hi Gurus, I have a question about this note referent at Fixed Asset , in the next topic:
    After release upgrade the import has to be repeated for the new
    release.
    Please take the transport from SAPSERVx, path:
    ~ftp/specific/latinamerica/MX/note.0113711
    Directory note.0113711 contains the following transports files:
    - For Rel. 3.0F and 3.1 please transport:
    R900246.LD3 (data)
    D900246.LD3 (cofile)
    which will create the next objects:
    DEVC ZAA Development class
    DOMA ZINDE Domain for INPC value
    DTEL ZINDE Data element for INPC value
    FUGR ZINP Function group for table maintenance
    PROG ZAAUFW01 MAIN PROGRAM
    PROG ZXANLU04 Include with calculation logic
    TABL ZINPC Table for INPC values
    I don't understand the sentence :
    "Please take the transport from SAPSERVx, path:
    ~ftp/specific/latinamerica/MX/note.0113711"
    I don't know how connect at this server for download files .LD3.
    that request the note 113711.
    Thanks for the help.

    Thanks for your answer Sreenivas, I have a doubt :
    The first part of the note refered at release 3.0 and 4.0.
    I have worked the version 5.0, and in the Note 113711 there is a paragraph that says:
    "If you want to transport the INPCs values into the ZINPC table, please
    AFTER having transported the previous files, transport files:
    R900248.LD3
    K900248.LD3
    which contains the INPCs values since 1950.
    - For Rel. 4.0B and after, please transport:
    R900040.LD1
    K900040.LD1
    In rel. 4.0B and after, the program uses the INMA indexes tables. There is no need to create a table ZINPC anymore to maintain the INPCs values.
    The Index that the program uses is the general one defined in the Inflation Method for the company code for FI. It uses the definive values of it."
    My question is if I have download the files *.LD3 for release subsequent at 4.0 because I actually have worked version 5.0 of SAP R/3.
    Thanks for your answer.

  • Fixed Assets: Changing Category, Depreciation, life

    hi
    i have an requirement where we need to change asset category, depreciation method, no depreciation and life(1 month). And want to make total depreciation to zero.
    Ex:
    Asset#A1 already depreciated some amount.
    Original category X and degault rules are set to Depreciable.
    Defined to new category Y and associate default rules to all CORP and TAX books to not depreciate.
    Changed from category X to Y
    Now after reclassification, it is depreciating entire amount of the asset and posting to current open period. As the reclassification does not default the new category depreciation flag, it is depreciating entire fixed asset cost immediately. I didn't run depreciation.
    Now how do i change YTD depreciation to zero?
    Thanks in advance for all your suggestions.....
    Need it immediately.....

    Hmm, did you not test this out in a test environment first before doing this in production? Can you be specific on the choices that you made when you changed this asset? Maybe you chose to expense the adjustment in the current period rather than to amortize? Because you originally had it in a depreciable status, then changing it to new financial information, looks like it is choosing to expense the remaining asset cost immediately (which is why you are getting depreciation without having run depreciation). You may need to contact Oracle support at this point to find out how to best recover from this. Though if just one asset, you can just do a journal entry to reverse the depreciation. Then you would want to contact support to find out what is the best way in the future to make this kind of change. The documentation unfortunately does not address the kind of change you were making here. Doe show that it is important to get the depreciation setup correct before activating an asset.
    John Dickey

  • Changing Fixed Assets useful life according IAS rules

    Hi all,
    According to the new IAS rules (International Accounting Standards) when an asset's useful life (currently with straight line depreciation) is changed we have to distribute the "net book value" (remaining depreciation to be posted) between all the remaining months in the same proportion.
    Currently, SAP standard calculates the depreciation as the difference between the posted depreciation throughout the previous months and the amount that should have been depreciated with the new useful life, and it assigns this calculated amount in the current month when the useful life is changed.
    We have checked that the remaining depreciation to be posted can be distributed equally over the remaining periods of the fiscal year by marking the "smoothing" flag through transaction OAYR per company code, but we need this amount to be distributed over all the remaining periods for the new useful life (not only over the current fiscal year).
    Please find below an example to try to clarify my query:
    A fixed asset with str.line depreciation has the following values:
    Acquisition value: 12000 eur
    Useful life: 3 years
    Depreciation per year: 4000 eur.
    The asset starts to depreciate on 01.01.2008 and its useful life is
    changed to 2 years on 01.07.2008. On that moment the net book value is
    10000 eur.
    SAP adjusts the difference between the amount that should have been
    depreciated with the new useful life (3.000 eur) and the real amount
    posted (2.000 eur) = 1.000 eur depending on the "smoothing" flag:
    1. If the flag is not marked: SAP assigns 1.500 eur (500 eur (6.000/12)
    + 1.000 eur from the difference) on 01.07.2008
    2. If the flag is marked: SAP distributes the difference between the
    remaining periods of the current year (from July to December) and it
    assigns 666,66 eur per month (500 eur + 166,66, obtained from 1.000
    eur/6 months).
    But we need the same depreciation amount distributed over the remaining
    months: 10.000 eur/18 months = 555,55 eur/month.
    Has anyone come through the same problem before?
    The only solution I can think of is transferring the asset values to a new one. Or maybe a user exit.
    Any feedback will be much appreciated.
    Thank you very much in advance. Best regards

    Hi Markus,
    Sorry to come back to you regarding this question. Unfortunately we are not still on 6.0 so we can't take advantage of the new functionality.
    I am now trying to make an asset transfer through transaction ABUMN but the new asset is taking into account the capitalisation value of the original asset rather than the net book value that we would need the system to consider to calculate the new depreciation values.
    Do you know if there is a way to solve this?
    Thanks a lot. Best regards

  • FIXED ASSETS - USEFUL LIFE

    Hi,
    I´m modifying the useful life of some fixed assets and don´t have problems since it makes the amortization assessed since they are and it me re-calculates those who even remain.
    The problem is that they request that, in first foreseen, amortization does not load the difference that exists between the aortas  and that correspondent with the new useful life. There is way of doing that it first amortization goes out without the adjustment?
    Thanks in advance.-

    Hi Markus,
    Sorry to come back to you regarding this question. Unfortunately we are not still on 6.0 so we can't take advantage of the new functionality.
    I am now trying to make an asset transfer through transaction ABUMN but the new asset is taking into account the capitalisation value of the original asset rather than the net book value that we would need the system to consider to calculate the new depreciation values.
    Do you know if there is a way to solve this?
    Thanks a lot. Best regards

  • Is there any way to rollback mass changes in Oracle 11i Fixed Assets?

    Hi there,
    We are currently undergoing a massive change in assets depreciation rate with amortization date starting from 01-jan-13. To achieve this we decided to use MassTransactions -> Changes  in Oracle Fixed Assets.
    There is a preview available, which shows the results on the assets that are affected as well as the changes that we have decided to make. On the other hand, the preview does not consider the accounting results of the change so there is no way to see how the depreciation is affected.
    However, someone could see the results using the what-if analysis, but in that case there is no option to use the amortization date in order to see the changes that the adjustment will create.
    The only way we could really see the final results is to perform the mass change and then do a test depreciation and see the results. But in case where something is not acceptable by us, is there ANY way to rollback/undo the mass changes we did in the specific period?
    If there is no way to do this from the UI, is there any other from the db? ( I know that messing with assets is like playing with fire )
    Thanks and Regards,
    George

    Hi, You may find this thread helpful : How to compare two oracle database schemas
    Regards,
    Himansu Mallick

  • ABST2 Error while doing Fixed Assets Closing

    Hi,
    I've run into an error of 0.01 in account 161370. I need to get past this or write off the difference in order to close the year..
    Note: For 2008 Fixed assets closing i have executed ABST2 transaction now in this July-2009.When i execute ABST2,i am getting the below report.
    CoCd  Acct no.   Year S  1st local difference 
    3000  161370      2009                   0.01-                
    Differences between assets and G/L accts in the balance carried forward
    Message no. MQ555
    Diagnosis
    Differences occurred in the balance carried forward when comparing asset summary records and G/L accounts.
    Procedure
    Using program RFEWSBAL, select the accounts for which differences occurred. To do this, proceed as follows:
    1. Changeover package: Active package
    Phase: ANALYZE
    Origin of change: AS
                Proceed
    1. Analyze the accounts containing errors using note 104567.
    If the document number field contains the entry "W004", this means that although a difference exists in the balance carried forward, this difference was charged off at the key date. Following local currency changeover, the system adjusts the currency differences at the key date only, but not in the balance carried forward.
    If the entry "W004" exists for all affected accounts, the status is set to warning instead of error. If the correction at key date described above proves sufficient, you can continue changing over the local currency without additional adjustments in the previous year.
    However, SAP does recommend that you make corrections in the previous year in line with note 104567 since this ensures that the balance carried forward is also reconciled.
    Kindly Help me in this regard
    Suvarna

    Hi,
    I've run into an error of 0.01 in account 161370. I need to get past this or write off the difference in order to close the year..
    Note: For 2008 Fixed assets closing i have executed ABST2 transaction now in this July-2009.When i execute ABST2,i am getting the below report.
    CoCd  Acct no.   Year S  1st local difference 
    3000  161370      2009                   0.01-                
    Differences between assets and G/L accts in the balance carried forward
    Message no. MQ555
    Diagnosis
    Differences occurred in the balance carried forward when comparing asset summary records and G/L accounts.
    Procedure
    Using program RFEWSBAL, select the accounts for which differences occurred. To do this, proceed as follows:
    1. Changeover package: Active package
    Phase: ANALYZE
    Origin of change: AS
                Proceed
    1. Analyze the accounts containing errors using note 104567.
    If the document number field contains the entry "W004", this means that although a difference exists in the balance carried forward, this difference was charged off at the key date. Following local currency changeover, the system adjusts the currency differences at the key date only, but not in the balance carried forward.
    If the entry "W004" exists for all affected accounts, the status is set to warning instead of error. If the correction at key date described above proves sufficient, you can continue changing over the local currency without additional adjustments in the previous year.
    However, SAP does recommend that you make corrections in the previous year in line with note 104567 since this ensures that the balance carried forward is also reconciled.
    Kindly Help me in this regard
    Suvarna

  • New user to Oracle 11i who needs help on creation of new fixed asset class

    Hi all,
    I am new to my Company who is using Oracle 11i. And the Company has a new class of fixed asset and a GL code has been created. But there is no link between the Fixed Asset Manager and the GL code, i.e. depreciation is not linked, additions are not captured into "Cost register", no asset number was assigned in Oracle. Please help.
    Thanks,
    Simon

    Hi.
    No, Simon, it does not work that way.
    First, be sure that the distribution line has the flag "Track as Asset" checked.
    Second, the GL Account to be used on the distribution line must be the one defined, in the FA Asset Category, as the Asset Clearing Account.
    In FA, navigate to /Setup/Asset System/Asset Categories. Following, query a Category. There you can see which account has been used as the Asset Clearing Account.
    You can use as many Asset Clearing accounts as you which, but normally, all Categories share the same account.
    Now reverse the distribution line and cretae a new one with the correct account. Post it, run the Mass Additions Process and you will see the that the addition was created.
    Hope this helps.
    Octavio

  • Posting of accounting entry related to Fixed assets

    Dear All,
    I have an issue as below:
    We have implemented ECC 5.00 in oct,06. As part of implementation, asset management also has been implemented.
    We have uploaded the asset values properly. At the same time we have posted an accouting entry through OASV  to update the GL account balance.
    It was observed that Fixed account and accumlated depreciation account has been posted with higher amount.
    Value of the assets as per register  100,000
    Less Accumulated dep.,                   10,000
    Net value as per asset register          90,000
    At the same time GL account balance has been posted as below
    GL Account(cost of asset)  :150,000
    Less accumulated dep a/c     60,000
    Net value as per B/s              90,000
    When we compare asset register and GL balance, we could not find any difference as both are showing 90,000 only.
    But when we compare cost of asset account(as per b/s) with value of the asset as per asset register we can found difference amount of 50,000.(150000-100000)
    Same situation for Accumulated depreciation also. 50,000 has been posted excessivly.(60000-10000)
    Now can some one tell me how to adjust the difference between asset register and b/s.
    Is there any way we can get the individual balance sheet accounts to mirror the fixed asset register.
    Can i post any adjustment entry through OASV as below
    Accumulated dep account dr 50,000
    cost of asset a/c                  50,000
    Is it suggestble to post an account entry in 2006 as above.
    Also let me know is there any side effects?
    Thanks in advance
    Regards,
    Prasad

    You can post this entry. This makes your recon perfect. However, it may not be advisable to post in 2006. Please find out from your finance users and try to post in the beginning of 2008, since 2007 must also be closed by now

  • How to take Profit Center Wise (Customer Line item & fixed assets)?

    Profit Center Wise (Customer Line item & fixed assets)
    GL Report: S_ALR_87012282 (Profit Center wise GL A/C Line item)
    AP Report: S_ALR_87012103 (Profit Center wise Vendor A/C Line item)
    Similar for I want customer line item wise and fixed asset line item (profit center wise) report, S_ALR_87012197* this for customer line item wise report but,Here in the dynamic function there but not available in profit center, I need report what t.code available in profit center wise customer line item and fixed asset line item.
    Thanks in advance
    Selva

    Hi Sweta
    For obtaining profit center wise receivables/payablees and stock reports, you may need to follow these steps at every period end.
    1. Execute F.5D - Calculate Balance sheet adjustment
    2. Execute 1KEK - Transfer Payables/Receivables
    3. Execute 1KEI - Transfer Assets
    4. Execute 1KEH - Transfer material stocks
    5. Execute 1KEJ - Transfer Work in progress
    For more information, you can read the heading "Balance Sheet Items in Profit Center Accounting" in the below URL.
    http://help.sap.com/saphelp_erp60/helpdata/en/eb/13811243c411d1896f0000e8322d00/frameset.htm
    Regards

  • GL balances are not matching with Fixed assets ledger

    Hi,
    Please suggest me regarding this...
    The issues is:when the legacy balances are uploaded in to sap there was the mistake.3 assets were entered twice(once in asset class 1250 & once in asset class 1300).It causes the GL balances are not matching with Fixed Asset balances(GL is less than FA).so now the client is asking to make manual entry by removing the recconcilation account settings and post manual entry then keep the reconcilation account as usual.They wanted to reverse the accumulated depreciation for the above 3 duplicated asssets for year 2007 & 2008.
    How can i achieve the below:
    1.GL balance was not equal (i.e lower) to FA ledger even at the time of go live(FI is lesser than FA)
    2.For this i need to post one manual entry in FI-GL with the GO-LIVE date.is it possible? suggest me how to post?
    3.After that i need to reverse the accumulated depreciation for the above 3 duplicated assets.how can i do this?
    4.After that i need to remove the above 3 duplicated assets,how can i?
    Please help me by giving your thoughts regarding this
    Thanks
    Sap Guru

    Hi,
    It is possible to post the adjustment entry from go live date provided you open the posting periods for the pervious year. (However this approach is not recommended for the following reasons - you have closed the books and must have published the results to local authorities. Adjustment now in the past year can cause some trouble from auditors etc. Secondly you are adjusting the GL balance for the last year, so you will have to complete the period end and year end closing for GL balances. So avoid kindly it)
    For your problem - Go to transaction code OASV and post adjustment entry for the current period. Also check if your field status of assets contain field for shutdown of assets. If not change your field status accordingly. Once adjustment is done you shutdown the asset so that it does not post depreciation in future depreciation runs. (this will cater to your need of eliminating the assets. If you retire the asset then you will have to deal with gain or loss on retirement of an asset. If you can accommodate this entry, then you can use this figure in the final adjustment entry.)
    Or Go to transaction code OAMK and set the recon account to post the adjustment entry.
    Reversal of depreciation is not possible in SAP. So the only way to reverse the accumulated depreciation is by changing the recon account or using OASV, and passing adjustment entry.
    regards
    Thomas

  • SBO 2005 PL1 : Fixed Assets

    We are deploying SBO in Lebanon - For the Fixed Assets, they have one legal requirement which oblige them to force the Residual Value to one when it's totaly amortize until the equipment or material is not scrap out. How could we force the vaue to one ?
    Edited by: Marc Riar on Feb 21, 2008 2:06 PM

    Hi
    Start from 2005 SP1 PL75, there are some bahavior change for Salvage value feature.
    1.  Where are the new fields regarding salvage value?
        o  Field name:  Salvage Value %
           Location:    Depreciation Types form => General Tab
           Description: salvage value = APC * Salvage value %
        o  Field name:  Include Salvage Value in Depreciation
           Location:    Depreciation Types form => General Tab
           Description: Control whether to include Salvage Value in
    depreciation calculation. Select this checkbox to exclude Salvage value in deprecication calculation.
        o  Field name:  Salvage Value
           Location:    Fixed Asset Master Data form => General Tab
           Description: salvage value of specific asset
    2.  How to configure salvage value for an asset?
      salvage value = APC * Salvage Value Percentage of Depreciation Type
        o  Salvage value is always updated automatically according to above formula if transtions trigger the change of APC.
        o  Salvage value always takes effect for the whole fiscal year.
        o  You can also modify salvage value manually in Fixed Asset Master Data form => General Tab. Change of salvage value will trigger the recalculation of depreciation.
    3.  How to calculate planned depreciation value based on salvage value?
        o  Example I:
           APC: 10,000     Useful Life: 10 years     Salvage Value: 2,000
           Depreciation type: Straight-line depreciation
           Calclation Method: Acquisition Value / Total Useful Life
           Include Salvage Value in Depreciation: Not checked
           Yearly Depreciation Amount =
           (APC - Salvage Value) / Useful Life = (10000 - 2000) / 10 = 800
        o  Example II:
           APC: 10,000     Useful Life: 10 years     Salvage Value: 2,000
           Depreciation type: Straight-line depreciation
           Calclation Method: Acquisition Value / Total Useful Life
           Include Salvage Value in Depreciation: Checked
           Yearly Depreciation Amount = APC / Useful Life
           = 10000 / 10 = 1000
    4.  Relevant rules with regard to salvage value:
        a) All depreciation areas of an asset use the same salvage value.
        b) Salvage Value field in Fixed Asset Master Data form => General Tab is editable if and only if Salvage Value Percentage of depreciation type of main depreciation area is not zero.
        c) In Depreciation Types form => General Tab, the setting of
           Depreciation Value Limit only takes effect when the Salvage Value % is zero.
        d) When you import a fixed asset master data, salvage value is retrieved automatically according to the depreciation type from the main depreciation area. Make sure that salvage value is not greater than NBV, otherwise an error message will come up in log file.
    5.  Depreciation Value Limit Vs. Salvage Value:
        a) Both are the amount at which the asset depreciation stops.
        b) Depreciation Value Limit only takes effect when Salvage Value % is zero.
        c) Depreciation Value Limit is not considered in planned       depreciation calclulation.
        d) Salvage value is considered in planned depreciation calclulation if Include Salvage Value in Depreciation of depreciation type is not checked.
    You can also refer to SAP Notehttps://service.sap.com/sap/support/notes/1100660.
    Hope it is helpful!
    Regards,
    Ivy Zhang
    SAP Business One Forums Team

  • FAGL_FC_TRANS for Fixed Assets

    SAP experts,
    We are doing FC Valuation and translation for a  foreign subsidiaries to report US GAAP . ( FAGL_FC_VAL for FC valuation followed by FAGL_FC_TRANS for Translating the group currency with spot/avg  raye for BS and PL respectively). Confiured  BS adjustment account  for translation and the translation difference posted at Month end ( BS adjustment acccount) at month end and reverse it on 1st day of next period. No update on individual accounts.
    The  FASB  docs explains that  FASB  amount is to strip off the EX rate influence on the BS numbers of Foreign subsidiaries. ( Group currency amount  of Foreign Subsidiary in SAP)
    Gone thru SDN and came to know the treatment to be given to  Fixed assets. Looks like it  need not be valuated  as it sits on Balance sheet long time.  It is not clear . In simple terms do we have to  include Fixed assets and accumilated depreciation in FAGL_FC_TRANS or not?
    Answer is yes  for Translation the what rate . How do I derive the correct historical rate as the assets are carried over a long period when we do not update the assets Group currency amount.
    Do we do the  translation  for all P&L accounts also?
    Appreciate early replies.
    Regards

    Please see my responses below.
    1. For all BS accounts using Spot rate - yes, the rate on the last day of the month.
    2. For Fixed assets account different rate - same rate applied to all balance sheet accounts
    3. For PL balances separately after ticking the P&L accounts - yes, but this is at the average rate for the month
    4. Do we have to check (tick mark) the u2018valuate period balance only u2018 on the screen for PL? YES
    Is the fixed assets GL accounts are to be treated in a different way unlike other BS accounts? - I don't see any reason why they should be handled differently.
    The Fixed assets are to be re measured with different ex rate ie Historical rate? - No.  It is the equity that you want to keep at historical rate.
    How do I get historical rate? - The historical rate is on the individual postings on the account.  You don't need to get the historical rate from anywhere, as you just leave the historical rate on equity account postings, by excluding these accounts from the selection screen of your Balance Sheet translation variant.
    Make sure that for BS translation, you also reverse the translation program entries on the first day of next month.  You don't need to do this for PL translation, as you are translating period balance only.
    What steps to be followed to complete the FASB52 and how to reconcile with manual. - All of the above conform with FAS 52 rule.  What do you have in your manual record?  I would eliminate the need for any reconciliation once you are in SAP.  A spot check in your testing cycles should do!

  • Credit memo for subsequent acquisitions in Fixed Assets

    According to the Fixed Asset help file - section Credit memo for Subsequent Acquisitions it Says " Fixed Assets *DOES NOT* allow posting a credit memo for a subsequent acquistion.  What are the exactt circumstances in which Fixed Assets will block these credit memos. I have added subsequent Acquisitions and Fixed Assets appears to allow credit memo's where depreaction has not been run and also where depreciation has  not been run. How does this blocking mechanism work?

    Hi John
    It appears that there is no good answer to your question.  From my undertstanding, the SAP Fixed Assets add-on is a very basic solution, and does not anticipate many of the changes that can occur once an Asset is acquired.  Frankly, it is pretty basic when handling the initial acquisition.
    Not that this will help you with this particular install, but the Fixed Assets add-on from B1 Fixed Assets LLC does a very thorough job of creating Assets, where you can use any or all of Invoices, Credit Memos, and Journal Entries, mixing and matching to create the Asset.  Once the Asset has be added, making Cost Adjustments is almost as thorough, and provides considerably more options to recognize the Cost Adjustment.  You can see a viedo of a relatively simple Asset Acquisition on YouTube (www.youtube.com/b1fixedassets).   
    Let me know how you get this issue resolved - I am very interested.
    Joe

Maybe you are looking for