Creating Sales Order with more than one Quotations

Hi
I have a requirement to create one Sales Orders from multiple Quotations. Can someone tell me how this can be accomplished?
I have all the settings done in SPRO in transactions and Item Category copy controls but the system takes only the data from first quote and ignores the other quotes.  We are using SAP CRM 2007
Thanks

Hello Jimmy,
please check SAP note 1450983. This could be helpful.
Best Regards, Winnie

Similar Messages

  • Create sales order with reference to 10 quotation

    Create sales order with reference to 10 quotation I want to put all quotation means take reference in one sales order how I can do it because when tried va01 and taken reference of question it allow to put only one question number how can I do it for multiple question
    Ahmed

    Hi Raj,
    If you come back to initial screen after coping the first quotation ,then system will ask you whetehr to save or cancel the data,if we select save then it will be saved immediately,else it will cancel.So ,it is not possible to copy more than one quaotation in standard SAP.The only option is to deveop a BDC with the help of abaper.
    We can only create this when header data is same in all the quotations.
    Regards,
    Pasapula.
    Edited by: Pasapula on Jul 24, 2009 9:48 AM

  • HT1040 Is there a way to place an order with more than one item at a time? For example I am going to make a few books and have them all shipped to me.  Do I have to order and pay shipping for each one individually?

    Is there a way to place an order with more than one item at a time?  for example I am making a few books and having them all shipped to me.  Do I have to order each one separately and pay shipping each time?

    You have to order each book separately, if the books are different. Only multiple copies of the same book can be ordered in the same order, see here
    Regards
    Léonie

  • Can a material of a sales order have more than one billing doc

    Hi,
    Can a material of a sales order have more than one billing doc(vbrp-vbeln)
    Regards,
    Seema

    Hi,
    Yes it is possible.we can have multiple invoice for a sales order of one line item.
    For this we should have order quantity not exceeds billing quantity at the item category level.
    Also we have to use teh field Quantity +/- indicator at the copy control level.
    Regards,
    Krishna.

  • Sales order with more than 9 items causing problem

    Hi,
    I have a situation here.
    A sales order is created in the system and since it is order related billing so its billing document is also generated. The billing document is not relevant for accounting. So, the only 2 documents are a sales order and its billing document.
    Due to some technical restrictions,if the number of lines is more than 9 the printout wont come.Henceforth,the user is unable to take a printout so I need to give him a solution.
    What shall I suggest him?

    Hi,
    >So, my question is that,should I ask the user to create a credit memo wrt the billing document and then split the sales order with 2 invoices(one with say 5 and the other invoice with the rest of the quantities)?
    So, if my undestanding is right then you want to create a credit memo after invoice ? If yes, then why are you splitting the sales order ? Also, this is something strange kind of ABAP logic which would not allow to print an invoice with more than 9 line items... Now, as you said if your sales order is having more than 9 line items then only print doesn't come.. right ? then in your case at this moment there are only 9 line items so ideally you'd be able to get a print.. right ?
    I think there is some confusion out here with your two posts.. kindly clarify...
    Hrishi

  • SD_SALESDOCUMENT_CREATE Creating Sales order with reference to a Quotation

    Hi all,
    I am using the menctioned function module to create sales orders. I need to fill this with a given quotation document. I need to know which are the fields I have to fill in to get the quotation's data on the function module´s structures for further treatment.
    Any ideas? Please help!!!
    Thanks!!!

    Hi,
    These are the mandatory fields in the
    SD_SALESDOCUMENT_CREATE
    Order type
    Sales org
    Dist channel
    Division
    Sold to party
    Po number
    Material number
    Quantity
    regards
    Gokul

  • How to create a theme with more than one master-slide size defined?

    I would like to create a Keynote theme that has more than one size of page defined - for example one for on-screen show, and one for printing.
    I noticed that the stock themes, and those from theme vendors, come with multiple page dimensions, and that the master slide layouts for the 'same' master slide appear to be designed differently for the different sizes.
    How do I create themes like this in Keynote? I cannot find any information about this in the Keynote manual. I have worked out how to change the master slide dimensions, but not how to tell Keynote that the layout I've created for a slide is for a particular set of dimensions. So when I look at my theme in the theme browser, I only see the dimensions I had selected last time I saved my theme showing.
    Any help most appreciated.

    The same reason that Apple and 3rd Party vendors put multi-size templates in one file I expect. I am trying to construct an in-house standard template for use in our company, and it is easier to manage if there is only one file to send to people rather than many - both initially and for subsequent edits / updates to the template.
    Of course it would be possible to create several templates (one for each size). But since it is clear that templates can be combined, it appears sensible to do this - unless the doing of it is horridly complicated

  • How to create new user with more than one default folder

    hi
    A new user created in OCS has only one default folder(Inbox).
    I want to create new user with customized default folder.
    for example:
    a new user has more than one default folder(Inbox,Outbox,Draft,Dustbin...)
    And also I want to automaticly enable the functions:
    When sending messages, place a copy in Outbox
    Keep message drafts in Draft
    Move deleted messages to Dustbin
    who know that?
    thanks

    The same reason that Apple and 3rd Party vendors put multi-size templates in one file I expect. I am trying to construct an in-house standard template for use in our company, and it is easier to manage if there is only one file to send to people rather than many - both initially and for subsequent edits / updates to the template.
    Of course it would be possible to create several templates (one for each size). But since it is clear that templates can be combined, it appears sensible to do this - unless the doing of it is horridly complicated

  • Creating Interactive Files with more than one URL

    Hello, here's my problem: I want to create more than one button instance that go to different URL address's. From the Adobe Video Workshop, I got the code:
    interactive_test.addEventListener(MouseEvent.CLICK, buttonClickHandler);
    function buttonClickHandler(event:MouseEvent):void {
                    navigateToURL(new URLRequest("http://www.adobe.com"));
    This works fine with one button instance. When I copy and paste the code for another button instance, i.e:
    butn1.addEventListener(MouseEvent.CLICK, buttonClickHandler);
    function buttonClickHandler(event:MouseEvent):void {
                    navigateToURL(new URLRequest("http://www.adobe.com"));
    butn2.addEventListener(MouseEvent.CLICK, buttonClickHandler);
    function buttonClickHandler(event:MouseEvent):void {
                    navigateToURL(new URLRequest("http://www.adobe.com"));
    I get 1021 duplicate function error. I think I understand in priciple what's wrong but don't know how to fix it. MyI knowledge of Action Script 3 is zero. What I need is sample code that works that I could copy and paste, with appropriate changes.
    Thanks in advance for your help, Richard

    use different function names or flash won't know which function to use:
    butn1.addEventListener(MouseEvent.CLICK, buttonClickHandler1);
    function buttonClickHandler1(event:MouseEvent):void {
                    navigateToURL(new URLRequest("http://www.adobe.com"));
    butn2.addEventListener(MouseEvent.CLICK, buttonClickHandler2);
    function buttonClickHandler2(event:MouseEvent):void {
                    navigateToURL(new URLRequest("http://www.adobe.com"));

  • How to create Dynamic Table with more than one column?

    Hi,
    I'm trying to learn Dreamweaver. I'm trying to display 2 units from my database in the same row then I would like go to next row.
    By default DW shows single record in each row. Is it possible to display more than one?
    Thank you

    Of course. You will not name the divs differently, they will all be <div class="RowContainer">  (in the example below) and the reason they will look like
    1 2
    3 4
    5 6
    is because they will "stack themselves up". That is, the first will float to the top left, the next will float up next to it. The third will not fit on the top line floating next to two, so it will start a new row. Four will float up next to it, and five will start the new row.
    Think of the string of divs (don't put wordspaces between them...) as a continuous ribbon or chain of divs. That is a slightly poor analogy, since the second and third won't be next to each other, as a chain or a ribbon might be. But you should be able to have as many divs as you have records... you define the div in the CSS and in your page markup really only show one div.
    Here's a modified example from one of my files:
    <div spry:region="ds1" class="...">
      <div spry:repeat="ds1" class="RowContainer"> <!--this is the div that you would style to float -->
        {category} {title} {medium}<br>
         {price} {sold} {date}<br>
         {sold_to_purchase_price}
      </div>
    </div>
    Beth

  • Creating a cube with more than one dimension

    I have been able to create a cube with one dimension using our own data. I am able to view data from this cube in Cube Viewer and in a presentation created with BI Beans in JDeveloper.
    However, I have been unsuccessful in doing this when creating a cube with two dimensions. What am I missing?
    I have been using OEM to create the dimensions and cubes, etc. in a 9.2.0.4 database.

    You can use Analytic Workspace Manager 10.1.0.4 to create analytic workspaces (MOLAP) in Oracle OLAP 10.1.0.4. The Model View in this GUI tool utilizes the OLAP AW Java API that was introduced in Oracle OLAP 10g. This Java API fully abstracts the logical dimensional model from physical design.
    OWB Paris, which is currently in beta, likewise uses the OLAP AW API to create AWs. In addition, it can create ROLAP cubes via the OLAP Catalog CWM2 APIs. This is a change in APIs as the previous version used CWM1/Lite like Enterprise Manager. Also, for ROLAP cubes OWB Paris will automatically include MR_REFRESH in its scripts and will call the appropriate DBMS_ODM package in order to create materialized views.
    As for tutorials for creating a star schema, check with the Oracle Warehouse Builder forum.
    OWB Forum:
    Warehouse Builder

  • Sales Order Generating more than one event when changed

    Hey all,
    I have to trigger a workflow when a sales order is changed (bus2032.changed) .
    The event is triggered when any changes are made and the save button is clicked .
    However my problem lies in the fact that the system produces the event not once but 3 times .
    I checked if there are any active Badis for this , but none exist. Nor are there any user exits implemented. Therefore extra events could not have been called in the Badi nor the user exits .
    Has anybody come across a similar scenario ?
    Could anybody shed some light on this ?
    Thanks and Regards ,
    Amit

    Hi Gareth,
    First , Where do you set this event trigger per line item  ?
    Second, I have done no setting in the system and was just checking the event trace . I did this by changing the PO date on the order and saving the Order.
    Also, the sales order i have used has a single workitem .
    Thanks a lot for your help,
    Amit

  • Create Sales Order with Reference from Quotation

    Hi All,
    Is there any bapi or function to create sales order with reference from a quotation?
    I know BDC is possible but any other methods?
    Thanks
    Dyl

    You can use - BAPI_SALESDOCUMENT_COPY.
    Prerequisite is Copy control should exist in customizaiton.
    -Alpesh

  • JSR-75 PIM API creating Contact with more than one Number (Phone,Fax ...)

    Hi everybody
    I try to create a contact with more than one Phonenumber using the method contact.addString(...) .
    Contact with one single number is no Problem but contacts with more than one Number are ignored and are not stored to the phonebook. I try to add the Numbers using a for -loop. Is there an other way to solve this Problem?
    please Help.
    Thank You.

    Wonder if you have made any progress - if so,
    could you share ?

  • InfoSet with more than one cube

    Has anyone created an infoset with more than one cube?
    Are there any hints for to pay attention?
    Regards
    Chäsitzer

    HI ,
    Some important points :
    it is not possible to define an InfoCube as a right operand of a left outer join.
    SAP no longer supports more than two InfoCubes in one InfoSet.
    Therefore, if you include more than two InfoCubes in one InfoSet, the system issues a warning.
    the key figure values of InfoCubes and DataStore objects are duplicated when you join them to
    InfoProviders (see SAP Note 592785)
    Regards,
    Sathya

Maybe you are looking for

  • Can't install on Macbook Air

    Hi adobe, i can't install some adobe products. These includes Photoshop, creative clouds and any trial! i already contacted the chat. OS X v10.8.4 hd details: SSD 128GB:   Cap:    120,34 GB (120.338.849.792 bytes)   available:    30,12 GB (30.115.184

  • Extracting more information from XI XSLT mapping failure

    Hello I am getting to grips with XI. When developing XSLT mappings I first run them on Stylus or XMLSpy, ensure they work, and then deploy them to XI. Unfortunately they sometimes fail to work in XI, and the amount of information retrieved about the

  • JMS Correlation ID in JMS Receiver Adapter

    Hi , I am working in PI7.1 on IDOC to JMS interface, I want set IDOC number as Correlation ID in JMS queue , I did following Correlation steps , 1. Set JMSCorrelation ID to PI Conversation ID 2. Checked JMS CorrelationID of request 3.Value to PI Conv

  • How much is a iPod 2 or 3 and 8 gb worth?

    How much is a iPod touch or 2 worth and it's a 8 gb because somebody is selling me one but idk what a good price for it would be?

  • Rename Finder Items with Automator in Leopard

    I used following automator actions to rename all files contained in selected folders in Mac OS finder: 1. Get Selected Finder Items 2. Get Folder Contents (repeat for each subfolder found option on) 3. Rename Finder Items (Add Text before name, Show