Mass deletion of open PR & PO

hai all MM gurus,
How to delete the open or pending PR's & PO's which are created on duration of any periods like 1.1.2008 to 31.3.2008?.

Hi,
Deletion of PR & PO will be done by archiving process.
Archiving of Purchase Requisition (PR) with Archiving object MM_EBAN
Purchase Order MM_EKKO.
Archiving process is done in transaction SARA
Pre-requisites for archiving of PR & PO are
1. PR or PO should be completed.
2. It should be marked for deletion
Solution to achive the pre-requisites
1. If there are open item then manually flag it for deletion.
2. Marking for deletion: Residence period Time one should be defined and during the preprocessing of PO and Write job processing of PR will set the corresponding document for deletion indicator.
Archiving Process:
Customizing:
1. Basic customizing of Archiving development tool should be configured. Example File system customizing, Archiving object specific configuration should be done.
2. Residence period should be configured. This is an important step in setting the deletion indicator. Consider Residence Time 1 as 1 day for testing your archiving process.
Archiving:
1. Preprocessing Process: Preprocessing process will be there for PO after 4.7version. This will help in setting the deletion indicator for the purchase orders.
2. Write Job: Variant should be created by selecting all the required PO or PR for archiving. Consider one step procedure
3. Schedule the job and execute it.
4. Deletion Job: Deletion job should be scheduled and executed based on the archive session no of Archive Write job.
This process will help in deleting PR & PO.
Reward if it benifits.
-Thanks,
Ajay

