Deletion of an Asset

Hi Guys,
I want to delete an asset which is created through AS91 and OASV.
These assets cannot be deleted with AS06 transaction.
How can we delete such assets?
Thanks.
Srik.

Hi
If you have not gone productive yet, you could simply reset the Asset Accounting company code (this will delete all master data and transactions in AA) using transaction OABL.
Re: AS91 Reversal
Regards

Similar Messages

  • How to Delete all the Assets in a Company Code

    HI GURUS n EXPERTS,
    The asset module is configured in my system but we were not using it. Now my company want to use it. During the analysis, I found:
    The assets are created but for maximum assets Value is Zero. But there is some assets have some value.
    Now, When we try to delete these assets with AS06. We are able to delete the asset with zero values. But when we try to delete the assets which have some value, system gives a message:
    Deleting is not possible. The asset already has values.
    Is there any way to delete such type assets. Or can we use Reset Company Code Transaction - OABL.
    Please suggest. Early response will highly appreciated.
    DSC

    Hi,
    Transactions OABL for data deletion are very critical  transactions to use. Please read carefully the IMG documentation.     
    For a start the reset of a company code is only allowed when in  "test status".
    I'm sorry per forum I an give you no recommendation to reset the cocd (OABL) and Reset Posted Depreciation (OAGL)   
    The impact have to be check on the spot.
    regards Bernhard

  • How to delete the versioned assets which are 2 months old?

    I have a req. to delete the versioned assets which are 3 months old.I think we have PurgingService component (OOTB component) which can be configured to achieve this particular activity.
    Any help wud be highly appreciated .
    Thanks
    Neelesh

    What I was referring, will delete the entire asset from repository based on some condition.OOTB ATG comes with profile purging function to handle deletion of profile.
    We can add other repositories too here,But it will delete data completely.It's kind of clean up required after some time for say anonymous user profiles. My Bad
    But in ur case as u need to delete only different versions stored in publishing db only, As u already pointed out at PurgingService, I think there is no need to customize, u can PurgingService Scheduler,
    But get clarification on this Purge projects and unused versions of assets older than _ days. What does this unused means.
    Logically unused should be this "It will exclude the current version, say current version is was created 30 says back and u are purging all the versions which is 30 days."
    But Please verify this before using.
    Also Please reply the correct approach once it has been implemented.  
    Thnks,
    Nitin.

  • Is  it possible to DELETE the Sub Asset either from BDC/BAPI etc?

    Hi Experts,
    I am guessing, the following idea may work for my problem, but, pls, let me give some info, abt the same.......
    1 - At the sales order creation time, each LINE ITEM creates the SubAsset, say,
    Line_ Item_1 -
    > creates SubAsset_1,
    Line_ Item_2 -
    > creates SubAsset_2, so on
    2 - if some reasons, if the user deletes Line_ Item_1, I need to delete that particlar SubAsset_1,
    so, pls. let me know that,
    1- If the user, deletes the item_1, then I wanna, to delete the created SubAsset_1, so then, I guess, SubAsset_2 shuld be modified as SubAsset_1
    2- Is it works out? makes sense?
    3- If so, Wht is the best method to delete a SubAsset from Asset Master? Is it AS02 BDC or Is there any BAPI or any other?
    thanq.
    Message was edited by:
            Srinivas

    as i did not hear any thing, so, am closing.

  • Disable Delete Function for Assets

    Hi all,
    Is it possible to block the Delete function from ALL assets for specific user roles only while still allowing other specific user roles to use it?

    Hi,
    Try below exits :
    EXIT_SAPLCOIH_006 : PM Order: Customer Enhancement for Exclusion of Function Codes
    Function code for Delete is : LOEA.
    Kindly check.

  • New Cost center Time-interval getting deleted automatically in Asset master

    Hi Friends,
    While changing the cost center in the asset master data with a new time interval, the check-box 'Deletable' gets automatically ticked and the new interval gets deleted and the new cost center is updated in the old time interval. The check-box is greyed out and cannot be edited.
    The right-most check-box in the 'More Intervals' button in the second tab of the asset master is the 'Deletable' check-box (Field Name: RA02S-XDEL).
    Please help me to make the check-box editable or help me to remove the default tick in the check-box.
    Regards,
    Shilpi

    Hi Murlidhar,
    Thanks a lot for the response.
    If the check-box gets deselected when we press the 'Save' button, still the new interval is getting automatically deleted.
    Earlier this was not happening, the new and the old interval was getting displayed separately. There are instances in the system, where both old and new interval is displayed.
    Of late, we notice that the new interval is getting deleted as soon as we save it.
    Please help to retain both the intervals.
    Regards,
    Shilpi

  • Deleting list of assets

    Hello,
    i want to delete a list of assets with a criteria. Assets are related objects to accounts.
    With other objects i can do it but the help said it's only possible with lists of accounts, contacts, opportunities, leads, service requests, or activities.
    Has somenone an idea how to realize this.
    Regards,

    Hello i tried to use a web service in C# to delete the Assets but my skills are rudimentary.
    I managed to see the Assets of the accounts in a web service, but i do not get the next step with the deletion auf the child object. I do not know which Parameters i have to give to the AccountChildDelete command.
    This is the code for the deletion but it does not work
    //Create the input paramaters for the Delete web Service call
    objAccountDeleteChildParam = new Account.WSOD_Account.AccountWS_AccountDeleteChild_Input();
    objAccountDeleteChildParam.ListOfAccount = objListOfAccount;
    //Create a new Account proxy\web service object
    prxySrvcAccount = new Account.WSOD_Account.Account();
    //Set the endpoint\destination for the web service call
    prxySrvcAccount.Url = mSession.GetURL();
    //Call the account delete method on the account web service
    objAccountDeleteChildOut = prxySrvcAccount.AccountChildDelete(objAccountDeleteChildParam);
    Could somenone give me plz an example, if he managed to delete ChildObjects?
    Regards,

  • Delete response if asset is older as 2 months

    I want to create a delete response which deletes files on a certain device when the file create date is older as 2 months. Does anyone know what's the best way to do this?

    You can use the job "Search Expired Assets" to set a Custom Event (e.g. Custom Event 1) when the file creation date is older than, for example, 30 days. Create an asset Subscription to the Custom 1 event, adding any asset filter you like as well. In the Subscription job, add the Delete or Archive (or whatever) job you wish to run. Then schedule the Search Expired Assets job to run daily. This is what will happen when the schedule runs:
    1. FCS will search for any asset that has a file creation date older than 30 days
    2. FCS will set the Custom 1 event for any files that match
    3. The subscription will trigger when it "sees" an asset get the Custom 1 event
    4. the subscription will run whatever job you tell it to (in your case, Delete).
    Its a convoluted process, but it works fine.
    Cheers,
    Matt

  • Mass Deletion Of Unposted Assets

    Does anyone know how to mass delete unposted assets. We have over 3500 assets we need to delete using AS06 will take a long time. Is there a mass delete function in SAP to do this or do we need to write a program. Any ideas would be appreciated. Thanks in advance.

    You can record an ECATT (T Code SECATT) for T Code AS06 and execute it with the flat file containing the list of all assets to be deleted.  An LSMW should work too.
    For ECATT, your client should allow eCATT and CATT (use T Code SCC4 for this).

  • Asset deletion

    Hi friends,
    i create an asset and it's value with AS91. now I need to delete it physically. When I delete it via AS06, the system disallowed it. But I found in the message
    "You may need to temporarily remove the setting of the indicator "recalculate depreciation in past years" in certain depreciation areas in company code Y001 . This is done in FI-AA Customizing.Then physically delete the group asset."
    I cannot find the indicator, could anyone tell me that indicator? thank you in advance!.

    Could you kindly provide the way you solved the problem? The IMG path will be very helpful.

  • FCS is only deleting my FCP project file and not linked assets. please help.

    When deleting a FCP project from FCS it does not give me the option to delete all linked media. It only deletes the FCP project file leaving me to delete all related media manually. In the user guide it says it should give me the option to delete the project and all files automatically but this doesn't happen on our system. Does anyone know why? and how to turn this function on?

    A bug that will never be fixed.  You have to delete the associated assets manually.

  • How to delete asset in Oracle R12 in a status "posted"

    Hi all,
    We upload about a lot(about 10 000) assets from mass addition template and run post mass addition. All the assets are all in the status "posted" and we just realized that we uploaded in the wrong period.
    How can we delete all those assets.Please help with the steps.
    Thanks

    hello
    please read the full document here:
    Fixed Assets Mass Additions White Paper [ID 111097.1]
    Delete Mass Additions is part of the “Clean Up” process that is supplied by
    Oracle Assets. When reviewing your mass additions lines, you can place
    lines that should not become assets in the DELETE queue. The Delete
    Mass Additions program will take the following mass additions and place
    them in the interim table FA_DELETED_MASS_ADDITIONS and delete
    them from the FA_MASS_ADDITIONS table.
    · Mass additions in the SPLIT queue for which you have already posted
    the child mass addition lines created by the split.
    · Mass additions in the POSTED queue that have already become assets.
    · Mass additions in the DELETE queue.
    i'll be grateful if inform me about the results.
    bests

  • Delete Asset Master with Sub-Assets

    Hi Gurus,
    A client of mine has an Asset with out any values, but it has sub-assets under it with values and depreciation.
    Is it possible to delete the main asset and still have sub-assets? If not what is the way I can delete the main asset and still retain sub-assets?
    Thanks.
    regards,
    Raj

    Hi Gurus,
    Thanks for the replies.
    The user has in the mean time went ahead and deleted the main asset that did not have values, now we are able to only see the asset when we go to the report (asset balance report), but not able to see when we go to Display Asset (AS03).
    Is there any way we can undo this?
    Thanks.
    regards,
    Raj

  • Depreciation reposting, Asset master deletion Reg

    Hi
    I have come across a problem.Duplicate asset masters are uploaded in to the system and later on depreciation posting run is carried out for these assets.
    Now we want to delete these assets masters.
    As of my knowledge we need to change the Depreciation key and rerun the depreciation posting for the same periods.
    But i am not able to change the depreciation key .System message is the perticular dep.key can not be changed.
    Can any one help me with the detail process to be followed?
    thanking you
    Ramesh Babu

    Hi I have successfully deleted the Duplicate Assets with the procedure stated in my earlier mail.
    Now the users question is to corrrect the depreciation posted to duplicate assets.
    I say that i have repeated the depn run with Depn key 0 for all the Duplicate assets and hence the depreciation earlier posted is rectified. No furthur adjusting entry is required.
    Please correct me if i am wrong.
    Regds
    Ramesh

  • Deleting Fixed Assets

    Hi,
      I'm reciving an error during transaction AS06:
    "Deleting is not possible. The asset already has values."
    the solution in sap is:
    "Delete the transferred values using the transaction for changing old assets."
    I'm trying to delete those values using AS92, but everything looks locked. Where exactly and exactly how shall I remove this??
    Thanks for any help.
    Lukas

    Hi,
    you can use this FM to delete the fixed asset.
    <b>ASSET_MASTERRECORD_MAINTENANCE</b>
    while calling the FM you need to send the parameter
    <b>i_trtyp = 'L'. "deletion flag </b>
    along with other parameters.
    check that..
    vijay
    Message was edited by: Vijay Babu Dudla

Maybe you are looking for

  • Counter Coupling

    I have a PCI-6602 counter card which I wish to use for a high precision timing application which involves synchronisation between two counters generating pulse trains at different frequencies.  For this purpose I need to couple 2 counters - i.e.  the

  • A message "Value in "Discount %" field is greater than permitted"

    Hi Experts,       A message "Value in "Discount %" field is greater than permitted" will appear when adding an Issue for Production in production..

  • IDE's and webservers and application servers

    can anyone please tell me what exactly are the IDE's,webservers and application servers in java 1.eclipse 2.IDEA 3.JDeveloper??? jboss jbuilder..

  • K7t266 pro with pc2700 RAM

    is this ok? cause pc2700 ram is actaully eaiser to find and infact cheaper not sure why.. but will it be ok with my mobo? do its a kingston brand also kingston only sell cas 2.5 right? thanks for the help

  • Delete Page in a Fillable Form

    I have a 10 page pdf document that I converted to a fillable form in Designer. I saved that form under a different name and want to cut 8 pages, leaving only 2 pages. When I open the document in Acrobat Professional, I cannot choose Document - Delete