Asset wrongly capitalized

Hi
I wrongly capitalized one asset of Rs.12000 (Doc date, posting date and asset value date: 15th July 2010). Depreciation is also posted till December 2010
Now as per auditors, the same should be expensed out in repairs account. WDV as on today is Rs.7350.
Now i need to reverse the entire transaction (including depreciation, accumlated depreciation). Vendor is paid in july itself.
FY is from April 2010 to March 2011. I tried with ABNAN. But its telling that the date is not in closed period.
Please help how can i rectify.

Hi,
Steps you should follow.
1) First change the depreciation key in the asset master to "000" (zero depreciation)
2) Do repeat run of depreciation, so that the depreciation recalculates and the net depreciation posted will be come zero.
3) Scrap the asset. Here the entry will be
         Loss on sale of asset
            To Asset
4) Mannualy post an entry
           Expense (corresponding GL)
                To Loss on sale of asset.
Note: First try this scenario in you Dev or Quality Server.
Hope this helps.
Thanks and Regards
Om
Edited by: Om Prakash Arjuna on Jan 12, 2011 12:56 PM

Similar Messages

  • Creation of Assets for Capital Investment Measure

    Hi,
    Can some please tell me how to create an Asset for Capital Investment Measure.

    Hi,
    First you have to create master data using asset class AuC.
    You have define asset class for Capital Investment Measure (AuC class) in t-code : OAOA. And still in the same t-code (OAOA), you choose "investment Measure" in box "Status of Auc".
    If you choose "Investment Measure", the assets under construction in this asset class can be created solely in relation to capital investment measures (internal orders or WBS elements).  So you cannot create and post in Asset Accounting directly (Example post using t-code : F-90).
    If you use WBS Elements then you can post to the asset for Cap Invest Measure using t-code : CJ8G or CJ88.
    Hope it can help.

  • Determing date an asset was capitalized

    Can anyone shed some light on how to determine the date/period in which a given CIP asset was capitalized. Trying to do some point in time CIP reporting and can't rely on the asset_type indicator to proviide this. I essentially need to determine the asset type at any given point in time (CIP or Capitalized).
    tia
    barr

    Knowing the period an asset is capitalized would be fine. Can anyone shed some light on how to accomplish this via SQL or PL/SQL?
    The need for this is to be able to run reports for an asset that historically show its status - i.e. it may currently be a CAPITALIZED asset (as of today) but 3 months ago, it was a CIP asset so it is necessary to run a report of all CIP assets that were CIP as of 3 months ago.

  • IOS6.0 - New Map from Apple is wrong capital's name KYLV (correct KYIV or KIEV).

    iOS6.0 - New Map from Apple is wrong capital's name KYLV (correct KYIV or KIEV capital of Ukraine).
    Where is the Numbers of buildings? where is contour of buildings?
    Please come back the App Google Maps!!!

    Tell Apple:
    Launch Maps.
    Tap the page curl at the bottom right.
    Tap the text that says Report a Problem above the Print button, middle right.
    Tap the type of problem you want to report.
    Tap Next.
    Choose the search result, street label, etc. that's giving you the problem.
    Tap Next.
    Add any comments, if asked.
    Tap Send.

  • Asset wrongly inventorized - Reversal steps

    Dear all,
    User has not given account assignement 'A' in p.o,raised GR,invoice and done payment for a capital goods item.
    Due to above wrong procedure,it got inventorized and debited to stock account in GR.
    How to do reversal steps/corrective action ?
    Please revert me any further clarifications.
    Jeyakanthan

    Posting it in asset accounting forum.

  • Message BS013, Retire Asset from Capital Project w/ T-Code ABAON

    We have constructed an asset two years ago, using Project Systems and Investment Measures, and now have sold the asset.  When retiring the asset using t-code ABAON, we get a message no. BS013.
    "Object WBS FVFR09.000002 has system status CLSD (Closed).  According to this status, transaction 'FI: Postings' is not allowed.
    I can open the Cost Object to get retirement to post, but when I have assets 10 years old and projects have been archieved, I see this as a problem in waiting I would like to resolve now.  Also, I should be able to close a capital project and keep it as such, without needing to reopen it when I want to retire any related asset.
    Any advise would be greatly appreciated.
    Thanks,
    Chan

    I recommend trying to configure a change control message that would simply give a warning on this type of posting an not an error.
    Good luck,
    Tammy

  • How to purchase new Asset and capitalized...

    Hi,
    How to purchase a new asset and how it will be capitalized???
    Please tell me step-by-step..
    Thanks.

    Hi
    Suppose Assume that you have purchased a CAR
    Configuration steps
    1. specify account determiniation
    2. create screen layout rules
    3. define no ranges intervals
    4. define asset classes
    5. detrermine dep areas in the asset class - OAYZ
    6. create GL A/Cs
    7. Assign G/L A/Cs - AO90
    8. specify intervals and posting rules - OAYR
    9. spify rounding of NBV AOYO
    9. Base methods, declining balnce metd, multi-level method, period control methd, maitain dep key
    10. define scree layout for Asset Master Data
    11. Define screen layout for Asset dep areas
    after that Create AS01 and then do F-90, then AFAB then do F-92

  • Purchase date error while Adding Existing Assets in Capital Planning

    Hi,
    In form 03 (for managing existing assets), i right click on the form to add existing assets. it opens a window in which info about existing asset is feeded. And when i press the botton to validate the form, it gives me following error.
    Purchase Date :The following value is not valid for the runtime prompt: 3/8/2010.
    Edited by: user9327097 on Mar 11, 2010 6:39 AM

    am trying to provide "system administrator" responsibility to the below user already created.
    query used:
    SELECT fur.responsibility_application_id,fu.user_id, fu.user_name, fur.responsibility_id,
    fr.responsibility_name
    FROM fnd_user fu, fnd_user_resp_groups fur, fnd_responsibility_vl fr
    WHERE fu.user_id = fur.user_id
    AND fr.application_id = fur.responsibility_application_id
    AND fr.responsibility_id = fur.responsibility_id
    AND TRUNC (SYSDATE) BETWEEN TRUNC (fr.start_date)
    AND TRUNC (NVL ((fr.end_date - 1), SYSDATE))
    AND TRUNC (SYSDATE) BETWEEN TRUNC (fur.start_date)
    AND TRUNC (NVL ((fur.end_date - 1), SYSDATE))
    and user_name like 'SAMANDA' --- for all user or for perticular user
    -- AND fur.responsibility_application_id = 275 -- to check users for perticular responsibility
    order by user_name
    RESPONSIBILITY_APPLICATION_ID
    USER_ID
    USER_NAME
    RESPONSIBILITY_ID
    RESPONSIBILITY_NAME
    691
    1004405
    SAMANDA
    57571
    Default Partner User
    and the command I am using to add is the below and getting the error.
    SQL> execute fnd_user_resp_groups_api.insert_assignment(user_id =>1004405,responsibility_id => 57571,responsibility_application_id =>1,security_group_id => null,start_date=> sysdate, end_date=> null, description => 'Assign as a test');
    BEGIN fnd_user_resp_groups_api.insert_assignment(user_id =>1004405,responsibility_id => 57571,responsibility_application_id =>1,security_group_id => null,start_date=> sysdate, end_date=> null, description => 'Assign as a test'); END;
    ERROR at line 1:
    ORA-20001: Oracle error 100: ORA-01403: no data found has been detected in
    FND_USER_RESP_GROUPS_API.INSERT_ASSIGNMENT.
    ORA-06512: at "APPS.APP_EXCEPTION", line 72
    ORA-06512: at "APPS.FND_USER_RESP_GROUPS_API", line 29
    ORA-06512: at "APPS.FND_USER_RESP_GROUPS_API", line 610
    ORA-06512: at line 1

  • Asset wrong invoice post

    Last month I booked invoice related to building construction as a leasehold improvement to account 13003000 (asset class D30000) u2013 planned depreciation 5 years.
    But within this document there was also invoiced delivery of the kitchen for new office. I do not notice it before L
    According to our rules the furniture has to be booked to different account 13004013 (asset class D45000) u2013 planned depreciation 8 years.
    Could you please help me how to solve this issue?
    also i would like to know what is the asset number which is got depriciated for 5 years in asset class D3000
    Thanks,
    vani

    Hi Vani
    Reverse the document from AB08 and post two separate docs again...
    you will have to identify the Asset No from the FI doc that you posted.... With in FB03, you can see Environment > Doc Env > relationship browser
    Br, Ajay M

  • Asset is getting capitalized at the time down payment to vendor for AssetPO

    Dear All,
    I am working on one scenario in which asset is getting capitalized at the time of down payment to vendor.
    I have created on Asset PO and i am doing downpayment to vendor against this Asset PO using F-48. Now it works fine and also this downpayment appear in that Asset PO also but i have only one problem when i have done with this downpayment, Asset is capitalized on down payment amount actually it should capitalized only when the actual goods received i.e at the time MIGO.
    Kindly let me know how to solve this issue. I dont want asset capitalized at the time of down payment.
    Thanks in advance.
    Marmik Shah

    This topic is already old but we had the same requirement. The asset should not be posted to during the down payment with F-48 but only during the good receipt.
    OSS note 310368 provides the solution for this. In short:
    - implement the corrections if needed
    - suppress the fields asset number/subnumber in the field group of the account allocated to the special G\L indicator "A - Down payment on current assets" (transaction OBC4)
    - change error message F5 378 to warning (transaction OBA5)
    After this, the down payment is only posting to the vendor and e.g. a bank account and the asset is only posted to during the goods receipt. Any additional AA customizing regarding account assignment for down payments is in this case also not needed.

  • Asset Dispossed off wrongly

    Hi Users,
        I am new to SAP Fi/co. My question is in Asset Accounting, suppose i have dispossed the asset wrongly. Can i get back. If yes means how can i..?
    Thanks in Advance,
    R K Reddy.

    Hi,
    You can reverse an Asset Transaction by AB08.
    Regards,
    Jigar

  • Depreciation was posted wrong

    depriciation was posted wrong,
    this is posted entry
    depriciation Dr 564
    depriciation Dr 10000
       To acc dep   564
       To acc de[    10000
    actual entry is
    dep DR 564
    To acc dep 564
    here we are maintaining in asset master 3 deprciation keys, one is 01 book dep, 20 IFRS, 90 asset revaluation.
    here three dep keys are stright line method 33%, by mistake same dep key was assigned to all dep ares.
    already dep was run. i want to assign 000 no dep to dep area 90,
    five me any suggestion for this problem

    Dear Bikkina,
    I think old depreciation key is having the "Depreciation calculation to exact day" Check box Ticked in the Depreciation Key.
    Hence the depreciation is calculated based on days. And the new Dep. Key is not enabled with the same, hence the error.
    Read the following:- The "depreciation to the day" function becomes active for an asset as soon as the asset has a corresponding depreciation key and the asset is capitalized (posted to). Once this takes place, it is no longer possible to switch off this function for the asset, even if you change the depreciation key. On the other hand, it is not possible to activate this function for an asset after it has already been capitalized using a different depreciation key."
    The possible solution is to Create another asset with new & correct depreciation key and transfer the values from old asset to new asset. This you can achieve by ABUMN T.code Asset Transfer within company code.
    I hope this will help you out to solve your issue, if you have any doubts feel free to share - you are welcome !
    Regards,
    Pankaj A Bhalerao.

  • Reduction of Cost for Asset.

    Hi experts,
    My client wants to reduce the cost of asset and re-run the depreciation run.
    i.e : They acquired the asset on Jan'2010  for $ 100000 and run the depreciation till Dec'2010. but now they observed that some additional cost wrongly posted to Asset costing $5000, now they want to reduce the asset by $5000 and re-run depreciation on amount $95000.  Please advise how to do the above scenario.
    They are following F.Y Jan-Dec.
    Please Advice,
    Regards,
    Sam.

    Hi Sam
    There are 2 options.. The 1st option is simpler
    1. You posted excess amount of 5000.. Suppose your rate of dep was 10%.. So, this excess amount already got depreciated by 500 between Jan-Dec 2010... If you post an unplanned dep of 4500, you can get rid of this amount of 5000 completely
    2. 2nd Option is to do an adhoc posting from ABSO for 5000 and re-execute AFAB for Dec 2010 in Repeat mode
    a. Go to ABSO :
    Select Trans type 101 -
    Posting dat = 31.12.2010
    Select the Asset -
    Enter Off setting account as the expense GL account which was wrongly capitalized on the asset -
    Amount = 5000$
    b. Now execute AFAB with REPEAT option, provided your last fiscal in AA is open.. if not, undo the fiscal year closing from OAAQ
    c. the differential depreciation would be posted in the month of Dec 2010
    BR,Ajay M

  • Credit memo on asset in closed financial year

    Hi,
    Is there any standard solution for the following case.
    - An Asset was capitalized and also depreciated in the last year. This year was closed in FA already and cannot be nothing posted there.
    - Now I need to credit  this asset and have depreciation recalculated to 0 for both years (current and previous closed one)
    - If I use ABGF (using asset value date 1.1.2008 - first day of current year) it is not possible to credit the whole acquisition amount as there was posted some depreciation in the previous year and NBV would be negative
    How I can credit the whole depreciation amount if part of an asset was depreciated in the closed year?
    How I can recalculate to 0 depreciaton posted in the closed year? Does not matter the correction is posted to the current year.
    Many thanks!
    Jan

    Hi,
    Thanks for your reply.
    That is exactly what I tried. However this will recalculate only depreciation for current open fiscal year. It will not recalculate depreciation for the closed year.
    Is there any other idea how to handle this?
    Thanks!
    Jan

  • Asset accounting and Inventory management.

    Hi gurus, I need your advice.
    We want to control our inventory and our fixed assets in order to be able to match the amounts between both modules. The main difficulty is that not all the items we register into the inventory module generate a fixed asset (we have sixty thousand inventory items and seven thousand fixed assets).
    The way I have thought to solve it is the next: currently we have and asset class per Fixed Asset GL Account. I want to create two asset classes per GL Account, one for the fixed assets that are into the Inventory Module and other for the Fixed Assets that aren´t in the Inventory Module.
    Do you think it is ok or do you have a better/easier solution??
    Many thanks in advance.
    BR//Alberto.

    Since you mention there is an inventory module, and there is a fixed assets module - consider that the two are very different. 
    Inventory is merchandise for sale.  When its costs are recognized, those costs are recorded as costs of sale or costs of goods sold.  Inventory can be purchased or it can be constructed, but when we sell the items to customers we recognize both the revenue and the costs at the same time.  The gross margin is the net gross profit or loss.  Inventory has no depreciation.
    Fixed assets are capital assets used by the organization to do the things the firm is in the business of doing.  The tools used to build/construct inventory are capital assets (used in more than one year).  Fixed assets will not be sold as a main purpose of the organization.  Only inventory is sold as a main purpose of the organization to earn a profit.  Since fixed assets benefit the organization for more than one year, we spread the costs over all those years in which revenue is generated by the fixed asset use.  This is the matching principle to recognize costs when the revenue is recognized.  To achieve this, we use the AFAR and AFAB depreciation process to spread that APC value across all periods that will benefit from the "tools."
    I think you are already using MM for your inventory module.  There can be different classes of inventory just as there can be different classes of fixed assets in SAP.  Each class has its own reconciling account.  Each is its own subsidiary ledger/listing of items that sum to the balance in the reconciling account.  Subledger transactions will automatically update the reconciling account balances for the class - whether we are talking fixed assets or inventory.
    I hope this can help, since it sounded like the terminology was confusing.  Neither SAP or accounting is simple.  Regards

Maybe you are looking for

  • Time Machine Backup from MacBook Pro...

    So my Mac Pro is just gotten all crazy. I wanna start fresh, but I don't want to install all my software and preferences all over again. It would literally take me a whole day to install everything and get things up and running. I have a time machine

  • Need to display TEXT in web selection screen

    HI All, We are working on CRM-BW  modeling. We have one field called "product" which will have key and medium text. We need to display both key + text in web reporting selection screen. When we ran first time text was not showing in web report. Then

  • Font is italicized, but only in web browsers

    Hi everyone, I have a strange problem.  I've started work with a new inherited workstation, and my font is italicized, but only in web browsers.  And I *think* only on text that has default styling.  E.g., forms, textareas, Google search results, and

  • Accurate distance between points, lat/long to miles?

    Hi, I have a bunch of points as lat/long data in SRID 8307 format. From reading this forum, I understand than in Oracle 8.1.7 to get accurate distances I need to transform these points into a cartesian coordinate system. My data is US-based, so I am

  • Tivoli IDM Integration with GRC 10

    Hi All , Can someone please help me with the information about webservices that we need to enable on GRC 10 so that it can integrate with the IDM Solution (IBM Tivoli ) . I had a look at the GRC 10 docs in market place , however couldnt find any help