Deletion of Shopping Carts in SHC Approval View

Classic Scenario; SRM 5; R/3 46c
Hello everyone,
I was wondering if you have an approved Shopping cart, I believe that you can delete (by clicking on the trash can icon on the line item level) the shopping cart.  Is it possible to control this so that no one can delete/modify a Shopping cart from the SRM side?
Thank you for your help,
Jay

Hi Yann,
As always thank you for your great replies. 
My understanding is that you can set so that deletion can be controlled either at:
Deletion will be possible during SC creation
Deletion will not be possible while SC is in approval
deletion will not be possible while SC is approved
If this is the case where do I set this authorization lets say for the BBP_STAL_EMPLOYEE?  I apologize for this rather basic question - any short explanation will be awesomme.
Thank you,
Jay

Similar Messages

  • How can I delete a shopping cart.

    Dear All,
    I'm trying to delete a shopping cart but till now nothing works.
    I have been using bap CRM_status_update, but it does not place a deletion indicator on the shopping cart.
    Can somebody tell me which program/bapi I have to use to get the job done.
    Thanks,
    Regards,
    Alexander

    Hi,
    You can update database tables manually.
    If shopping cart has not been approved yet:
    - At document header set "DOC_CLOSED" = X;
    - At document item level, set "DEL_IND" = blank;
    - At shopping cart table status set I1040 - Deleted.
    If shopping cart has been approved and you want to delete all items:
    - At document header set "DOC_CLOSED" = X;
    - At document item level, set "DEL_IND" = X;
    - At shopping cart table status set I1040 - Deleted.
    If shopping cart has been approved and you want to delete only one item:
    - At document item level, set "DEL_IND" = X;
    You can find these tables in BBP_PD transaction.
    Kind regards,
    Ricardo

  • BBPSC04 - Warning: 'Delete (BBP)' (Shopping Cart #)

    Hi all,
    The approver rejects a Shopping Cart (e.g. # 12345678). The user (shopper) launches the Shopping Cart Status transaction (BBPSC04). At this point, a popup warning message appears:
    "Warning: 'Delete (BBP)' (Shopping Cart 12345678)"
    The actual message issued is BS 003: "Warning: '&' (&)", and it looks to be a pretty general one, which could be re-used in multiple functions, not only BBPSC04.
    Is there a way to suppress this warning only in this particular case in BBPSC04, without affecting other code in SRM?
    We're on SRM Server 550, SP11.
    Cheers,
    Serguei

    Hi Serguei,
    In SRM, messages are added to the log by function module BBP_PD_MSG_ADD and read from the log later on when the messages needs to be shown in the application.
    You may try to overcome this by implementing the BBP_DOC_CHECK_BADI. In the implementation you can check for the following.
    The guid is passed. Get the item details from the guid.
    CALL FUNCTION 'BBP_PD_SC_GETDETAIL'
        EXPORTING
          i_guid = iv_doc_guid
        TABLES
          e_item = lt_item.
    Check the particular item which has the condition DEDUCT_IND EQ 'X' (is the flag which gets set for rejected item) AND SY-TCODE EQ BBPSC04. Modify the et_messages and see if you are able to achieve.
    thanks,
    Ashwin
    Do reward points for useful suggestions

  • Settings to recall shopping cart when awaiting approval

    Hello
    We are on SRM 7.0.
    In SRM 7.0 when SC is in awaiting approval and requestor press edit then shopping cart can be recalled. What are the settings / sap note required for this.
    Thanks,
    Ashish

    Hi
    Are you a creator of shopping cart and trying to edit the cart while awaiting for approval ?
    or
    some once created and are you trying to edit the cart in awaiting for approval?
    what is your SP ?
    Note 1491389 - Monitor SC:delete shopping carts in status awaiting approval
    You as an administrator go to Monitor shopping cart transaction and select a shopping cart which has status 'Awaiting approval'. When you try to 'Delete' the cart, system throws an error 'Change mode only possible after recall'
    Other terms
    CANCEL_PROCESS_FOR_RESTART /SAPSRM/IF_CLL_MMS_SC~DELETE BBP_MON_SC 'Process controlled workflow'
    Reason and Prerequisites
    If the system is using process controlled workflow, the workflow has to be recalled prior to the deletion of the cart.

  • Shopping Cart change by approver is not updating in approval preview screen

    We are using SRM 4.0 in ECS and have been noticing a problem with the approval preview on the shopping cart when the shopping cart is changed or rejected by one of the added approvers.
    The shopping cart was created with multiple line items for materials and when the shopping cart was ordered it workflowed to the 1st approver that was added.  He noticed that a price was wrong on one of the line items of the shopping and proceeded to change it and then approved the SC.  The approval preview screen in the SC shows that it was approved but the preview does not show that it was forwarded to the next approver listed on the preview screen.  However checking in the backend I'm showing the SC sitting in the inbox of the next approver stating: Your shopping cart 'MD D&C LL1 dvf Vetco-Subsea Wellhead Eq' was changed/rejected in part. Please check.
    Why isn't the approval preview updating when the SC is rejected or changed?

    hi,
    This  behaviour of the system is as follows , when the first approvers makes the changes and then approves the cart , it will go to the requestor of the shopping cart , and wether the workflow should restart --->
    depends on the security level of the approver who is changing the cart -->
    you can find the security level of the approver --> in the transaction SU01 ---> persononalization tab ---> key bbp_wfl_security
    and the text you have mentioned --->
    Your shopping cart 'MD D&C LL1 dvf Vetco-Subsea Wellhead Eq' was changed/rejected in part
    this is for the requestor of the cart ---> this is mail which specifies that the first approver has partially approved the cart.

  • Shopping cart awaiting for approval

    For the documents shopping cart, RFX we dont have any approval proceedureonce the shopping cart is created it gets auto approved.
    But for the documents in the approval tab shows automatic approval for the documents, but in the query report for the the document shows awaiting for approval.
    Can you guide me on this
    Thanks in advance

    Hi,
    What is the document status and workflow status in BBP_PD transaction?
    I guess there is some error when creating follow-on document.
    Regards,
    Masa

  • Shopping cart-Requestor and Approver of Shopping cart shouldn't be same

    Hi,
    I have a requirement where the Requester and the Approver of the Shopping cart shouldn't be same.
    This requirement needs to be met for online and offline approval both .
    Secondly if the Requester is set as Approver Substitute then in that case also it should not allow the requester to approver the shopping cart as in this case he has become the approver too.

    Hi,
    Please check if DOC_CHANGE_BADI is called when approving SC.
    Regards,
    Masa

  • How can we delete the shopping cart

    Hi Guys,
    How can we delete the SC from the SRM system there is a SC which is stuck after approval even after resubmitting and performing clean req it is not getting converted.
    I tried using the function module BBP_PD_SC_ITEM_DELETE but i get an error System Error: READ TABLE LT_ITEM do you guys have any idea how to resolve this?
    Thanks for your help
    Regards,
    Sid

    You cannot change these POs because their changed version has status
    'Deleted'. My proposal to fix them will be the following:
    You will have to set changed version as closed(DOC_CLOSED set to X)
    and in active version set DOC_CLOSED to space.
    +*-For the above statement, Can you guys please let me know,  which table DOCCLOSED belongs to and what are the steps to do this, as i come from a functional back ground.*+_

  • Process Controlled Workflow- Shopping Cart Item level approval

    Hi experts,
    In SRM 7.0 I have activated BC Set '/SAPSRM/C_SC_600_001_SP04' & I have implemented BADI '/SAPSRM/BD_WF_RESP_RESOLVER'.
    My requirement is to send work item to WBS owner at item level.So the possible cases are 10 items will go for 10 approvers if they have 10 different WBS..
    I have written logic to fetch WBS owner in method'GET_APPROVERS_BY_AREA_GUID' & assigning approvers to 'rt_approver'.
    But the problem is all the approvers are assigned to all items.Rather it should be one item & corresponding WBS owner should be the approver.
    Please suggest how I can achieve the required functionality.
    Thank you.

    Hi Masa,
    I have used 'GET_AREA_TO_ITEM_MAP' only to export 'is_document-document_guid' from method '~GET_AREA_TO_ITEM_MAP' to 'GET_APPROVERS_BY_AREA_GUID'.
    Can I use this method for mappping Items & approvers?
    Please suggest.
    Thank you.

  • Shopping Cart in "Awaiting Approval" Status

    Hi All,
    There is a SC which requires an approval from one approver. The SC has gone to Approvers inbox for approval. The approver has approved the SC. After this the SC is not getting approved and its hanging in Awaiting Approval Status.
    We are using N-Step BADI
    When I was checking on this I was seeing entries in SM58 as below.
    Caller       Function Module                Target System                    Date       Time     Status Text
    XXXXXXXXX SWF_RUN_REMOTE_SERVICE         WORKFLOW_LOCAL_100               03/04/2011 06:34:01 Name or password is incorrect (repeat logon)
    XXXXXXXXXX SALRT_CONFIRM                  WSCAH003SAP01_SR1_62             03/04/2011 06:34:01 Name or password is incorrect (repeat logon)
    your valuable suggestions are very helpful.
    Regards,
    Satya.

    Hi,
    Thats strange because the error 'Name or password is incorrect' usually occurs when RFC destination is not appropriate.
    Some quick checks
    1. Automatic workflow customisation (SWU3) done? All green?
    2. Remote logon working?
    Also check this troubleshooting link http://www.abovesoft.com/analyzertroubleshooting.html
    Regards,
    Nikhil

  • Confirm item deletion in shopping cart.

    Hi all,
    MySAP SRM 5.5
    Currently, when I create a SC if I delete an item, the item is deleted without confirmation message.
    Someone can tell me what to do to have this message please?
    Thank's in advance.

    Saifoudine,
    Hi. There are a couple of BADI's available.
    BBP_DOC_CHANGE_BADI
    BBP_DOC_CHECK_BADI
    Cheers
    Rob
    >

  • Shopping Cart header text ( Approval Note )with User id, Date , Time

    Hi Experts ,
    We are mapped SC header Text to Classic PO header text sucessfully. But in the SC Approval Note system is automatically  pouplating User Id, Date , Time and Time Zone ..along with manullay entered Text.....and same is pouplating in tyhe created Classic PO.
    We don't want these extra things in the SC and PO both .
    Can anyone please suggest how we can achive this ?
    Thanks
    NAP

    Thanks Jay. Resolved .
    So without Badi this is not possible. Right ?

  • 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

  • Enable Delete button depending on the shopping cart status

    Hi all,
    My requirement is Enable the delete button if the status of selected shopping cart is 'Awaiting Approval' in header and item level.
    Technical detail of delete button : Component : POWL_UI_COMP
                                                      WINDOW : TABLE
                                                      VIEW : VIEW_TABLE
                                                       TOOLBAR BUTTON ID : F_DELETE.
    please help...

    Thinking aloud,
    - should the button be a resource from Webcenter, you could modify its visibility (property) via EL: #{WCSecurityContext.userInGroup['Administrators']} will display the button only if the user is in Administrators group
    - does your portlet have a parameter like that? If so, you should be able to fill it in with EL. If not, I doubt you will be able to achieve visibility changes - you might try to contact the producer of your portlet to do the necessary changes, though.

  • Approval of Shopping cart with limit items

    Hi All,
    We are using n-step item level approval (BADI) for shopping cart approval.
    The approval process is working fine but when i create a shopping cart with limit items, the shopping cart goes withous approval.
    The approval process is also working fine if i am including 1 limit item and one normal item.
    Please let me know why is approval process not working for shopping carts with only limit items.
    Regards,
    Gaurav

    Hello,
    approving a shopping card without any workflow
    is impossible in the Standard SRM case.
    As there is no workflowlog anymore , it was deleted somehow. Please
    ceck if you got processes where the workflow will be archived or deleted
    after a while.
    The question in my point of view is, why was there a workflow
    without any approval steps ?
    As i can see you are using only the workflow ws14500015 which
    is a badi workflow. So the behaviour is controlled from your
    badi,as all approvers come from the BADI.
    If there is a automatic approving then the BADI brings not back
    any approver and the setrelease method of the workflow is triggered
    then immetiately to set the status to "released" = "approved".
    To Do:
    Check your BADI for Shopping Cards like the example one mentioned above.
    Make sure that the workflow logs persist in the system for analysing
    the processes and to get the correct approval preview.
    regards,
    Gaurav

Maybe you are looking for

  • Issue with Batch Management

    Hi guys, we have batch managementt only for FG items . But for raw materials, we are not follwing any batch management. But while taking the MIGO of raw materials by 101 movemnt type in plant: jainpur , the sytem is asking me to enter the production

  • Out of order packets via LWAPP?

    I am capturing packets on a wireless client ftp'ing a file from a server. It's showing that there are a lot of out of order packets. Although, the file received is fine, I'm worried that it'll affect voice packets later on. I'm using Wism with Lightw

  • I am having trouble with a few of my songs only playing halfway through then skipping ? Anyone know how to resolve this issue ?

    I bought a couple of singles and I can only listen to the first half. I have purchased 3 cds since then and they all work fine, it is only these songs and i submitted a report to itunes but it wasn't resolved . anyone have any ideas?

  • ORDERS05 IDOC to flat file - mapping question

    I have a requirement to convert an ORDERS05 IDOC to a "flat" structure for one of our vendors. When the IDOC has the following data, the mapping works well Input ===== ORDERS05    - E1EDP01       POSEX        00010       - E1EDPT1           -E1EDPT2

  • Why can't I send images via text

    Why can't I send images via text?