PO Status Deleted in SRM

Hello Everyone,
I accidentally deleted all of the status of a PO using FM CRM_STATUS_DELETE. To bring back the status of the PO, I inserted the status using CRM_STATUS_UPDATE.
Now that the status are visible in the PO document, I tried to push it to backend using BBP_PD_PO_TRANSFER_EXEC but an error message came out: "Buffer Table not up to date". There were inconsistencies in the PO status.
Would you know how to correctly update the status of the PO so that it can now be pushed to back-end?
SRM Component version: SRM 4.0
Thanks in advance for your feedback.
Regards.

Hi Shravya,
how could you delete the PO? Once the PO was output, and sent to the vendor, shouldn't be able to deleted.
!!!   It is not recommended to change documents on the SAP GUI, especially not with direct update  !!!
Nevertheless if you would like to do this, you can also update the PO directly on the database. Start the transaction BBP_PD. From here you can navigate to the corresponding table. You need to remove the deleted status from the table CRMD_JEST, and remove the deletion indicator from the header and item as well.
At first test the same in your test system.
Regards,
Peter

Similar Messages

  • PO with status "Deleted" in SRM and status "Awaiting Approval" in BW

    Hi,
    Report Purchase Order status ( 0BBP_PO_Q007) on ODS 0BBP_PO shows status "Awaiting Approval" for Purchase Orders that have status "Deleted" in the SRM source system.
    Any idea about an appropriate OSS note or other work around solution?
    Thanks in advance for your replies.

    1) The PO data can be extracted from SRM or R/3 . But the advantage of extracting data from R/3 is that you have lot many other data while compared to SRM system . In case u are having SRM and Sap R/3 or ECC as your backend system , it is always better to  extract PO data from R/3 or ECC. In case your backend system is going to be other than SAP system , probably we can think of extracting data from SRM.
    2) GR and invoice data always have to be pulled from R/3 system
    3) Shopping cat details exist only in SRM and the details has to be extracted only from SRM .
    Suggest to extract 1) shopping cart from SRM  2) PO,GR and Invoice from SAP R/3 or ECC.
    Hope above clarifies your questions
    Regards
    Mani
    Message was edited by:
            Manikanda Ilango S.
    Message was edited by:
            Manikanda Ilango S.

  • Options for delta deletion in SRM-MDM

    Hi! I understand that MDM cannot do delta deletion unless we have full refresh. However, we usually get delta files that has a column/field that tell us whether the item is an Add, Change or Delete. We were able to use that information to delete the appropriate item in the old catalog management system (Requisite). However, with SRM-MDM we cannot do that.
    One option I thought of was to create a custom field in the repository and then capture this information so that the administrator can delete it manually. However, I wonder whether there is a way to automate it? If we leave the items in the system without deleting it, then they can be potentially used by the users. Another option is to set a timeframe and create a named search to limit the catalog items by timeframe but I am wondering whether there is an easier way to automatically delete the item with the status 'Delete'?  Has anyone tried to do the same before? What options do I have in this case? Appreciate any advice on the above.
    Cheers!
    SF

    Hi SF,
    I can relate to your pain. There is no automatic deletion function delivered by SAP in MDM. However, you can build a custom Java API or ABAP API program to achieve auto-deletion (if your customer is willing to invest in some development in this area).
    Some other tips:
    a. You don't have to create a custom field to indicate that a record is to be deleted. Simply add a new Item Status (standard lookup table), e.g. "Delete", and then populate records in your import files with this Item Status as needed.
    b. For your end users not to see these "Delete" records in the WebDynpro Search UI, build a named search that excludes the Item Status "Delete" value.
    My two cents...
    Cheers,
    Serguei

  • Product Category Deletion in SRM (not with Hierarchy)

    Hello All,
    Certain Product categories are to be deleted in SRM which belong to different R3 Back end systems
    I tried the COMM_HIERARCHY Tx in SRM and did the following:
       Select the Product assigned to the relebvant Back end system and delete manually
    But I observed that there are dependencies as in case this P Category is assigned to some Pgrps as RESP_PRCAT
    in which case , this assignment is to be deleted prior to deleting the Pcategory from the system
    It is a huge and manual work.
    Did anybody come across such a scenario?
    Are there any standard reports by SAP or customized reports developed which can be made use of?
    regards,
    Nagarajan

    Hi,
    Use the following reports
    COM_PRODUCT_DELETE_ALL      Used to delete product master data.
    COM_PRODUCT_DELETE_SINGLE     Used to delete product master data.
    For executing above reports please register your user id and program names in below table then only you can execute above reports.COMC_PR_TOOL_REG
    Hope this helps,
    Abraham

  • Invoice deletion in SRM system

    Hi All,
    We are using the extended classic scenario.An invoice has to be deleted from SRM system having staus "awaiting approval".
    (p.s:the invoice is still in the SRM system and it is not posted in the backend)
    When we  tried deleting the invoice ,a Pop-up message appears u201CThis Document is locked by another Useru201D .
    Tried to check if it is stuck in the workflow but havent found any entry in the table BBP_WFLOCK.
    Kindly advise on how to go about deleting the invoice.

    Yes it is still showing the same pop up message "locked by another user"
    We believe it is stuck in the workflow.
    Could you please suggest an alternative on how to delete the invoice.
    Quick reply is appreciated.
    Thanks in advance.

  • CHECK status transaction in SRM 7.0

    Hi all,
    We are on SRM 7.0.1.
    What is the corresponding transaction/link in EP in SRM 7.0f or "CHECK STATUS" transaction in SRM 5.0?
    Thanks.

    Hi,
    You have POWL which replaces Check Status. POWL has diferrent set of queries for each business object and in fact you can create your own queries as well.
    Regards,
    Prasanna

  • Transaction Completed : status I1023 in SRM PO.

    Hi Friends,
    We are in SRM 5.0, Ext.Classic scenario. Some of the POs in our Production system have the status Transaction Completed [in BBP_PD: status I1023]. These POs have been successfully replicated to R/3-ECC, but we are unable to change or delete these PO now in SRM. When i click the change button, it gives a popup with msg "System status is active ()".
    Pls help with suggestions to change.delete such POs.
    Thanks!

    Hi Harsha,
    The P.Os that were marked as Transaction completed in SRM system can no longer be changed.
    This means the P.O can not be changed and the same can not be deleted.
    This is the standard SAP SRM functionality.
    1. Please do not use 'Transaction Completed' option to close the P.Os.Instead you can mark the 'No further Confirmations expected' and 'No further Invocies expected' check boxes under statistics tab of P.O item data. This would remove all the commitments against the purchase order item and would enable any Project closure in case Network or WBS is used as Account assignment for this P.O item.
    2. In case the P.O needs to be deleted then use function module BBP_PO_DELETE in backend ECC system to delete SRM (EBP) P.Os in ECC.
    Hope this answers your query and resolves your issues.
    Please let us know in case of any further clarifications.
    Regards,
    Teja

  • Vendor deletion in SRM and ECC

    Experts,
    We are on SRM 5.0.ECS.,
    I have read several threads on SDN but none talks about the actual steps of setting the flag for deletion of a vendor in ECC and then updating the chnages in SRM.
    What are the steps for setting the deletion flag for vendor in ECC??DOes it need to be done throigh XK06?
    Also once the flag is set in ECC,are the changes replicated through UPDVD??Also wha are the updates done on SRM side for that vendor??Is the deletion flag also set for the vendor or the vendor is directly dleted from SMR?????If so which tarnsaction can I check that??
    After the vendor deletion happen on both ECC and SRM,what is the message which comes up when we try to create PO with this vendor in SRM?
    Also before the vendor is deleted from both systems,is it necessary to close all the old documents(SC and PO) which has this vendor?
    Thanks.

    Hi,
    What are the steps for setting the deletion flag for vendor in ECC??DOes it need to be done throigh XK06?
    Yes it can be done by that tcode.
    Also once the flag is set in ECC,are the changes replicated through UPDVD??Also wha are the updates done on SRM side for that vendor??Is the deletion flag also set for the vendor or the vendor is directly dleted from SMR?????If so which tarnsaction can I check that??
    tcode : BP (Tab Control )
    You will see central block for that vendor. If purchasing block is setup it can be seen in manage business partner tcode.
    After the vendor deletion happen on both ECC and SRM,what is the message which comes up when we try to create PO with this vendor in SRM?
    If central block is there it won't be available in search list. If still user manages to enter the vendor the system may throw up error message. Vendor is blocked for purchasing.
    Also before the vendor is deleted from both systems,is it necessary to close all the old documents(SC and PO) which has this vendor?
    Vendor is treated as business partner in the SRM. BUPA_TEST_DELETE is used to delete any vendor or business partner. The system itself will issue an error message that vendor can't be deleted. In R/3 its independent.
    My suggestion is apart from deletion please select purchasing block.

  • SC deletion in SRM 7.0

    Hello Expert,
    We observe, when deleting SC in SRM 7.0, we sometimes get error message: 'User XYZ, is already processing this document, try again later'.
    Here the user XYZ is background job user.
    With this user we are running below jobs:
    1) BBP_GET_STATUS_2 at 15 mins frequency (Takes on average 350 seconds to finish)
    2) CLEAN_REQREQ_UP at 15 mins frequency (Takes on average 25-30 seconds to finish)
    Could the job frequency is an issue here?
    Pls advise.
    Thanks,
    Dhananjay

    Hi,
    When you get the error "User XYZ, is already processing this document, try again later" check the transaction code SM12 you can find some lock entries created by the XYZ user against that Shopping cart that you are trying to delete.Its because the jobs BBP_GET_STATUS_2 or CLEAN_REQREQ_UP would have created a lock entry while updating the shopping cart and at that time you would have tried to delete the shopping cart. Since there is a lock against that shopping cart you would have got the error.
    This issue is not because of the job frequency its just a timing issue(Coincidence).
    Regards,
    Suresh

  • Status purchase order SRM SUS

    Hi all.
    We have SRM 5.0 whit SUS.
    I have noticed that exists estatus special when a SRM PO is sent to SUS, informing that the PO is in SUS or that the PO are pending of confirmation.
    Nevertheless, these status I cannot visualize them in trx BBP_PD.
    AsI can activate these estatus so that they are registered in trx BBP_PD?
    Regards

    Khan discussed similar issue with you last year
    Status of PO in Search on SUS
    is the requirement diff now?
    BR
    Dinesh

  • PO status update in SRM

    Hi friends,
    We have seen PO's approved and released through w/f. It has been replicated in R/3 but when user sees the status on SRM portal, it shows as 'Error in Process'.
    Is there any way we can update that status manually.
    Please advice on that. I was looking for any tcode or report or FM which will help me to update that status.
    Regards,
    Vittalprasad

    Try below functions in the order given.
    1. BBP_PD_PO_TRANSFER_EXEC
    2.BBP_PD_PO_STATUS_CHANGE_WF
    Hope it helps.
    johnson zavier

  • DOCUMENT QUEUE STATUS "DELETING" AFTER LOADING FROM WIRELESS PC

    HAVE HOME NETWORK. DESKTOP VISTA PC CONNECTED TO HP PRINTER BY USB.  DSL ROUTER USED WITH WINDOWS 7 LAPTOP. NETWORK OK, SET UP FILE SHARING AND LAPTOP RECOGNIZES PRINTER. PRINT COMMAND FROM LAPTOP SHOWS IN PRINT QUEUE ON DESKTOP, SHOWS 1 DOCUMENT,
    BUT RATHER THAN PRINTING SHOWS "DELETING" UNDER STATUS. LEFT WITH EMPTY QUEUE. I AM ONLY MODERATELY TECH SAVY SO PLEASE BE GENTLE. THANK YOU. PURSITA2

    Hello,
    The TechNet Sandbox forum is designed for users to try out the new forums functionality. Please be respectful of others, and do not expect replies to questions asked here.
    Since your post is off-topic, I am moving it to the
    off topic forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Vendor deletion in SRM - Open PO's??

    Hi all,
    SRM 5.0 ECS
    When a vendor is deleted in ECC and the changes are replicated to SRM,what happens to the open PO's in SRM which have that vendor???Can the vendor be directly changed in those PO's???How can these PO's be reprocessed???If these PO's have already created follow on docs then what are the effects??

    Hi,
    Normally the Vendors are not deleted, they are blocked for transaction postings.
    The PO cannot be processed further.
    regards
    MRao

  • User deletion in SRM 4.0

    Hi Guys
    Can anyone suggest me how to delete large number of Users from the SRM system,i.e with Postion, BP, an SU01 data should be removed. As I dont have option for deletion of users from USERS_GEN trxn in SRM 4.0.
    Please help by suggesting me with any program or Tcode .
    Regards
    Srujank

    better lock the user since he may some business documnt open and you can not proceed further.
    br
    muthu

  • Mass Users deletion in SRM 4.0

    Hi Guys
    Can anyone suggest me how to delete large number of Users from the SRM system,i.e Postion, BP, an SU01 data should be removed. As I dont have option for deletion of users from USERS_GEN trxn in SRM 4.0.
    Please help by suggesting me with any program or Tcode .
    Regards
    Srujank
    Edited by: srujan K on Oct 5, 2009 4:47 PM

    Hi Srujank,
    you can use the program RHRHDL00 to delete any object in the org. structure .
    kr,
    Raz

Maybe you are looking for