Shopping Cart Delete

Hi Experts,
We have created a Shopping Cart.But the WF doesn't activated for the SC.The status shows waiting for approval.
Now we tried to delete the SC and create a new one.But it is not allowing to delete.It gives below error
"Document is still being processed in the background,please try later"
Could any one advise a solution to delete this SC ?
Thanks

Hello,
You have some options:
A)
1. go to transaction SWO1                                                  
2. enter "BUS2121" for shopping cart in Object/interface type and click "Test" button.                                                             
3. on the next page, click on the "Instance" button and enter the S.C .    
4. on the next page, scroll down to the method with name "SETRELEASED" and click on right hand side icon indicating execution.                    
Doing this, document will be released and afterwards you can try to delete it.
However, doing this procedure, follow-on document would be generated if you have such configuration.
B)
Trigger a new workflow using transaction SWUE.
C)
Delete the shopping cart manually updating the database tables.
- At document header set "DOC_CLOSED" = X;
- At document item level, set "DEL_IND" = X;
- At shopping cart table status set I1040 - Deleted.
Kind regards,
Ricardo

Similar Messages

  • Shopping cart deletion

    Hi SRM gurus,
       Can a shopping cart be deleted after approval and before creating a purchase order .We are using classic scenario .Please help me out.
    Thanks,
    Radha

    Radha
    Shopping cart cannot be deleted once approval is done.
    You can delete it before approval.
    But you can delete the line item of the shopping cart even after the approval is done.
    In that case if any follow-on doc is created for that line item of shopping cart it will get deleted.
    PS. Reward points if it is helpful to you.
    Regards
    Jagadish

  • Shopping cart deletion to purchase req. deletion

    Hi Experts,
    Scenario: Classic
    We have a shopping cart with followon doc as Purchase requsition.
    Question: When we delete the the shopping cart, this does not delete the purchase requsition in backend system. WHY?
    How can we achieve this ?
    Thanks and regards,
    Anil

    Did you run Clean_reqreq_up and BBP_get_status_2?
    Is there any change version for the SC which need approval or got an error?
    Is there any error in RZ20?
    When a shopping cart is created and follow-on documents are further
    created, the deletion is possible based on the following criteria.
    The following is the standard behaviour:
    SC ->PO : deletion possible
    SC ->PRequisition: deletion possible
    SC ->PRequisition - PO: deletion NOT possible
    SC ->PO - conf. goods : deletion NOT possible
    SC ->PRequisition - PO - conf. goods : deletion NOT possible
    SC ->PO - conf. goods - enter invoice: deletion NOT possible
    SC -PRequisition - PO - conf. goods -enter invoice:deletion NOT possible
    Hope this information is helpful for you.
    Regards
    Lauren

  • Shopping cart deleting

    hi experts,
    I was deleting the entire shopping cart by deleting the follow on documents and then the line items. this leaves no traceability and i'm not sure if this is good or not. Should SC be deleted but not the line items.
    thanks in advance,
    mohammad.

    Hi,
    Once you delete SC at header level, then id dosen't make any sense if you delete the items of the SC, because the SC is already deleted.
    sameer

  • Shopping Cart Deletion Indicator

    Hi to all,
    Is there any way to uncheck the DEL_IND for an item in a SC?
    Because there's one that I've check in BBP_PD and has this attribute checked.. and in the portal when I search for this SC, it appears but there're no items on it. Could be this the reason?
    The SC has only this item.
    Wait for answers, thanks to all!

    cart delted means .DELTED thats all, Ask REQUESTER to create a new cart again as Jay advised.
    for example
    assume:-
    SC created with vallid SOS + apporoved - PO created .
    now you were deleted a sc , now foolow up action PO also deleted.
    you can not revert back too the deletion flag. dont put more effort on this undo deletion
    Muthu

  • Need to delete / clear PO value for a deleted shopping cart item.

    Hi friends
    Please help me on below mentioned issue.
    I have a shopping cart with one deleted item, That deleted item shows a PO number under table BP_PDBEI field BE_OBJECT_ID in production server.
    User want that PO number to be delete or clear from that shopping cart deleted item.
    We are not authorize to delete or clear a entry from the SAP standard table itself.
    Is there any function module, I can use directly in production server which can delete / clear this PO number from table BP_PDBEI field BE_OBJECT_ID from shopping cart deleted item
    Please help urgently.
    Thanks a lot in advance.

    Hi
        check this FM
    ISM_PORDER_DELETE
    ISM_PORDERNEW_DELETE
    ISM_PORDERRET_DELETE
    Regards,
    Viquar Iqbal

  • Need to delete PO value for a deleted shopping cart item.

    Hi SRM experts
    Please help me on below mentioned issue.
    I have a shopping cart with one deleted item, That deleted item shows a PO number under table BP_PDBEI field BE_OBJECT_ID in production server.
    User want that PO number to be delete or clear from that shopping cart deleted item.
    We are not authorize to delete or clear a entry from the SAP standard table itself.
    Is there any function module, I can use directly in production server which can delete / clear this PO number from table BP_PDBEI field BE_OBJECT_ID from shopping cart deleted item
    Please help urgently.

    Hi Sharma,
    normally if this PO doesn't have further follow-on documents, should be able to be deleted. Once the PO is deleted, the SC will be updated and in the follow-on document history of the SC you will see an additional remark "follow-on document deleted".
    But I guess, this is not what you would like to do.
    Without manual database changes you won't be able to delete the connection between the SC and PO.
    If you somehow will get authority to the database changes, please don't forget to delete also the relations between PO and SC. You will find it in the tables SRRELROLES and BBP_PDBINREL.
    Regards,
    Peter

  • Delete shopping cart line

    Hi experts,
    i'd like to know if is possible to delete, with standar ways, the line item of the shopping cart even after the approval is done.
    Thanks
    bye
    ANDREA

    Hi,
    Please go through this ->
    The only standard option is to delete the SC line items. For this you the user must have activity "06 Delete" in his PFCG role. This activity enable him to delete SC line items once the SC is in status approved.
    Shopping cart cannot be deleted once approval is done. You can delete it before approval.
    But you can delete the line item of the shopping cart even after the approval is done. In that case if any follow-on doc is created for that line item of shopping cart it will get deleted. You will find the delete tab becoming grey once the follow-on doc. is created in the check status (BBPSC04 transaction) of the SC.
    Re: shopping cart deletion
    Other alternatives ->
    1) The FM BBP_PD_SC_DB_DELETE deletes from persistent layer.
    2) The FM BBP_PD_SC_STATUS_CHANGE with 'DELE' activity, marks as deleted and keep the document in the persistent layer.
    According your needs, you will need to choose which one fits your requirement.
    To commit changes to DB from BBP_PD_SC_DB_DELETE you will need to COMMIT WORK, cuz even the FM doesn't display any error messages in the e_messages table, the deletion task is not commited.
    About the BBP_PD_SC_STATUS_CHANGE FM, you will need to inactivate the follow on document status in the CRM_JEST table to achieve the deletion with the FM i have mentioned...
    For both FM's *DB_DELETE and *STATUS_CHANGE you need to create a ZFM or ZREP to write the COMMIT WORK instruction after the execution of the FM.
    Related links ->
    Re: Delete SC from BBPSC4 and no control is possible
    Re: Problem when deleting line item from SC after order
    Re: Deletion of Shopping cart!!
    BR,
    Disha.
    <b>Pls reward points for useful answers.</b>

  • Want to delete Shopping cart

    Hi Experts,
    There is a Shopping Cart in our system SRM 5.0 which we are not able to view/approve/delete from portal because of some problem. Now user wants to get that shopping cart deleted from backend so that he can order same items using another SC.
    Please let me know the way to delete shopping cart.
    Thanks
    Siddarth

    Hi Muthu,
    Thanks for your reply but my case is a bit different. Here due to some error I am not able to see the shopping cart from BBP_PD transaction or Monitor Shopping Cart. Because of that i am not able to delete the Shopping cart.
    Now I want some FM which can help me in deleting this shopping cart. I tried FMs BBP_PD_SC_DB_DELETE and BBP_PD_SC_STATUS_CHANGE but they can't help. Now if there is any other FM then do let me know.
    PS. Shopping cart is currently in Awaiting Approval status.
    thanks
    Siddarth

  • Shopping Cart approval process in SRM using Black Berry

    Hi,
    I am very new to SRM. Here the user wants the whole approval/rejection process of shopping cart should be done via the Black Berry.
    When a shopping cart is created in SRM then automatically a mail should appear in this mail box(outlook or lotus) as well as in the black berry mail box, so from black berry the user will accept/reject the shopping cart.
    What workflow should be used? for mailing to outlook as well as in the blackberry whether we should implement any BAdI and also for integrating SRM & black berry whether we require any plug-in or configuration to be done..
    Please do the needful..
    Thanks and Regards,
    Chandra Sekhar

    Hi,
    pl. read this:
    Mobile Enterprise Buyer
    Use
    Users can log on to the Enterprise Buyer system using a WAP-enabled cellular phone or any other WAP-enabled front end. This allows them to perform many procurement tasks completely independently of any docking station. These mobile applications are part of the standard system setup for Enterprise Buyer.
    Managers can approve shopping carts while on business trips far away from the office.
    The start URL for the mobile scenarios is:
    http://.:/scripts/wgate/wapbbpstart/!?~language=
    where <language> = de or <language> = en, for example.
    The initial screen is displayed in the relevant language.
    Integration
    You can either use your own WAP gateway or you can use a WAP gateway service from a telecommunications provider. If you have your own gateway, you can position it behind your firewall. This means that communication is via a dialup line as far as the WAP gateway, that is, a secure connection going behind the firewall. Beyond this point, communication is via HTTP. If you are using a WAP gateway service, the dialup line stops outside your firewall with the less secure HTTP communication starting outside the firewall.
    The graphic shows a standard configuration with a WAP gateway located behind the firewall.
    Prerequisites
    You require the following:
    WAP-enabled mobile device
    WAP gateway
    WML-enabled catalog that supports OCI
    You have configured your Web server to handle the MIME (Multipurpose Internet Mail Extensions) types required for WAP. These are as follows:
    File extension
    MIME type
    Wml
    text/vnd.wap.wml
    Wmlc
    Application/vnd.wap.wmlc
    Wmls
    text/vnd.wap.wmlscript
    Wmlsc
    Application/vnd.wap.wmlscriptc
    Wbmp
    image/vnd.wap.wbmp
    If you have your own Web server, you define the MIME types using the Web server's administration tools. In Microsoft IIS, you have to enter the types on the Properties page of your site on the tab card HTTP Headers. If you are not using your own Web server, inform the administrator or provider running the Web server.
    Features
    The following functions are available:
    Create new shopping cart
    Users can:
    Select catalogs using input help
    View catalogs (by product group)
    Search for products in catalogs (full text)
    Display item details
    Add items to shopping carts
    Delete items from shopping carts
    Change item quantities
    Delete shopping carts
    Order shopping carts
    When a shopping cart is ordered, an order confirmation is displayed giving the shopping cart name and the total value of the shopping cart.
    Status check
    Users can:
    Display overview of shopping carts (shopping cart name and status)
    Display header data for shopping carts (for example, shopping cart name and date of last change)
    Inbox
    Users can:
    Display overview of work items (only shopping cart approval) and messages
    Display detail view of messages (sender and full short text)
    Display detail view of work items (full short text only)
    Managers can approve or reject shopping carts
    Managers can only approve or reject complete shopping carts. Approval and rejection at item level is not possible.
    Reporting
    Managers can display the most recent purchase orders created for their cost center(s).
    to get presentable doc mail me on
    [email protected]
    BR
    Dinesh
    <b>Reward if helps</b>

  • BBP_MON_SC reports shows REJECTED shopping cart status as AWAITING APPROVAL

    Hi,
    We are facing a problem in BBP_MON_SC report. This report shows some of the  REJECTED shopping cart status as AWAITING APPROVAL.
    Note : We are in SRM 4.0 Version.
    Please advice.
    Regards,
    Ram

    Hi Ramprashanna,
    Please see Notes
    Note 660372 - Shopping cart monitor: Shopping cart deleted/Awaiting Approv
    Note 672764 - Shopping cart monitor: Display of deleted shopping carts
    In this issue.
    Regards,Nishant
    Please reward if this helps.

  • I can't delete an item in my shopping cart.

    I have tried to click on the x beside the buy symbol and also highlighted the item and push the delete key and neither one will delete it. I added a song today and then deleted it and it worked just fine but this one will not go away. Can someone help?

    If Francisco's suggestion doesn't work, contact the iTunes Store customer support department through the form linked from the bottom of their web page and explain the problem to them. They can clear your Shopping Cart for you. They'll probably have to clear the entire cart, so if you have other items there, make sure you've noted them, or saved them in a "wish list" playlist, so you remember what they were.
    Good luck.

  • ITunes Shopping Cart won't let me delete items.

    I have some items in my shopping cart that I need to delete because I've already purchased them. But the problem is that it won't let me delete them and it also says that it is not available in the Canadian Store. If someone knows how to fix this that would be great.

    Same problem as well with music videos I added that were originally single purchase items and then the next day became Album Only in my shopping cart (though they really weren't) and now I can't delete them. I've tried several tricks to no avail.
    I've called Apple Care twice with no resolution. They keep wanting to send me to iTunes Store support but I don't think the people answering there even know how to use a computer. They refuse to "escalate" the issue even though no one has still provided an answer. All I want is for the iTunes staff to delete my entire shopping cart contents but no.
    Obvious something is seriously messed-up with the iTMS database and Apple is covering it up to prevent a huge blow to their Christmas sales. I'm sure the DBAs are working round the clock to fix this with no resolution yet.
    In 25 years this is the worst support I've ever had from Apple.

  • SAP Notes for Deleted Shopping Carts in SRM 7.02 in ECS

    Hi ,
    I am having an issue in SRM 7.02 in Extended Classic Scenario, Where Users are able to delete Shopping Carts even after Follow on Document created i.e. till Confirmation. Now they want to delete the SRM PO. As there is no Shopping Cart existing in SRM they are unable to delete the PO.
    Can you please suggest me the SAP Note relevant to this Requirement.
    Regards,
    Raju.

    Hello Raju,
    check below KBA:
    1649794 - Status dependent control of Shopping Cart
    At the end of the KBA, OSS notes are listed. Check them.
    Regards.
    Laurent.

  • Trying to delete shopping cart via GUI (not web) tran BBP_MON_SC

    In the GUI I'm entering "/n" to get out of the Easy Access menu and then running tran BBP_MON_SC.  I'm then entering a specific shopping cart number and clicking the Start button.  On the results screen if I just click the "Delete Shopping Cart" button, nothing happens.  I was told to try entering the number left to the shopping cart number ("1") in the field left of the "Delete Shopping Cart" button and then try clicking the "Delete Shopping Cart" button, but still nothing happens.  I know the GUI screen layout is a little weird so I'm obviously doing something wrong.  Please note I'm able to successfully delete this same shopping cart in the web tran Monitor Shopping Cart.  Any help is appreciated.
    We're running the EBP extended classic scenario with SRM 4.0 and SRM_SERVER 5.00.
    Thanks,
    Brad

    Hi
    <b>Please try this -></b>
    <b><u>In the Transaction <u>BBP_MON_SC</u> in GUI login/mode, clcik on field - Created By (User ID) in the General Data section, say TESTUSER and click on "START BUTTON" on top of page.
    A new screen will appear displaying all the shopping carts that user has created. Based on the line number in the left-side of the screen, enter that line number in the top left corner of screen in Frame1 and press on "Delete Shopping Cart" button to delete that particular shopping cart...</u></b>
    <u>I can easily delete the SC from GUI by this way.. Hope this definitely answer your query and help you as well..</u>
    Do let me know.
    Regards
    - Atul

Maybe you are looking for

  • Fixed Asset Auditing

    Dear All, Any one kindly help me out for doing configuration for Fexed Asset Auditing. I don't know how to do the step by step configuration for Fixed Asset Auditing and view the Asset Audit report. Kindly help me. Thanks & Regards, S. Umamageshwaran

  • Return or exchange Galaxy S3 and keep unlimited data?

    I have preordered a Galaxy S3 and it's been shipped already, should be delivered on Monday. After finding out about the encrypted bootloader on this phone I'm not sure I want it anymore (I'll save that rant for somewhere else). If I return the device

  • My battery icon has disappeared from my menu bar at the top of the screen and the energy saver preferences simply says 'Could not load Energy Saver preference pane'

    My battery icon randomly disappeared a few months ago from my menu bar and i have been unable to make it come back. After researching solutions online it soon became clear that all of the suggestions needed me to go into the energy saver preferences

  • DMS Profile not selecting proper storage category

    We have defined two different profiles in DMS with two different security roles with the applications for each profile pointing to different storage categories.  If a user has only one of the security roles when they store an original it automaticall

  • Encrypting data in database

    Is there any tools in an Oracle database or by Oracle to encrypt data in the database in 8.05 database or earlier? In versions above 8.05 - 8i and above, is the PL/SQL Encryption Toolkit free with the database or is it an add on package. Thanks