Option of Mass Delete of Assets

Hi,
My client uploaded some assets twice by mistake. He wants to delete them
Is there any way to do a mass delete if Assets do not have any value.
I tried the option of Worklist but it seems it does not have the delete option...
Kindly help..........
Best Regards,
Venkatram

Hi,
Through ABAP it is possible.
you can use this FM to delete the fixed asset.
ASSET_MASTERRECORD_MAINTENANCE
while calling the FM you need to send the parameter
i_trtyp = 'L'. "deletion flag
along with other parameters.
Hope it helps.

Similar Messages

  • Mass delete unposted assets without values through worklist in AS06

    Hi,
    I would like to delete unposted assets(got a list of asset numbers without values assigned) from AS06. I managed to create the worklist to store all the asset numbers. And from the AS06 screen, I went to SAP menu, Environment ->Worklist -> Delete Asset. But I could not because the worklist submenu items(include asset, delete asset and find asset) are all disabled(gray out).
    May i know if there is anyway this can be enabled for me to do mass delete of AS06. Or any available screen that enable me to do this.
    I am aware of the alternative is to write a BDC program for mass delete of unposted assets. However, I would like to explore the standard features to avoid having the code.
    Any advice.
    Thanks,

    Hello
    could you explain it in mote details?
    Thank you very much!

  • Is there an option to mass delete outbound deliveries?

    hello
    Is there any standard SAP transaction to MASS delete outbound deliveries? We need to delete a bunch of deliveries and wanted to check if there is any std sap transaction?
    Cheers
    VJ

    Hi,
    I assume no subsequent documents are created for the deliveries and PGI is NOT done. If this assumption is correct, then check the below forum link;
    [collective deletion of deliveries|Re: Collective deletion of Outbound deliveries (PGI not done)]
    Regards,

  • 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).

  • Mass Deletion of Parked Document

    Hi,
    Can someone please let me know how to delete parked documents in MASS, using FBV0, we can delete one by one.
    If not mass deletion, is there any other option of mass archiving or not releasing kind of stuff?
    Thanks
    Balla

    HELLO,
    You do not have the option to mass delete. One option I can think of is LSMW if you know the documents to be deleted.
    However, you have the option to mass post the documents. Batch (SM35)
    Regards,
    Ravi

  • Physical Inventory documents mass delete and reference in material document

    Dear Experts,
    I have 3 questions,
    1. Is there any option to mass delete physical Inv documents
    2. How can i know if the physical inventory documents are posted  (MI07) or not yet
    3. If i see any material document of mov type 701 or 702, there is no reference of physical Inv Doc # in it. How can i know that this material document is created as a result of which physicl Inv document.
    Appreciate your help
    SAPXPT

    Hi,
    "1. Is there any option to mass delete physical Inv documents"
    Yes You can delete the Physical Inv Documents with MIAD but for that you need to maintain one variant with it and copy all the Document no. in TEXT file paste in the in Archiving Selection's.
    "2. How can i know if the physical inventory documents are posted (MI07) or not yet"
    Please check ISEG table and provide the time Period as search menu so that you can see all the Doc's posted on today's date.
    "3. If i see any material document of mov type 701 or 702, there is no reference of physical Inv Doc # in it. How can i know that this material document is created as a result of which physical Inv document."
    go to MB59 and check the Material documents with respect to Movement type and date. and the difference you will see in MMBE as per the movement used.
    Regards,
    Ninad Kshirsagar

  • CC 5.2_09 Rule Architect Tab - Risks - Delete .... Mass Delete Option?

    I have an opportunity where I'd like to mass delete my risks and rules and reload them.  During an SP update, our Basis team appended to our rules with the SAP "out-of-the-box" rules.  I'd like to get to the point of deleting everything (rules and risks) and start over.  Does anyone have an option available to do this so that I can reload everything from scratch?  We only have CC/RAR and FF/SPM in use right now, so no other module will be affected.
    Thanks,
    Greg

    If you want to remove ALL CC data, you'll have to remove all data from all CC tables in SQL.  If you only want to remove select amounts of data, you might want to open an SAP ticket to get the most updated script for your release and flavor of SQL, but here's a sample script:
    DELETE FROM SAPSECDB.VIRSA_CC_ACTRULE
    DELETE FROM SAPSECDB.VIRSA_CC_ALLASTRUN
    DELETE FROM SAPSECDB.VIRSA_CC_ALLISTDTL
    DELETE FROM SAPSECDB.VIRSA_CC_ALTCDLOG
    DELETE FROM SAPSECDB.VIRSA_CC_AUTHMAP
    DELETE FROM SAPSECDB.VIRSA_CC_CRACT
    DELETE FROM SAPSECDB.VIRSA_CC_CRACTT
    DELETE FROM SAPSECDB.VIRSA_CC_CRPRM
    DELETE FROM SAPSECDB.VIRSA_CC_CRPROF
    DELETE FROM SAPSECDB.VIRSA_CC_CRPROFT
    DELETE FROM SAPSECDB.VIRSA_CC_CRROLE
    DELETE FROM SAPSECDB.VIRSA_CC_CRROLET
    DELETE FROM SAPSECDB.VIRSA_CC_DATAEXD
    DELETE FROM SAPSECDB.VIRSA_CC_FLDMAP
    DELETE FROM SAPSECDB.VIRSA_CC_FUNCACT
    DELETE FROM SAPSECDB.VIRSA_CC_FUNCPRM
    DELETE FROM SAPSECDB.VIRSA_CC_FUNCSYS
    DELETE FROM SAPSECDB.VIRSA_CC_LASTRUN
    DELETE FROM SAPSECDB.VIRSA_CC_LSYSGRP
    DELETE FROM SAPSECDB.VIRSA_CC_ORGUSERS
    DELETE FROM SAPSECDB.VIRSA_CC_PRMRULE
    DELETE FROM SAPSECDB.VIRSA_CC_SUPP_DET
    DELETE FROM SAPSECDB.VIRSA_CC_SUPP_HDR
    DELETE FROM SAPSECDB.VIRSA_CC_SUPP_TEXT
    DELETE FROM SAPSECDB.VIRSA_CC_SYSCRACT
    DELETE FROM SAPSECDB.VIRSA_CC_SYSHMAP
    DELETE FROM SAPSECDB.VIRSA_CC_SYSRULE
    DELETE FROM SAPSECDB.VIRSA_CC_SYSSAPOBJ
    DELETE FROM SAPSECDB.VIRSA_CC_SYSUSR
    DELETE FROM SAPSECDB.VIRSA_CC_TEXTKEY
    DELETE FROM SAPSECDB.VIRSA_CC_USRMAP
    DELETE FROM SAPSECDB.VIRSA_CC_XSRULEMAP
    DELETE FROM SAPSECDB.VIRSA_CC_XSYSGRP
    DELETE FROM SAPSECDB.VIRSA_CC_SYSTEM
    DELETE FROM SAPSECDB.VIRSA_CC_SYSTEMC
    DELETE FROM SAPSECDB.VIRSA_CC_SYSTEMT

  • Mass Deletion Of Purchase Requisitions Without Using LSMW

    Hi,
    We would like to delete huge volume of PR generated through MRP. Deleting PR will be a frequent activity in our business scenario. Since the person responsible for MRP is not very much conversant with LSMW, we want to avoid using LSMW.
    I tried with MEMASSQR. But 'deletion indicator' field is not available in the field list.
    Is there any method through which I can carry out mass deletion of PR?

    Hi,
    I've tryed this from Manish Kumar Agarwal :
    Go to SM30 enter the table MASSFLDLST
    then create the new entry object type = BUS2105
    Table name = EBAN Field:- "EBAKZ" (Purchase requisition closed)
    Then run MEMASSRQ and select this field and then PRs after tnat on next page you will get option like film:- carry out mass changes go ahead with it.
    But strangelly, it doesnt appear in the memassrq... any idea?

  • Deletion of Parked Invoices - Mass deletion

    Can any one please guide the T.code for the Mass deletion of parked IRs.
    With regards,
    Gokul.

    Mass Archived/Deletion of Parked Invoice Document:
    T.code : MRA2 -Delete Documents/Archiving Invoice
    You can excute the standard program for invoice deletetion RM08RADE  the invoice documents from Invoice Verification that were archived with program RM08RARC (object MM_REBEL) from the database. Also this will execute in Test mode But its Records are deleted from the following tables:
    RBKP: Document Header: Invoice Receipt
    RBTX: Taxes: Incoming Invoice
    RSEG: Document Item: Incoming Invoice
    RBCO: Account Assignments
    RBWS: Withholding Tax Data, Incoming Invoice
    KONV: Conditions in the Incoming Invoice
    NAST: Message Status
    RBVS: Splitting the Vendor Line Item
    CDHDR/CDPOS: Change Documents
    Prerequisites :
    Documents that have reached the end of the retention period set in Customizing. For the retention period, the posting date in the invoice document header is relevant. If no retention period is set in Customizing, the system uses 9999 days as the minimum retention period.
    Procedure
    1. If the program is only for testing purposes, that is you do not want it to actually delete any data, select the option Test run.
    The variant entered in the Archive Customizing (Environment -> Customizing) under Settings for the deletion program in the field Test run variant, is used in this case.
    (If the test run option is not flagged, then the system will use the variant which is specified in  Archive Customizing in the field Productive run variant.)
    2. Specify which data should be deleted with the pushbutton Archive selection.
    3. Specify when the job should run with the pushbutton Start time.

  • How to delete an asset with a capitalization date inefaceable and no value?

    Hi all,
    An asset was created on the wrong asset class. I would like to erase it but this is impossible because of the capitalization date.
    Indeed, I cannot change the fields status variant of the capitalization date, it is compulsory.
    Furthermore, as this asset was an error, there are no values on it.
    I tried to enter a deactivation date, but this is not possible because of no acquisition performed.
    Therefore, I would like to know if it is possible to erase an asset even if a capitalization date has been entered in the master data?
    If it is possible, how can I do?
    Thanks for help

    Hi,
    This is the drawback in asset master, when you make cap date as mandatory for AS01 transaction.
    As a standard practice, cap date gets updated automatically when posting MIGO / F-90 only along with the qty.
    In your case, first ask your ABAP member to delete the values from cap date field from table ANLA. (Field Name: AKTIV) for your questioned asset.
    Then you can delete that asset with AS06 by choosing Physically delete the asset.
    This will resolve your issue.
    But if you make your field status as optional to cap date, then you must not got these kind of issues in the future.
    Regards,
    Srinu

  • I can no longer mass delete mail because the pop-up "delete" at the bottom of the screen has disappeared. How do I get that functionality back?

    I somehow lost the ability to mass delete mail using the "edit" and check off function. The "delete" option no longer pops up at the bottom of the screen. Has Apple done away with this option in the latest software update or what?

    look here how to back up:
    http://support.apple.com/kb/HT1766

  • Mass deletion of PIR conditions

    Hi all,
    when we delete a PIR using ME15, the condition records dont get deleted ..right? I mean the deletion indicator in the condition record does not get ticked...right?
    How can execute a mass deletion of PIR conditions?

    even deleted info records are taken into consideration at price determination.
    this is explained in OSS note 456691:
    a plant-dependent info record and a cross-plant info record exist.They are both flagged for deletion (EINE-LOEKZ).Why is then the price of the cross-plant info record still used during the creation of a purchase order?
    Answer:
    Since the corresponding condition tables are read by an external SD module, the information on the deletion indicator of the info record is not available there.
    You can only set that the conditions of the cross-plant info record are to be read, if the plant-dependent info record is deleted, by means of a corresponding transfer parameter (komp-no017, set in module ME_FILL_KOMP_PO).
    For the case that both info records are deleted you have the option of changing the validity period of the conditions to a past date or archiving the info record.
    you can archive deleted conditions independant of info record archiving.
    Short instruction can be found in OSS note 209094

  • Mass deletion of variants for Total Records

    Hi there,
    during tranings we create a lot of variants for the Total Records (UCWB->Analysis->Total Records->Save Variant). Is there a way to do a mass deletion of those variants?
    The standard options of deleting variants only allows to delete one variant per selection.
    We work with a SEM BCS EHP 4.
    Thanks for all help,
    Helge

    Helge
    you can do a mass deletion of variants.
    First you will need to find the program name for the Totals Records.  This can be found from the totals records screen when you click the Get Variant button. Across the top of the dialogue box you will see;
    "Variant catelogue for program XXXXXXXXX". 
    Note this program ID.
    Go to TCode SE38
    Key in the program - make sure the Short description for the Program is "List of Totals Records"
    Check the Variants checkbox
    Click on Display
    From the menu - go Variants > Catelogue
    This should give a list of the variants for the Totals Records. If not then you must have the wrong program.
    Click the button which has the picture of the rubbish bin with the words "Selection Criteria".
    This will then allow you to put a check mark against all the variants you want deleted.
    Click the button which has the picture of the rubbish bin with the word "Variant"
    This will then mass delete your variants.
    Regards

  • Mass deletion or cancellation of background Jobs.

    hi,
    Can anybody tell me the program name or the Job name by which we can cancel or delete all the jobs i.e mass deletion or cancellation of background Jobs.

    Hi,
    One clarification:
    BTCTRNS1 report/program suspends all Released jobs (not Scheduled status) and make the status 'Released/Suspended' - so that they will not run during your activity.
    When you will run report/program BTCTRNS2 (using se38/sa38) it will release them again.
    Note: You can not freeze/suspend jobs which are event triggered. You have to set them using sm37 (released -->scheduled) - option is available in the menu.
    Jobs in scheduled status never run.
    Don't release/submit any job after BTCTRNS1, the new job will run (it will not be suspended). Please instruct other user also not to submit any job further.
    Thanks,
    Subrata

  • Mass Delete of Unreleased Transports

    Mass Delete of Unreleased Transports
    Hi,
    I have to delete ~2000 unreleased transports.  Could you advise any way to mass delete transports?
    Regards,
    Vivian

    Hi Vivian,
    When you go to Transaction code : SE10, in the menu you find an option 'delete' ,where it prompts you to palce cursor on a particular request and then delete ....but its quite complicated for thousands of records ...for that u can go to delete and enter your range of transport requests which you want to delete.
    Hope it helps u to solve the issue.
    Regards,
    Hema.

Maybe you are looking for