Shopping Cart Split and Preferred Vendor

Hello,
I am working on SRM 5, in Extended Classic Scenario.
I add a service item in my Shopping Cart by using the describe requirement in transaction BBPSC03, I assign a Preferred Vendor to this item and I duplicate it by using the Copy button.
When I order the Shopping Cart, this gives me 2 Purchase Orders? I don't understand why because the 2 items are identical. Is there something in the customizing which has to be set up? I would like to have only one Purchase Order created if items are identical.
Thanks for your help,
Patrick

Hi Patrick,
The preferred vendor is not the assigned vendor. SO the vendor needs to be assigned during the sourcing.
As far as splitting is concerned check whether any BADI is active like BBP_DOC_CHANGE_BADI where split criteria is maintained.
Please check the related thread and the OSS notes mentioned in it for better understanding of the issue.
Re: SCs split into multiple POs, duplicate POs and PO items in reverse c/ to SC
Hope this makes you more clear and helps in resolving the issue.
Award points for helpful answers.
Rgds,
Teja

Similar Messages

  • How do I add an already built Shopping Cart  (PHP and MYSQL) application to a page in a Muse site?

    How do I add an already built Shopping Cart  (PHP and MYSQL) (Cartweaver 4) application to a page in a Muse site? Do I have to export the Muse site as Html to dreamweaver and them use the extension to bring the shooping cart in or can I do it directly in Muse?
    Message was edited by: mgv2048

    We have experimented with doing this with some good success. We have been working on adding Cartweaver to a Facebook page by essentially adding a Cartweaver store to Facebook in an iframe.  The "store" would be pages with just your basic product display, cart, and checkout functionality, with none of the "window dressing" - just use CSS to match the color and general look of the design it's being added to.
    The one problem with this for Facebook is when it comes time to check out toy have to leave Facebook and go to your server where an SSL is in place.  Fortunately in this situation this would not be the case, you can have an SSL installed to the root of your site and you'll be okay.
    This is an interesting project.  Give this a try and let me know how it goes and if you run into any snags, please make a post on the Cartweaver forums: http://forums.cartweaver.com - I'm really confident that this can work, and not only work, but work well.
    Looking forward to hearing how this goes, and being of what help we can.
    Lawrence Cramer - *Adobe Community Professional*
    http://www.Cartweaver.com
    PHP & ColdFusion Shopping Cart for Adobe Dreamweaver
    Stay updated:
    http://www.facebook.com/cartweaver
    http://www.twitter.com/cartweaver
    http://blog.cartweaver.com

  • Vendor list and preferred vendor

    Hi,
    We are using classic scenario and currently, all carts are intercepted by the purchasing department so purchase requisitions are manually converted into POs.
    We want to implement vendor lists but SRM assigns any vendor chosen from a vendor list as ‘fixed’, which means it will convert to a PO once the shopping cart is fully approved.
    Is there a BADI I can use to change the vendor from 'Fixed' to 'preferred'. Can ‘BBP_DOC_CHANGE_BADI’ be used to do so or does it only works when changing a 'preferred' vendor into a 'fixed' vendor?
    Thanks

    Hi
    Yes... we have done this long back successfully..
    The BADI - BBP_DOC_CHANGE_BADI can be easily used...
    Also, you can look for BBP_SOS_BADI...
    Do let me know, incase you face any problems.
    Regards
    - Atul

  • Changing "Check Shopping Cart" screen and Completion workflow

    Hi,
    Below i describe a) the current process, b) the required changes, and c) my questions.
    Though it is also about workflows i still thought this was the best place to post the thread.
    Current process:
    In the process "free text order" i choose Go Shopping >> Shop >> Describe Requirement. I fill in details and complete the next steps.
    Now the Completion workflow (WS14000044) has started.
    So if I now look on my homepage in SRM i have an approval item which reads:
       Approval
       You can approve or reject shopping carts and read your e-mails relating to the procurement transaction
       You have
       -  1 Workflow Entries in Inbox
       -  0 Unread Documents in Inbox
    So i open the list and find one item: Complete shopping cart of mr X.. Now i click on the item and it takes me to "Check Shopping Cart"
    At the bottom of the screen is one button: "Change"
    Requirements:
    1)  add two buttons to this screen. One button is "Reject", to reject the shoppping cart directly. The second button "Mail Requester" to send the shopping cart back to the requester and also sends a mail via outlook to inform the requester that this has happened and requesting more information.
    2)  these buttons should then influence the behaviour of the Completion Workflow. In this workflow (WS14000044) the task Completion (TS14007947) currently has one activated outcome. From my two buttons i would need two more outcomes that allow me to model the other actions that i need i.e. the rejection outcome and the back-to-requester/send-mail outcome.    
    Questions:
    1)  is it allowed/possible to add the buttons to the existing screens. Or do i need to create a custom screen and call that instead of the standard screen?
    2)  is it allowed/possible to modify the completion workflow as described? Or do i need to copy and then modify?
    3)  How could i make the buttons to interact with the workflow? The only thing i can think of is to create a Z-bus object of the object Form and to modify so that it show my expected outcomes.
    4)  any helpful links to sdn posts of blogs or otherwise on how to go about to create the necessary changes.
    Thx for your input
    Kind regards
    Robert

    Hi Robert,
    Again, before technical solutioning, we need to step back and understand the business process and functions of each role (e.g., Buyer, Financial Approver) in the completion and approval workflow.
    Here's my understanding of the as-is (correct me if I am wrong). You are using One-Step Spending Limit WF (10000276) for financial approval. This is done by a Financial Approver (I am guessing, the line manager). The Buyer is not part of the process. Now, you want to introduce free-text requisitioning, and, consequently, you want to introduce the Buyer role into the workflow process - to complete the free-text lines (e.g. with vendor, price).
    Based on above scenario, I believe your initial solution was not incorrect - introduce Completion WF (14000044) for the completion task, while keeping 10000276 for financial approval.
    Now the business wants the Buyer to play a more active role in the process. They want to be able to Reject (the whole cart?) and Inquire (send the cart back to requester with questions). In my mind, it may still be possible to explore keeping the original design with Completion WF without modifying it, and still achieve the business needs. You can explore different ways of doing that: delete SC items instead of Rejecting, add Approval Comments to inquire, etc.
    Alternatively, you can replace all your workflows with one - WS14000133 "Spending limit, n-step,
    dynamic approvers (BAdI)". Here, you can determine your approvers flexibly via a BAdI implementation. For example:
    1. If Total Amount =< Spending Limit of Purchaser, then no approval agents - auto-approve SC.
    2. If Total Amount > Spending Limit of Purchaser AND there're no free-text lines, then determine Financial Approver.
    3. If Total Amount > Spending Limit of Purchaser AND there're incomplete free-text lines, then determine Buyer; once free-text lines completed - then Financial Approver.
    WS14000133 also has back-and-forth functionality which you can use for the inquiries. WS14000133 provides the most flexibilty, but it also involves more effort to implement. Read up on WS14000133 at help.sap.com.
    Bottom line - I would focus on evaluating these two standard options: 14000044 with 10000276, or 14000133. You may need to do some pros/cons, cost/benefit analysis. But I see no need to modify or copy SAP templates in your case.
    Cheers,
    Serguei
    <removed_by_moderator>
    Edited by Moderator on May 29, 2009 7:22 PM

  • Team shopping Cart,Personal and public template in SRM 7.0

    Hello Experts,
    We are in SRM 7.0,
    Can someone help me in understanding the below:-
    The questions are the following:
    -     What is the difference between u201CPersonal tamplatesu201D and u201CPublic templatesu201D?
    -     What is the meaning of u201CTeam shopping cartu201D?
    -     How can the personal templates, public templates and team shopping carts be created and maintained, so they can searched for at a later point in time?
    Thank you in advance,
    Regds,
    RKS

    Hi,
    SRM does not use the term "personal template" and "public template" for Shopping Cart.
    There is "Shopping Cart template" which is like public template context.
    http://help.sap.com/saphelp_srm70/helpdata/EN/45/e55096554c0b00e10000000a1553f7/frameset.htm
    Old SRM version had personal template but it is no longer required. "Old Shopping Cart and Template" search is available now.
    Regards,
    Masa

  • Shopping cart currency issue with Vendor order currency

    Hi,
    We are using SRM 7.0 with ECC 6.0 with classic scenario.
    There is a strange issue :
    Vendor order currency EUR.
    User currency USD in org plan.but while creating a PO from approved shopping cart in SRM sourcing cockpit it should take vendor currency EUR.but it tooks user currency.why
    while checking same shopping cart PO in R/3 it updates with user currency USD (which is in org plan) not with vendor currency EUR.
    we don't know why the system is behaving like this.
    But when we create a PO directly in R/3 it has taken vendor order currency EUR correctly.
    So requesting all please help us where we need to check in SRM or any BADI's are overwritten this. how to debug in SRM.
    Thanks in Advance,
    Sri

    Hi,
    can anyone help on this.

  • 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

  • Does anyone know if with iweb I can have the shopping cart logo and capability or people to purchase my product threw my web site?

    Does anyone know if with iweb I can have the shopping cart logo?  I would like the web site to have the capability for people to purchase threw my site.  Thank you inadvance for any help.

    You can easily add paypal to your site. Check out this video tutorial for how to add a paypal shoping cart to your site;
    http://www.youtube.com/watch?v=LnxvWsmujrA&feature=plcp

  • Offline approval for shopping cart PO and contract

    Hi ,
    we have the requirement to have the offline approval for all the procurement documents.
    please can you guide me the procedure to set up the offline approval.
    i know the report /sapsrm/offlineapprovasend has to be executed , but what i want to know is what selection data i need to give to schedule the job and what all settings i need to maintain for it to work properly
    please help .

    Hi,
    Please check note:
    [1247911 - Offline Approval: Buttons not available in mails office 2007|https://css.wdf.sap.corp/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=0001247911]
    This note proposes as solution
    "Users with Outlook 2007 should open the mail in a window (double click)
    and use the option "other actions" -> "view in browser" to see and use
    all functionalities of the mail."
    This is because Outlook 2007 does not support HTML forms.
    Please, generate the mail in browser and check how the system works.
    In order to use such functionality, you have to follow steps available
    in note 1247911.
    Also for more information about offline approval  please read:
    http://wiki.sdn.sap.com/wiki/display/SRM/Offlineapproval-generalconfiguration
    Thanks,
    Melina

  • Enter a vendor error message for catalog shopping carts

    Hi Viewers,
    I am facing problem while creating PO in backend R/3 system by using catalog shopping carts.
    Procedure:
    I have created catalog shopping cart with vendor.
    when i click on order button shopping cart has been created successfully.
    But when i see the history in BBP_PD transaction it went to error.
    I can see the error message in RZ20 transaction under SAP B2B Procurement - Monitors -->Shopping Basket as follows:
    "Shopping cart 3000841126 (PO 2000251272): 06 049 Enter a vendor"
    Is there any config settings missed out or anything else need to do for the same.
    while transferring data from shopping cart to banckend system vendor is initialising.
    Please help me how to fix the issue.
    Thanks in Advance,
    Prashanth P.

    Hi Prashanth,
    This is very strange, please check if any of the following BADI's    
    are active, if so please temporarily deactivate them and retest. These would be the most likely cause of this as there are no notes about this. Also very few other customers with similar issue.     
    BBP_CREATE_BE_RQ_NEW                                                 
    BBP_CREATE_BE_PO_NEW                                                 
    BBP_CREATE_REQ_BACK                                                  
    BBP_CREATE_PO_BACK                                                   
    BBP_DOC_CHANGE_BADI                                                  
    Hope this helps,
    Kind Regards,
    Matthew

  • Vendor not released warning as an error message in shopping cart

    Hi,
    When we are creating a Purchase order in SRM R/3 system, If we select a vendor which is not released then we get the Error message saying Vendor is not released and processing stops there.
    Similarly while creating a Shopping cart with the same vendor it just gives a warning message instead of error. Is there any way of converting the warning message in case of Shopping Cart to an error message ? Is there any BADI available ?
    Thanks,
    Sreekanth

    Yes when we are creating any shopping cart or any PO , for validations we are using one check badi.
    Try this Badi :
    BBP_DOC_CHECK_BADI.
    Hope It helps......

  • Should the vendor in the Shopping Cart be updated from the Sourcing Cockpit

    Hi All,
    hopefully an easy question for someone to answer.
    When a vendor is assigned in the Sourcing Cockpit and the Purchase Order is created should the vendor be updated in the linked shopping cart?
    Cheers
    Chris

    Hi Chris,
    All questions are welcome irrespective of the criticality so you are free to ask anything related to SRM.
    The vendor will not get updated in the shopping cart if you assign a vendor at the time of sourcing while creating a P.O. The same can be checked out by selecting the Source of supply / service agents link in the check status for a particular shopping cart.
    The source of supply field will only be populated when you assign the vendor at the shopping cart level and not during the P.O creation.
    Hope this will make you clear.
    Rgds,
    Teja

  • Shopping cart not returning to SoCo even after PO and confirmation deleted

    Shopping cart not returning to SoCo even after PO and confirmation are deleted.
    Steps followed:
    Created shopping cart
    SC approved
    Assigned vendor in sourcing and created PO(PO created successfully created in ECC)
    Confirmation created
    Deleted the conformation
    Deleted the PO
    When PO is deleted SC should return to Sourcing Cockpit, but it is not returning.
    Checked the table BBP_PDIGP, source_del_ind is space.
    Ran BBP_GET_STATUS_2 and CLEAN_REQREQ_UP both the programs manually but in vein.

    Hi,
    Can you try by just deleting the PO? Dont delete the confirmation.
    I think once you have done the confirmation, the SC will not come back to SOCO. (Logically if you see, confirming means you have already received goods, so after receiving goods, I dont think SC will be visible again in SOCO)
    Nikhil

  • Custom field in 'Notes and Attachment" tab of shopping cart

    Hi All,
    I am working in SRM 7.0 classic scenario and i have requirement in which i need to add custom field in 'Notes and Attachment" tab of the shopping cart portal.
    I have added those fields in structure --- INCL_EEW_PD_ITEM_CSF and INCL_EEW_PD_ITEM_CSF_SC.
    Also implemented the BBP_DOC_CHANGE_BADI in while i am populating the custom field value.
    I have created custom field as INPUT FIELD in webdynpro component /SAPSRM/WDC_DODC_NA and view : V_DODC_MAIN_VIEW.
    Now I can see the custom field value in table BBP_PDISC, but i am not getting the value in Shopping cart "Notes and Attachments" tab.( I am able to see the field but not the value of it).
    The value is getting populated in ITEM DATA tab instead.
    Please suggest if i am missing anything in the process and how to achieve this.
    Thank you in advance.
    Thanks,
    Satheesh

    Hi,
    You have done everything.. well.. except that you did not set the attribute of the input field to this value.
    When you have value u just need to bind it using set_attribute method of the element.
    Use  ctr+f7 to generate the wizard .. select in set mode.. click on context and select the attribute that you have created in the context.
    Hope this helps.
    Regards,
    Vinay

  • Shopping Cart and PO creation - Classic Scenario

    Hi,
    SRM 5.0 - Classic Scenario
    User U-1 is under the company code C-1
    Shopping Cart SC-1 has been created successfully for the Product Category PC-1
    Product Category PC-1 has been assigned to Purchasing Org. POrg-1
    <b>Question 1)</b>
    But back-end POrg-1 has NOT been assigned to Company Code C-1. What will happen to this SC-1 ? Will the PO be created ?
    <b>Question 2)</b>
    Next....Vendor V-1 has been assigned as Source for the Shopping Cart SC-1.But Vendor V-1 has NOT been extended to the Purchasing Org POrg-1. But it has been extended to the POrg-2.
    Will the above SC-1 will be converted as PO ?
    Please help. Currently I am doing blueprint. I don't have the system to do the above test.
    With regards,
    Pranav

    Hi Pranav,
    Here are answers to your questions;
    Question 1)
    But back-end POrg-1 has NOT been assigned to Company Code C-1. What will happen to this SC-1 ? Will the PO be created ?
    <b>
    Sundeep: No, This PO will be in "Error in Transmission" with a backend application error for a PO. Same as trying to create it directly in ECC, it will error</b>
    Question 2)
    Next....Vendor V-1 has been assigned as Source for the Shopping Cart SC-1.But Vendor V-1 has NOT been extended to the Purchasing Org POrg-1. But it has been extended to the POrg-2.
    Will the above SC-1 will be converted as PO ?
    <b>Sundeep: No, it is same as trying to create a PO in ECC directly, it will not allow you to create it. Also this scenario is not practical, as in reality, when you replicate vendors from a backend, it will replicate all Porgs that the vendor is created with, hence this scenario concern is ruled out !</b>
    Thanks,
    Sundeep

Maybe you are looking for