Mass deletion of PR using TC MEMASSRQ

Hi,
Can any one let me know the solution to delete PR in mass using TC MEMASSRQ. In a standard transaction MEMASSRQ ( 4.7 Version), deletion indicator field is absent. However by implementing note 217231, deletion indicator field is displayed, but i am unable to delete PR in mass.
I doubt whether note 217231 is relevant  for this transaction.
I would be really grateful if any any one can throw light on this issue.
looking forward for a reply.
thanks in advance !!
regards
Pawan Kabra.

Hi Pawan,
  Another option could be to delete the requisitions using BDC program.You can take the help of ABAPer.
  You can create a list of all the requisitions which you want to delete and all these would be deleted simultaneously.
  You just need to do recording of deletion for one of the requisitions using the transaction SHDB ,rest of them would be uploaded by BDC.
  You can also put your BDC program on scheduling using transaction SM36.You can put the schedulingat the night time and by morning all of them would be deleted.
  Reward points if it helps.
Regards
Karan

Similar Messages

  • 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?

  • Mass deletion of orders in Livecache using Internal Number (GUID)

    Dear Experts
    I use program /SAPAPO/OM_DELETE_INCON_ORDERS to delete Orders from livecache using internal order numbers.
    However on the selection screen, we can enter only a single Order GUID. I would like to mass process the deletion of orders. do you know an equivalent program or a way to mass delete a list of order GUID rather than deleting one by one?
    Thanks for your answers
    Elynn

    Hi,
        Which Orders you want to delete from livecache? you can use the BAPIs available where you can pass more than one ORDER GUIDs to delete the orders from livecache.
    Deletion of Planned Independent Requirements- BAPI_PIRSRVAPS_DELMULTI
    Deletion of One or More Sales Orders- BAPI_SLSRVAPS_DELMULTI
    Deletion of One or More Procurement Documents- BAPI_POSRVAPS_DELMULTI
    Delete Manufacturing Orders - BAPI_MOSRVAPS_DELEMULTI
    Regards,
    Saurabh

  • Mass Deletion of Purchase Requisitions

    Hello Gurus,
    I have a unique issue. Our SAP system creates multiple MRP generated purchase requisitions on a daily basis and we do not have the manpower to delete each single PR using the ME52N transaction. I checked the MEMASSRQ transaction which is used for mass changes of PRs. However, in MEMASSRQ, there isn't any field mentioned particularly for deletion or blocking of purchase requisition. I found a BAPI, BAPI_REQUISITION_DELETE, but even this BAPI is used to delete the PRs one by one. Not for mass deletion.
    Right now, there are around 4000 PRs in our system which are lying and we have to delete them all. So, I want your help in finding out whether there is a transaction/report available for mass deletion of purchase requisitions.
    Your suggestions would be very much helpful for us.
    Thanks and Regards,
    Umakanth

    Hi,
    Perhaps you can try to archive them. Check archiving object MM_EBAN. See not Note 123900 - Archiving purchasing documents/purchase requisitns for futher information.
    I hope this helps you
    Regards
    Eduardo

  • Mass-deletion of PR-items

    Hello gurus,
    I would like to delete up to 5000 purchase request items (i.e. set the deletion flag, EBAN-LOEKZ).
    Unfortunatelly this is not possible using MEMASSRQ.
    In another forum I found a message saying the deletion cannot be set using MEMASSRQ because there was no check wether a PO item was created for that PR item. So setting the deletion flag would lead to an inconsitency. This made sense to me, until I found out that it IS possible to set the deletion flag for PO items using MEMASSPO!
    So, does anyone have an idea on how to do this without having to manually edit every singe PR?
    Thanks in advance
    Alicia

    Hi Alicia
    It's not possible to use EBAN-LOEKZ in the mass maintenance transaction. The MASS transactions simply update the tables EBAN, EKKO, EKPO,... without proofing things. Behind setting the deletion flag LOEKZ functionality exists. Not all requisitions or purchase orders can be deleted, if references exists. So it is not possible to set the deletion flags by MASS.
    A possible workaround would be to create your own ABAP report to perform the mass deletion on your requisitions but this would not be supported by SAP in regard to data integrity issues etc.
    Best Regards
    Mark

  • MASS deletion of PR

    Hi All,
    Kindly help .......
    I wanna delete PR's at mass level.
    pl prvd the T Code if available .......
    Regards

    hi,
    USE  Tcode- MEMASSRQ (Mass maint of PR),As there is no field selection for Deletion indicator.
    So, use T code SM30 , and maintain Table MASSFLDLST with following new entries
    Object type :- BUS2105 ,Table name :- EBAN
    Field name :- LOEKZ (Deletion Indicator in PR)
    Then in Tcode - MEMASSRQ , then you'll find field selection for Deletion indicator for setting the deletion flag for required PR.
    Then , Entered " L" as value for deletion indicator in respective PR using mass change button and Saved it.
    ans run the mass program...
    Hope it helps..
    Regards
    Priyanka.P

  • Mass Deletion of Schedule Lines

    Dear Friends,
    Our client's requirement is to mass delete the schedule lines generated through MRP by wrong production schedule. They want to delete it once in a month.
    regards,
    Ask

    Dear,
    I'm not sure just try this,
    Go to SM30 table MASSFLDLST
    add field LOEKZ
    You defined in customizing table T161 field STAKO- LOEKZ
    Then you can delete it through MEMASSSA T.Code
    Else better you use tools like LSMW to close those unwanted schedule lines.
    Regards,
    R>brahmankar

  • Mass Deletion of Material Master

    Hi All
    Please am trying to delete material master have created. i need a Tcode for mass deletion.
    Thank you.

    Hi,
    In MM06 you can set deletion flag for materials (mara-lvorm).  For multiple materials, use T. Codes MM17 or MASS. 
    ---> Select MARA Table
    ---> Select multiple selection, past all material list and execute.
    ---> Select DF at client level from field selection tab.
    To delete the Material Master records totally, use SARA.  If there is posting done, then need to archieve that too.

  • Best Practice for Mass Deleting Transactions

    Hi Gurus
    Can you please guide on this - We need to mass delete Leads from the system. I can use Crm_Order_Delete FM. But want to know if there are any best practices to follow, or anything else that i should consider before deleting these transactions from the system.
    We have our archiving policy under discussion which may take some time, but due to large volume of reduntatn data we have some performance issues. For example when searching for leads and using ACE, the system goes through all the lead data.
    That is the reason we are plannign to delete those old records. My concerns is that using CRM_ORDER_DELETE, would it clear all the tables for those deleted transactions and if there are any best practices to follow.
    Thanks in Advance.
    Regards.
    -MP
    Edited by: Mohanpreet Singh on Apr 15, 2010 5:18 PM

    Hi,
    Please go through the AppModel application which is available at: http://developers.sun.com/prodtech/javatools/jscreator/reference/codesamples/sampleapps.html
    The OnePage Table Based example shows exactly how to use deleting multiple rows from a datatable...
    Hope this helps.
    Thanks,
    RK.

  • MASS Deleting of Parked Invoices Urgent Urgent

    Hello,
    How to delete the Parked Invoices.
    Is there any transaction for mass delete??
    Regards,
    Kumar

    hi,
    MR8M --> cancel invoice document
    MRA1 -->  create archive
    MRA2 -->   delete documents
    MRA4 -->  manage archive
    first you archive the parked invoices and using MRA2 you can delete all archived invoice documents.
    hope this may help you,
    regards,
    srinivas

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

  • Mass deletion of vendor

    Dear Gurus,
    I want executing mass deletion of the vendor using XK99 for Vendor (3000) and puchasing organization. for which i hve seleted
    tables: vendor master records purchasing organization data
    fields: del flag. porg (Lfm) = LFM1-LOEVM, but upon selection and save, system is giving error.
    Field LFM1-LOEVM. is not an input field
    Message no. 00347
    Diagnosis
    A transaction is processed using batch input.
    System Response
    The runtime error field xxx occurs (invalid entries)
    Procedure
    Correct the batch input data. Depending on the processing scenario, this can affect either of the following objects:
    Batch input session
    CATT procedure
    Application program
    Kindly help
    REgards,
    Prashanth Pai

    Hi all,
    This thread says its answered. But, the solution is not given. I request the threads starter to kindly put up the solution as I am facing the same problem.
    I don't have this problem in Quality or Development, but only in Production. Also there is no version change in the program of the MASS transaction in any of the three systems.
    Also, will the thread starter post what error message he got on running xk06 for the concerned vendor and purchasing organization?
    Thanks!

  • 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 batches - SAP Archiving Object MM_SPSTOCK

    __SAP Archiving Object MM_SPSTOCK (Batches and Special Stocks)__
    Would like to know if there is any standard program or report available through which the batches (to be deleted) can be set with a deletion flag. We are in the process of implementing the archiving object MM_SPSTOCK and the batches have not been flagged. There is no pre-processing job for MM_SPSTOCK that can be used to set the deletion flag for all eligible batches.
    This object MM_SPSTOCK does not have any date or selection criteria for the write job. All batches with set deletion flag will be archived/deleted.
    We are in the process of implementing LO_CHVW (Batch where-used data) for which imlementing MM_SPSTOCK is a pre-requisite.
    Would appreciate any leads around this. Any other suggestions around the MM_SPSTOCK & LO_CHVW will be great.
    Thanks
    Sam

    I am basically looking for a method (program / report) through which mass deletion flag can be set for eligible batches prior to using MM_SPSTOCK archiving object to archving / deleting the batches.
    Thanks
    Sam

  • Mass deletion of IDOC

    Hi,
    I have experienced alomost 7K IDOCs in errors. We need to delete them ASAP. Can you Let me know how to perform the Mass deletion of IDOCs ?
    Thanks in advance,
    JIgar

    Hi,
    Thanks a lot for responding. I had tried "SARA" Transaction and had put in "IDOC" as an ARCHIVING OBJECT. After that when I click on "DELETE"; I do not find any way where I can input the number of IDOCs to be deleted.
    Can you help me with this?
    Meanwhile I found one Program "RC1_IDOC_SET_STATUS" through which we can change the Status of the IDOC from 51 to 68. And we can delete the Workitem using TCode "SWWL".
    Thanks,
    Jigar

Maybe you are looking for