Similar Messages

  • Trasaction code for mass delete of open Pur req.

    I was looking for is a way to perform a mass delete of open PRu2019s prior to running MRP.  My reasoning is if a PR has not been converted to a PO by the time the next MRP runs we  want to delete all open PRu2019s so items are re-planned based on the most current data.
    Is there a mass delete transaction code for PRu2019s?
    Thanks

    The blw are the options'
    1- Try with MEMASSPR for PR
    2- You cannot directly delete PRs, You can only mark them as "deleted". To delete them physically from DB you have to "archive" them via transaction SARA.
    Deletion of PR can be done using ME52N
    This is only possible provided that no purchase order have been assigned. If po has been created, you can only Flag for Deletion.
    To delete the PR, select the line(s) you wish to delete and then click on the dustbin (Thrash) icon.
    3 - Try with LSMW

  • Mass Deletion of Open Sale Orders

    Hi,
       I want to implement Dynamic Credit Check in my Organisation, for that I want to delete all open sale orders. Is transaction code MASS suitable for deleting only <b>OPEN SALE ORDERS</b> or it deletes all sale orders. Can anyone help me out please.
    Regrds,
    Binayak

    Hi Binayak,
    The sales order deletion process would be updating many tables and hence I wouldnt recommend [MASS]. I feel it's better to use CATT. Check out the following link and let me know if you need any clarification on how to go about it.
    <a href="http://www.sap-img.com/sap-catt.htm">CATT - Intro</a>
    Also have a look at a CATT procedure explained, step by step, on 31/03/2007 for another mass updation requirement in the same forum with subject as 'Regarding Customer Master'.
    Regards
    Pratheb Nadarajah

  • Mass deletion of open orders

    Dear Experts,
    I have more than 1000 open orders in system, and i found VKM3 ll be good option to close the orders even at item level & orders partially delilvered , is it right way to do it?
    or do i have any other easier option?
    thanks & regards

    Dear Jitesh,
    VKM3 is for releasing the orders which are blocked for delivery due to credit check.
    You can try MASS and give reason for rejection as advised above.
    But if i were in your place, i will go for a Zprogam which will call a BDC.
    In the program i will call all the orders which do not have a delivery.
    If you need to close the orders which are partially delivered, then you can write another condition to check the orders with delivery but delivery qty less than order qty and if so, edit the order delivery qty with the actual delivered qty.
    The program will call the BDC (in which delete the sales order in case 1 and edit the qty field in case 2)
    By writing a Z program, the advantage is i will be able to use this Zprogram in future, (i can even include the order type / order date etc as selection criteria in the Zprogram.)
    Thanks & Regards,
    Hegal K Charles
    Edited by: Hegal . K . Charles on Nov 21, 2011 9:34 AM

  • How do I mass delete email from Trash folder?

    Is there an easy way to mass delete the emails from the trash folder?

    In your settings>mail>account>advanced, there is a way you can set it to self delete after 1 day. This is the earliest setting to self delete the mails. If you need to delete all of them right away. Just open one of the mails and press the trash can icon at bottom. It automatically opens the next mail and you can just sit there thumbing the trash can until all are gone. Works for me, both ways.

  • Mass Deletion of Sales Orders

    Hi Gurus,
       I have some unused old sales orders which  affects the MRP run , to rectify this we want to delete or archieve the old SOs. How to do Mass deletion or Archieve the unused SOs?
    Kindly help to resolve .
    Thanks in Advance,
    Regards,
    Joseph

    hello again, Joseph.
    until someone comes up with a standard solution, i believe what ABAP will do is to come up with a customized table that will show all sales orders with status 'not yet processed' (from table VBUK) within a date range.  when the list is called, you will be enable to enter a value in the field 'reason for rejection' (field name ABGRU).
    when you have entered a reason for rejection, the sales orders are effectively closed (completed) and a subsequent transaction based on these orders cannot be done.  you can ask ABAP to use an available user exit to further prevent the re-opening of these orders.
    regards.

  • 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 delete scheduling agreement and PIR

    Dear SAP Experts,
    1. My company is first time Run the MRP so i have maintain the material master MRP 1,2,3,4 tab based on the requirement.
        Currently having many old Scheduling agreements / PO is their so i am get the open goods receipt list from ME2L - based on the selection    parameter.
      I have checked the list and note the many scheduling agreement no.
      So what is the for mass delete scheduling agreement / PO ( STO, normal PO,Import PO )
      I have also try MEMASSSA - Mass delete scheduling agreement, i am select the SA item level , Copy the Agreement no, select the deletion indicator, execute and save.
    But after i have seen the list it is not updated the deletion indicator L, it is not working properly.
    Kindly share the another t.code or any other way for mass delete SA / PO 
    Thanks,
    Umapathy

    Dear Uma,
    Please check this thread. may be it can help you.  Mass deletion of PO

  • Mass Delete Offline Reference Files..?

    You know when you open a project and it says
    "Some of your files have gone offline" ?
    How can I mass delete these references?
    I have already "forgotten" these, so I don't
    get a warning when I open the project.
    I just don't want them cluttering up visual space.
    I have thought to use Media Manager, but I'm afraid
    it'll write over my good files or try and copy everything.
    Even if the referencing works out, I'm afraid the red files
    will still be there and some of my audio/Motion files
    will be cut into unworkable pieces.
    Thanks for the help in advance!

    If I understand you, you have references in your project that point to files that are no longer resident on your system? A lot of media clips with the redline through them? And you don't want to look at them any more?
    If so, just delete them from your browser: highlight, hit delete key.

  • Mass Delete in v2.2 Mail?

    The Software Update page for the v2.2 update (http://www.apple.com/ipodtouch/softwareupdate.html) says the Mail application has been upgraded with new management functions like Mass Delete. I've updated my iPod Touch to v2.2, but when I open the Mail applet, the Edit button doesn't offer any new options like Select All.
    Any help? What am I missing? Thanks.

    What you write is how the Mail applet functioned before in v2.1, but it doesn't track with the text on the Apple web page describing the "amazing features" of v2.2: "New Mail Management Features - Mass delete and move email messages, reply from a different account, and send with bcc." As far as I can find, the Mail applet includes none of these new features.
    For me, mass deletion of old email in the inbox is an important improvement. I don't use the Mail applet everyday. When I do and it finishes syncing up to my mail account, I'll have upwards of 150 emails that I've already seen in my desktop Outlook Express. At present, I have to select the radio button for each of these emails under the Edit function (just as you describe it) in order to clear out the inbox. "Mass delete and move" would solve this problem.
    If the "mass delete and move" feature isn't implemented in the Mail applet in v2.2, when will it?
    Thanks.

  • Mass Delete

    Is there an easy way to do a mass or range delete of emails. Hitting edit and then selecting each is slow. I receive 120-150 emails each day, most of which I read on my Imac and many times I open mail on my phone to find forty or fifty emails that I have already dealt with.

    Prior to firmware version 2.0, selecting a number of messages for deletion or transfer to another mailbox was not available so the Edit function included with 2.0 is a significant improvement and much faster, but I guess there is no way to make everyone happy.
    If the account is an IMAP account, you can mass delete messages with the email client used on your computer for accessing the account, and/or transfer messages to user created server stored mailboxes by category which will be reflected when checking the account with the iPhone's Mail client with all server stored mailboxes kept synchronized with the server automatically. The same is not possible with a POP account.

  • How to delete the open requests in the LBWQ

    Hi guys ... Can any one let me know how to delete / update the open requests in the queue . I need to delete the Open requests in the LBWQ...we are applying patches and for that we need to delete from LBWQ and RSA7...I guess there is an ABAP report which will deletes the open requests...Can any one let me know that report name please
    Thanks in advance...
    regards
    Edited by: sam on Dec 17, 2007 6:15 PM

    If your job control runs fine then best thing is to transfer the records from LBWQ to RSA7 and pull it to BW. If you do this all your delta data is intact and you do not loose any delta data. But if you delete the LBWQ you potentially loose all youre delta data. You can go to LBWE and start the job control and move data to RSA7 and then pull it to BW.
    But i am not very clear why you wish to delete this data ? If you do this then better you reinitialize all your delta data by following your normal procedure of filling up the setup tables and then initalizing in BW.

  • Deletion of open lines

    Hi
    I must delete some lines from sales orders. The system has created delivery for most of the items in the sales orders but some items where out of stock. These are still open in the sales orders and must be deleted to prevent the system from creating a new delivery with only this item.
    There is quite a few orders that have these open lines so now I wonder if there is a way of deleting all these lines in all of these orders without having to enter each single sales order one by one?
    / Henrik

    hi henrik
    You dont have an option of deleting the open line in a sales order , If the subsequent process happened, then you have to cancel all the subsequent documents and cancel the sales order
    If you only want to delete certain items which are out of stock , u have to go for reason for rejection option in the sales order item entry screen (extreme right) there u can set the status for rejection , then that item will not be considered for delivery or billing and another thing is this will be helpful to the company to come to a conclusion on why the customer has rejected the line items
    Award points if found useful
    Thanks & Regards
    kishore

  • 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 Delete of Schedule Lines generated through changes in prod Schedule

    Hi friends,
    Kindly provide me the process of mass deleting schedule lines which are created through changes in Production Schedule in the month end.
    Regards,
    Ask

    Hi,
    Try T.code Me17
    thanks
    Rakesh

Maybe you are looking for

  • System no longer "sees" my DLT drive - Adaptec card seems to be fine though

    Hoping for help before going the route of purchasing new cable, etc. I need to format a dual layer job for replication onto my DLT 7000 tape drive but DVD SP3 says the drive is not connected. I un/re-plugged all, made sure to start DLT first and let

  • Service Contract (item category D)

    Hello,    I created a contract for service for painting of the building. Used docuement type WK, item category D and account assigned cost centre. I gave at the line item level (outline level) the description as painting of building and at service sp

  • Unable to Activate Infocube from Business Content BI 7.0

    Hi, While activating an infocube from the business content I am getting the error "OBJECTS_OBJREF_NOT_ASSIGNED"."The current ABAP program "CL_RSD_IOBJ_VERS==============CP" had to be terminated because it has come across a statement that unfortunatel

  • 0CUSTOMER Special Characters Error in Load

    Hi Experts,     I am loading Customer Master data from R/3 into BW via 0CUSTOMER_ATTR extractor. Some user-entered fields in R/3 such as NAME, NAME1, STREET etc have some special characters - which look like a square. This data used to come over into

  • Kingston DTSE9 with Lightning to USB Camera Connector

    Hi Does anyone know if the above USB stick works with the Lightning to USB camera connector? Just checking options before I purchase. thanks Neil