Classic scenario: Update shopping cart with changes in backend PO?

The Shopper would like to have visibility in their shopping cart (SRM 5.0, classic scenario) of changes made to the follow-on PO created in ECC6. Is it possible for the cart to be updated with changes made to the backend document, or would the customisation for this type of request be too complex?
Any advice would be appreciated, thanks!

Hi,
Yes this report is reading the PO quantity and value and the history tab for follow-on documents such as GR or invoice.
Thus the SC history is updated.
Kind regards,
Yann
Message was edited by:
        Yann Bouillut

Similar Messages

  • Classic / Extended Classic Scenario for Shopping Cart

    Dear Friends,
    We are working on two different business scenarios with same Product type, Product and Product Category where we would like to control Extended Classic Scenario.
    1. Self Service procurement to be executed in Classic Scenario as the follow-on document (Purchase Requisition) should be created in backed ECC system.
    2. Plan Driven Procurement cycle where External requirement is transferred from backend ECC to SRM keeping Extended Classic scenario active so that system creates Shopping cart in SRM.
    So which condition should I use to control the “Classic / Extended Classic Scenario” in BADI BBP_EXTLOCALPO_BADI method DETERMINE_EXTPO.
    Regards,
    Sandeep Parab

    Thanks Pierre,
    My Sourcing requirement is working as desired with following code in BADI BBP_SRC_DETERMINE (method DETERMINE_SOURCING).
    method IF_EX_BBP_SRC_DETERMINE~DETERMINE_SOURCING.
    DATA: w_header TYPE BBP_PDS_SC_HEADER_D.
    CALL FUNCTION 'BBP_PD_SC_GETDETAIL'
      EXPORTING
        I_GUID = HEADER_BBP_GUID
      IMPORTING
        E_HEADER = w_header  .
    IF sy-subrc = 0.
      IF w_header-subtype = 'ER'.
        SOURCING = 'X'.
      ELSE.
        SOURCING = ' '.
      ENDIF.
    ENDIF.
    endmethod.
    However I’m not able to control the Classic and Extended Classic Scenario even after introducing field EXT_DEMID in structure BBPS_EXTPO_BADI in badi BBP_EXTLOCALPO_BADI and method DETERMINE_EXTPO.
    method IF_EX_BBP_EXTLOCALPO_BADI~DETERMINE_EXTPO.
    IF ITEM_DATA-EXT_DEMID = ' '.
      BBP_EXTPO_GL = ' '.   for classic
    ELSE.
      BBP_EXTPO_GL = 'X'.   for extended classic
    ENDIF.
    endmethod.
    No idea y this is not working … to my knowledge it should work…
    What do you think ? this this code and badi actiation im not able to perform SSP in classic mode and sourcing with extended classic mode.
    Regards,
    Sandeep Parab.

  • Display other shopping carts without change/delete possibility?

    Hi,
    We are using SRM 5.0 and some users needs to display shopping carts created by other, without given the access to change and delete those shopping cart (should still be able to change/delete one's own shopping carts).
    Anyone who has a solution on how to give users this authorization? Monitor Shopping Cart transaction displays all shopping cart, but the delete function is active.
    Thank you.
    Christina C-W

    Hi Christina,
    If i understand your requirement correctly, it is as follows;
    1.) User shall be able to change/delete their own shopping cart.
    2.) The same select user shall be able to view other shopping carts but will not be allowed to change/delete a shopping cart.
    <b>Solution:
    1.) User shall be able to change/delete their own shopping cart.</b>
    Analysis: The use can still continue to use the "Check Status" Transaction to change/deletre their own shopping carts.
    <b>2.) The same select user shall be able to view other shopping carts but will not be allowed to change/delete a shopping cart.</b>
    Analysis: Build a Custom Z role that will have access to the BBP_MON_SC (Monitor Shopping Cart Transaction). Use the BADI BBP_MON_SC and use the method, especially the one highlighted in bold below:
    BEFORE_SELECTION_SCREEN
    This method is carried out before the selection screen is displayed.
    Default values for the selection screen can be set in the following structures:
    CS_HEADER
    General Data
    CS_ITEM
    Item Data
    Furthermore, you can define the functions available in the list or define whether icons are active or inactive:
    CS_HEADER-AUTH_TRANSFER
    Transfer Shopping Cart to Backend
    CS_HEADER-AUTH_GET_STATUS:
    Update Shopping Cart with Data from Backend
    CS_HEADER-AUTH_ALERTS:
    Display Error Messages from Monitor Shopping Cart
    CS_HEADER-AUTH_SC_DISPLAY:
    Display Shopping Cart Overview or Items
    <b>CS_HEADER-AUTH_SC_CHANGE
    Delete Shopping Cart/Shopping Cart Item, Change Erroneous SC Item</b>
    Also, in the BADI, you need to make it specific to the Z-role that you had created, so that your standard monitor shopping cart transactions work for other standard or custom role in your organization.
    Hope this info helps !!
    Pls assign points for usefull answers !
    Sundeep
    null

  • Error while creating Multiple Items Shopping Cart with Asset Assignment

    Hi All,
    I am creating Shopping Cart with multiple items for different Assets.
    Example: I have Two Assets (Asset A with the budget of $1000 and Asset B with the Budget of $1500) in the back end system.
    Asset A assigned to Order 102649996 (value - $1000) and Asset B is assigned to Order 102645121 (Value - $1500).
    I am trying to create Shopping Cart with Two Items for Asset A and Asset B (which are available in Back End).
    I created First item (001) in the Shopping Cart for Asset A and Value $750.
    I copied the First Item Details to Second Item (002) and changed the Asset as B and Value $1000.
    When I click on Check tab in Shopping Cart Browser, the SRM System is giving the Error Message like
      Item 001 Order 102649996 budget exceeded 
      Item 002 Order 102649996 budget exceeded
    I am getting the above error, only when I copy the first item details to the second item while creating Shopping Cart.
    Actually the Budget is not exceeded (Asset A Budget is $1000 - First Item and Asset B Budget is $1500 - Second Item) and SRM system is taking the order 102649996 (which is assigned to the Asset A) for the Second Item 002 also.
    Kindly let me know the Solution or Please let me know do we have any OSS note to resolve the issue.
    Thanks a lot in advance.
    Best Regards,
    Sudarsan
    Edited by: KOYYA SUDARSANA NAIDU on Aug 18, 2008 8:22 PM
    Edited by: KOYYA SUDARSANA NAIDU on Aug 19, 2008 6:29 AM

    Hi. It is a "feature" of SRM.
    I asked SAP about it and did not get a good response.
    If you enter Asset A, it will copy the internal order number from that asset into the cart. You can not see the internal order in the web, but you can see it in BBP_PD.
    If you then change the asset to asset B, it will not refresh the internal order number.
    This means you get internal order A on asset B.
    It happens any time you change asset number, so if you copy a line then change you will get this problem.
    We ended up using the BBP_DOC_CHANGE_BADI to RFC into R/3 and update the internal order number.
    Regards,
    Dave.

  • Shopping Cart with Service Item (SRM 7.02) - not created successfully

    Hi Experts,
    We have a requirement to create a Shopping Cart with Service Item (SRM 7.02) from PR Data coming from ECC via standard Proxy (PurchaseRequestERPSourcingRequest_In). But we are not able to create the SC with Service Items, though we are successfully able to create SC for Material Items successfully.
    Please suggest, what can be the additional parameters to be passed in order to create a SC with Service Items in SRM 7.02.
    Thanks in advance.
    Regards,
    Gaurav Gupta.

    Hi Gaurav,
    Thanks for your response, but we have standlone scenario( No ECC), we have the Service Hierarchy, Category and Product all setup for Service, yet the system is not creating the SC with Service Item via PR Data Coming in to SRM System.
    Also, we tried the same directly from SRM system using describe what you need, and their as well the SC goes with Service category but when SC details are shown up it shows as Outline Item, where again we need to add subline using service category. Ideally i suppose it should take the Service Category which we added at the time of filling details in Describe what you need.
    Please suggest, where in my main concern was in standalone SRM system if we have material PR data, then apart from the Category to be used Service is their any other parameter to be passed in, to create SC with Service Item.
    Regards,
    Gaurav

  • Can not add item to the shopping Cart with FireFox 8.0

    I can not add items to the shopping cart with Firefox 8.0. Switch to IE everything works then.

    Such details are stored in a cookie, so make sure that you do not block cookies on that site.
    *Tools > Page Info > Permissions
    You can inspect and manage the permissions for all domains on the <b>about:permissions</b> page via the location bar.
    *http://kb.mozillazine.org/Cookies
    *http://kb.mozillazine.org/Websites_report_cookies_are_disabled

  • Archiving of shopping cart with attachments

    Hi All,
    Can anyone explain archiving of shopping carts with context of attachments.
    We are storing the attachments added to the SC in SRM server itself. This is happening as per stanndard SAP.
    We are observing that a when we archive SC, the associated attachments do not get archived. They continue to remain in the SRM tables. Thus occupying space. Is there any way by which we can archive the attachments associated with SCs.
    Regards,
    Girish

    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

  • Shopping cart with Asset can not create backend PO in SOSC

    Dear Expert,
    We are using With SRM 7.0 & ECC 6.0 EHP4 , the shopping cart with account assignment cost center can create backend PO in SOSC, but the shopping cart with account assignment Asset can not create backend PO in SOSC.
    The xml message is correct in SRM, but not correct in ECC.
    Your help is very appreciated....
    Best Regards,
    bill

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Create a Template Shopping Cart with new SHC SRM Addon UI

    Dear all,
    Somebody can explain me to create how create a Template Shopping Cart with the new UI SHC, please?
    Thanks a lot for your help.
    Regards.
    Lionel

    Helli Ricardo,
    That's a joke!! Are you sure? My end user will not use the UI WDA...How will they create their templates? I don' t understand the concept.
    Do you use this new UI? Have you got some experience? In my side, I meet some problem to implement it!!! What's your feedback?
    Thanks a lot.
    Regards.
    Lionel

  • 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

  • Account assignment not updated in SRM's shopping cart when changes are made in ERP's PO - Classic Scenario

    Hello!
    A customer has classic scenario and creates shopping carts using only cost center as account assignments in SRM.
    When the PO is created in ERP's backend, sometimes a purchaser changes the account assignment to Asset("A").
    The account assignment changed in ERP is not reflecting in the shopping cart and the result is that the requester can not make a goods receipt in SRM because the account assignment does not match the PO.
    Does anybody knows what shall be done so the account assignment in SRM is updated according to ERP?
    Shall I use BBP_DOC_CHANGE_BADI?
    Thanks in advance!
    Best regards,
    Karin

    Hi Karin,
    As Mithun rightly said, the changes made to the PO will not be reflected in the SC not just in Classic but in Extended Classic Scenario as well.
    We create a Confirmation against a PO and not against SC, so it is not necessary that the SC needs to be updated.
    Is the system allowing the creation of the Confirmation or is the error coming up when the confirmation is being posted on the backend system?
    Can you check the SLG1 in SRM for the error that it is triggering when the PO is changed?
    Regards

  • Why won't Firefox accept a "continue button", update shopping cart, or allow pieces to move in a game puzzle?

    Stats: Intel iMac, running 10.6, Firefox 4 and now 8
    This started happening about 2 months ago, first with Barnes and Noble trying to buy an item, then on Southwest.com for the puzzle pieces in a contest, and today on Jacquie Lawson cards with Preview. On Martha Stewart's website for the daily cookie recipe, the picture and Print function have disappeared. I will describe each one.
    1. On the Barnes and Noble site, I can search and put an item in the Shopping Cart. However, if I want to change the item/Update OR complete the purchase, the gear just spins and spins. I have to quit Firefox and use Safari.
    2. Southwest is running a 6 week contest. The past 2 weeks involve dragging a label to a suitcase and moving puzzle pieces around to complete a picture. I could not drag any items in both contests. So the entries for 2 weeks could not be submitted.
    3. On Martha Stewart's website, a recipe with food picture and a Print function no longer appear. This is a new behavior since upgrading to FF8. Here is the URL http://www.marthastewart.com/344826/pumpkin-whoopie-pies-with-cream-cheese-f?xsc=eml_cod_2011_11_10&om_rid=Nsg6jH&om_mid=_BOu9CwB8eBVWzk
    4. On Jacque Lawson's site. you can personalize a card, then Preview it. The Preview button did not work. http://www.jacquielawson.com/sendcard.pd

    Could you test the site in Firefox's Safe Mode? That's a standard diagnostic tool to bypass interference by extensions (and some custom settings). More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using
    Help > Restart with Add-ons Disabled
    In the dialog, click "Start in Safe Mode" (''not'' Reset)
    Any difference?

  • Create shopping cart with WBS element

    Hi,
    Creating SC with WBS element ( assignment no ) getting the error that "The account assignment objects are defined for different business areas" 
    Give me some input what could be the cause??
    Thanks
    Hareesha

    Hi Hareesha,
    As Sreedhar has rightly said the issue is definitely with the correctness of the data.
    Check the assignment of WBS to the proper business area which you are using to create the shopping cart.Check your org. structure and attributes and their assignments once again.
    Neverthless some OSS notes for your reference if in case you can not able to make P.Os or the SC's / P.Os are not getting transfered to back end R/3.
    <b>Note 727897 - WBS element conversion in extended classic scenario</b>
    <b>Note 1000184 - Account assignment error when document transfer to back end</b>
    Even after validating the data if the problem still persists please explain it clearly with the errors for further help.
    Rgds,
    Teja

  • Updating shopping cart merchant gateway info

    I have been recently approached by a client that has an older site that was originally created on the ColdFusion platform, where the shopping cart merchant gateway has changed to a new provider and their merchant account credentials must be changed to continue taking orders. The original site developer is no longer available and I have been approached to make the update. I work with other Adobe Applications but am not too familiar with CF. Can anyone suggest where in the system I could change the merchant payment gateway credentials?
    Thanks

    chuckstefen,
    There is little way of knowing for sure without seeing code for the entire site, which is not really possible via forum posts.  Depending on how the site was architected, the credentials could be stored anywhere in the code files (and possibly in multiple places).  However, since ColdFusion code is generally stored in "plain text" files, you can use any text file search tools to look for instances of the old credentials (maybe a user name or such).  That will at least get you started, and help determine if the credentials are stored in only one place in the code (ideally) or multiple places (not great, but still workable).
    -Carl V.

  • Want to purchase using a shopping cart - preference change won't stay

    I purchase a lot of songs from the iTunes Store, and want to use the shopping cart. I went to the Edit menu, selected Preferences, clicked on the Store tab, and clicked on the button that says "Buy using a Shopping Cart." I don't see a place to click OK or save change anywhere, so I click the red close button at the top of the box. The program will not save the change I request, instead, when I repeat the process, I find the option reset to "Buy and download using 1-Click." How do I set that change? Thanks.

    Do a clean (re)install and delete the Firefox program folder (C:\Program Files\Mozilla Firefox\).
    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 10.0.x: http://www.mozilla.org/en-US/firefox/all.html
    Uninstall your current Firefox version, if possible.
    *Do NOT remove personal data when you uninstall the current version or you lose your bookmarks and other data because all profile folders will be removed.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other profile data are stored elsewhere in the Firefox Profile Folder and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    If that still gives problems then create a new profile.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.org/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    See also:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

Maybe you are looking for