How to delete approved shopping carts at header level in SRM 5 ?

Hi All
We are using SRM 5 (Classic Scenario) and we have a requirement in which we need to delete the approved shopping carts at header level. Here we are referring the case where SC lies in approved state in SRM but no PO generated in back end.
We assume that if PO has been created for SC then shopping cart can not be deleted at all.
I have seen advices like deleting approved shopping carts at item level but this would not suffice. As well we have seen that if we delete the SC at item level still SC shows complete value in header.
Please advise on this.
Regards
Pranay Gupta
+919711120111

Hello,
As far as I know, cart can be deleted at header level when its status is held.
You can try to archive your carts, since item can be deleted.
Check the archiving criteria here:
http://help.sap.com/saphelp_srm50/helpdata/en/3c/f8f03bb8e88109e10000000a11402f/frameset.htm
And shopping cart archiving procedure here:
http://wiki.sdn.sap.com/wiki/display/SRM/ShoppingCartArchiving
Regards,
Ricardo

Similar Messages

  • Attach documents to a shopping cart at header level

    Hello,
    I am currently working on SRM 5.0 in Classic scenario. We are going to implement attachement of documents functionality with transfer of documents to ECC.
    As far as I know, documents can only be attached to the posts of the shopping cart.
    In our case, if for example a requester create a shopping with 3 lines and only attach 1 document to the first line. In case, the approver delete the 1st line (the one you have attach your document) it is quite problematic.
    So would it be possible to attach documents to the header of the shopping cart or not? (by implementing a note or is it always by developping a specific program?)
    Has someone already had to cope with this probleme and would he/she have advices to handle the issue?
    Thanks a lot for your help!
    Regards,
    morgane

    Hello morgane
    As per i know i believe approver neither delete the attachment nor update the cart  but he can either approve or reject the cart.However BBP_WFL_SECUR_BADI  may help you to change the SC during approval upon the user settings
    for eg. 3 line items may create one PO if all vendors are same or if vendors are unique, it will create a 3 different po. so no concepts of header here in shopiing card.
    all sc informations will be transfered to follow on document as per standard.
    for eg. if you attach one document into one line item ,this line item document will be transfered to responding purchase order.
    regards
    Muthu

  • How to navigate to Shopping Cart Web Dnypro Component in SRM 7.0?

    Hello guys , I have one requirement like this, we develop on custom web dynpro to show exist shopping cart status, and we want to add link to shopping cart number, When user click link,  open new  IE window to show shopping cart infomation. 
    How could I navigate to standard shopping cart web dynpro component?   I found some codes on navigate to another component, But SC component is based on FPM OIF , Any one could provide some suggestions?
    Tks.

    thank you for the link.
    I open the new window with shopping cart details with the following code:
      data lr_componentcontroller     type ref to ig_componentcontroller .
      data l_api_componentcontroller  type ref to if_wd_component.
      data lr_port_manager            type ref to if_wd_portal_integration.
      lr_componentcontroller    = wd_this->get_componentcontroller_ctr( ).
      l_api_componentcontroller = lr_componentcontroller->wd_get_api( ).
      lr_port_manager = l_api_componentcontroller->get_portal_manager( ).
    * Add the SC guid as parameter
      ls_launch_par-key   = 'sapsrm_boid'.
      ls_launch_par-value = <MY_SC_GUID>.
      append ls_launch_par to lt_launch_par.
    * Go to Shopping cart details screen
      call method lr_port_manager->navigate_absolute
        exporting
          navigation_target   = 'OBN://BOSystemAlias=SAP_SRM/BOTechnicalName=sc/Operation=detailprof'
          navigation_mode     = if_wd_portal_integration=>co_show_external_headerless
          launcher_parameters = lt_launch_par.

  • SAP function to delete shopping cart (set header status I1040)?

    Does anyone know of a SAP function which can delete a shopping cart (set header status I1040)?
    We're running the EBP extended classic scenario with SRM 4.0 and SRM_SERVER 5.00.
    Thanks,
    Brad

    I don't know about the OP's reasons, but I've been looking for a similar solution as well. In my case our users sometimes create shopping carts under e.g. the wrong budget code, and the approvers don't always catch this, resulting in an approved SC that we can't change or delete but equally can't use.
    I'll check out those fcns, thanks for that. From your question it sounds like there's some reason why this shouldn't be done though? Would this be seen as a bad practice? How would you recommend dealing with the above situation?
    Thanks, John.

  • 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

  • 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

  • BAPI_SCEC_CREATE - how to get the shopping cart to go to our workflow

    Dear experts,
    When a shopping cart is created using BAPI_SCEC_CREATE, it will get approved automatically. We want the shopping cart to go through our approval workflow. Is there any way to achieve this? I saw threads on similar question but there's no solution. It seems to be related to Sourcing relevant indicator (SOURCE_REL_IND) in table BBP_PDIGP. I've tried executing BAPI_SCEC_CREATE followed by BAPI_TRANSACTION_COMMIT and then BBP_PDIGP_DB_DIRECT_UPDATE to reset the SOURCE_REL_IND. However, it didn't work.
    Does anyone know how to get the shopping cart created by BAPI_SCEC_CREATE to go to a workflow?
    Thanks,
    Lara

    Hello Lara,
    When a shopping cart is created using BAPI_SCEC_CREATE, it will get approved automatically. We want the shopping cart to go through our approval workflow. Is there any way to achieve this?
    Have a look at SRM article below:
    [Enable SRM Workflow for External Purchase Requisitions|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/5082a622-7310-2c10-1a9b-ef31dd69a770]
    It seems to be related to Sourcing relevant indicator (SOURCE_REL_IND) in table BBP_PDIGP.
    Check your customizing:
    (in SRM 7.0) SAP Supplier Relationship Management > SRM Server > Sourcing > Define Sourcing for Product Categories
    Depending on product category you used when creating your SC, its items are relevant or not for Sourcing.
    Regards.
    Laurent.

  • Requisioner is not getting change button in fully approved shopping cart

    Hi Experts,
    I have problem in getting the change button in fully approved shopping cart which was not created purchase order in the backend due to faulty account assignment.It needs to be changed the account information by the requisitioner .
    Requisioner is having LOW in settings of BBP_WFL_SECURITY in personalisation tab.
    Thanks in advance.
    koushik

    Hi CK,
    Thanks for the reply but as per our client business requirement, requisitioner should get the change option to correct his shopping cart as the follow on document (purchase order)  was not creating due to incorrect acccounting structure in the shopping cart.How should requisitioner get change button in fully approved shopping cart to correct his accounting structure.
    Thanks,
    Koushik.

  • 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

  • SRM Fiori  showing blank My SHopping Cart and error in Approve Shopping Cart

    Hi Experts
    We are implementing SAPUI5 MyShoppingCart Services embedded deployment with:
    -ehp 3 for sap srm 7.0 sp07
    -netweaver 7.4 sp07
    -gateway 2.0
    we implemented three apps - Tracking SC, Approve and My SC
    we're getting good display in Tracking SC,
    however, we have blank screen for both  My Shopping Cart and Approve SC (even though there are items for approval in SRM)
    see below screenshots
    Tracking SC Screen
    Approve SC Screen
    My Shopping Cart
    is there a table in backend SRM that will verify the products that should be diplayed in My SC screen?
    we only have product master data  imported as of now using tcode /SRMNXP/CAT01.
    should there be buttons already available in the My SC screen even if there's no available products?
    Also what configs could be missing for Approve app?
    thanks in advance.

    Is anybody able to resolve this problem? We are having similar issues where nothing is displayed on My Shopping Cart, Track Shopping Cart and Approve Shopping Cart. We have been struggling for more than a week now. If you were able to solve then problem could you please share with us-
    1. Are there any backend settings that need to be done?
    2. We do not have any external catalog hence we have not installed MDM or TREX. We would like to just search our internal Material/Services Master catalog in the shopping cart. Are there any special settings to achieve this.
    3. We are not even able to see any navigation tabs on UI5 screens. For the basic shopping cart to display are there any settings anywhere or any notes to be installed?

  • Can anyone advise on how to get a shopping cart on iweb please

    can anyone advise on how to get a shopping cart on iweb please

    I would suggest using Pay Pal. If you sign up for a free business account you can use the merchant services to set up buy now buttons, add to cart buttons, and the shopping cart. The only draw back is that your can't customize the look to match your site. I would use pay pal for two reasons, people know and trust them and its much cheaper than having your own merchant account. Good luck

  • Advice please on how to add a shopping cart in iweb

    Hi
    I am going to re-vamp my iweb created website and was wondering if anyone could advise me on how to add a shopping cart please, and which one would you suggest...? Paypal...?
    I use GoDaddy to host my site and publish through MobileMe.
    Also, bit of a two part question.... Can I use simpleviewer on my iweb created site... is it compatible...?
    I would like to go with iweb but may consider other options if this is not possible..
    Thanks for any help
    Gerry....

    Sorted...

  • ITS Dumps while Approving Shopping cart as Manager

    Hi,
    I logged into SRM system as a Manager to Approve Shopping cart.
    Click Start Enterprise Buyer Inbox link and then Click Approve icon for a shopping cart.
    The following errors displayed
    Error when processing your request
    What has happened?
    The URL https://sapdev30.xxx.xxxx.xxx:1443/sap/bc/gui/sap/its/BBP_BGRD_APP/! was not called due to an error.
    Note
    The following error text was processed in the system E02 : Error message occurred.
    The error occurred on the application server sapdev30_E02_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    SYSTEM-EXIT of program SAPMSYST
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system <SID>in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server sapdev30_<SID>_00 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server sapdev30_<SID>_00 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Any cluse, please tell me.
    Regards
    Srinivas.

    Hi
    <b>Couple of reasons can be possible here for the short dump (on ITS) -></b>
    What all errors you notice in transaction SM21, RZ20, SLG!, and ST22 Transactions ?
    Please paste complete short dump details, by saving the same in a notepad(text) file.
    <u>1. User attributes missing
    http://help.sap.com/saphelp_srm50/helpdata/en/fa/fa7d3cb7f58910e10000000a114084/frameset.htm
    2. Missing roles to the Approver user
    http://help.sap.com/saphelp_srm50/helpdata/en/a0/10213862f7bd47e10000009b38f8cf/frameset.htm
    ALso pls check the following:
    -->activate the services through SICF tcode.
    > Go to SICF transaction and activate the whole tree under the node Default host>sap>bc>gui>sap>its.
    Are all the ITS services published correctly ?
    Please ensure IACOR service must be running correctly before publishing the HTML Templates using the report - W3_PUBLISH_SERVICES
    When you are using the Internal ITS,you need not run the report W3_PUBLISH_SERVICES.(only SIAC_PUBLISH_ALL_INT report )
    Is IACOR running correctly ? chk it out using SMICM Transaction.
    What all errors are you getting in ST22, SLG1, SICF and RZ20 transactions. ?
    Have you maintained Z roles for the ITS users or maintaied Z roles using PFCG transactions ?
    Are you using Integrated ITS or ITS service on a seperate site. ?
    Ensure that the Internet sites in SRM system are maintained in table TWPURLSVR using SM30 Transaction.</u>
    <b>Other related links -></b>
    Re: why can I not find Service BBPGLOBAL in TA SICF?
    Re: Problem on SRM logon
    Re: The ABAP call stack was: SYSTEM-EXIT of program BBPGLOBAL
    Re: Dump
    Re: ITS_CANT_LOAD_INCLUDE in BBPstart service
    Let me know the details.
    Hope this will help.

  • Page not found or not available on UWL - Approve Shopping Cart

    Hi All,
    I am facing an issue with UWL where if I access the approve shopping cart work Item I get the  Page not found or not available error in the pop up screen. I have done the standard configuration in UWL Administration under System Configurations for the SRM system which is working fine since I'm getting the proper workitems in UWL. Also the required SRM Business Packages are installed on Portal. Our portal version is SAP EP7.0 SP18 and the SRM business patch version is BP_SRM 7.0.9.0.
    I have tried doing configurations in the SWFVISU transaction but it did not work. We have another portal for SRM and the UWL configurations work fine there without the SWFVISU configuration.
    Is there some other settings I am missing here?
    Please guide me.
    Thanks & Regards,
    Seema Rane.

    Hi Shanti,
    You were right. This log was coming because the PI server was down and our portal sld was accessing the PI sld somehow. Now that it is up I don't see this error. Instead I'm getting the following error now in th log:
    Exception ID:08:23_14/01/11_0022_18708951
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in init method
    Component : com.sap.netweaver.bc.uwl.ui.UWL
         at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:251)
         at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:271)
         at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:316)
         at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:387)
         at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(PortalRequest.java:488)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:607)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by: com.sapportals.portal.prt.core.broker.PortalComponentInstantiationException: Could not instantiate implementation class com.sap.netweaver.bc.uwl.ui.UWLMain of Portal Component com.sap.netweaver.bc.uwl.ui.UWL because: Linkage error while loading implementation class
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:234)
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getComponentInstance(PortalComponentItemFacade.java:160)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.getComponentInstance(PortalComponentItem.java:732)
         at com.sapportals.portal.prt.component.PortalComponentContext.getComponent(PortalComponentContext.java:103)
         at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:242)
         ... 26 more
    Caused by: java.lang.NoClassDefFoundError: com/sapportals/htmlb/Container
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:228)
         ... 30 more
    I tried the SWFVISU setting but no luck. Also the XML file has the system alias in it as you have specified.
    Please guide if you have seen this error before.
    Thanks & Regards,
    Seema Rane

  • Addition of custom field in shopping cart at item level- SRM 7.0

    Hi All
    Can someone pls. let me know the step by step procedure for adding a custom field in the shopping cart at item level?
    How is the field displayed in the portal screen and the settings for the same??
    Also is this field available for manipulation through Business add-ins like other standard fields.
    For e.g. I need to use the BADI BBP_CATALOG_TRANSFER to populate this new field.
    Will it be available there once created?
    Thanks
    Kedar

    Hi Kedar
      Here are the steps....
    1. Create a Custom field in SRM and append it to SC table structures in SRM
    2. Add this field to the Custom field config for meta data at Item level in IMG>SRM Server> Cross application basic settings> Extensionsand and field control> Configure field control --> Configure control of fields at item level
    3. THen find the respective web dynpro application and component for the shopping cart portal UI screen where you want the field to appear. You can do this by right click on the screen area and then select More Field Help
    4. Go to SE 80 and enhance the respective webdynpro view by adding the custom field to the Context of the VIew and then adding it to the layout of the view at respective location. After doing this create a binding between the layout field and the context.....
    More information around ABAP UI Flexibility can be found at:
    http://www.sdn.sap.com/irj/scn/advancedsearch?query=%22abapUIFlexibility%22
    Regards
    Virender Singh

Maybe you are looking for

  • Transfer of Contacts

    I would like to move contacts and personal calendars from a personal iphone to a work iphone.  However, when doing the transfer of contacts I DO NOT want to delete my exsiting contacts or work calendar that are currently stored on the work iPhone. An

  • Is it possible to put a link (hyperlink) on a row in a report!!

    I need to know if it is possible to put a link (hyperlink) on a row in a report via a form or other method. The link will be different for each row. I know you can add a column link but this will be the same link for each row. I also know its possibl

  • Install Oracle 9 - Problem with jre

    Hi, I have problems with the Oracle Installer in Suse 8.0. The installer hangs when it launchs the configurations tools setup ( near of end of installation ). The line is below. It looks like that the installer is trying to use another JRE version (

  • GX60 with 7970m - same Enduro problem as in other notebooks with Enduro solution

    Hello, I've purchased GX60 notebook few days ago. Very solid machine. However, I did lot of reseach and trial and error using programs like MSi Afterburner, Fraps ect. and noticed that no matter witch VGA driver I use - be it the one from MSi driver

  • Contents of the applications folder disappeared

    Hi I would appreciate some help: The contents of the applications and utlities folders (viewable in Finder under Macintosh HD and under by user profile) have deleted themselves for no reason that I can work out. I do have a recent backup which I can