PO creation w.r.t. Quotation, Contract

Hi all
Please let me know the procedure to create PO with reference to 1)quotation and 2)contract.
Once the quotation number or contract number is entered, system should pull all data from that quotation or contract except ordering quantity,delivery date.
Prasad

Hi Prasad,
In purchase order transaction (ME21N), you can enter your quotation/RFQ number in item detail screen against field RFQ number, and then press enter then everything in the quotation will be copied over to your purchase order.
Similarly enter contract number & item number against scheduling agreement field & item number field in item detail screen and press enter. Then the system will copy everything from contract except quantity.
Other way is in PO transaction, click on 'document overview on' then select your quotations/contract and you can drag and drop in shopping cart or select quotation/contract and click on adopt icon, then everything will be copied to PO.
Hope this clarifies.
thanks,
Viswanath

Similar Messages

  • Auto Creation of Purchase Requisition at Contract Level

    Hi All,
    I am having business requirement for creation of purchase requisition at contract level for third party Products.
    Brief Business requirement
    My client is in trading business of telecom product.  They are sourcing product from different-different vendors and some of the product is also supplied by him self. As a business practice the system will automatically create an Installed base as per structured by business owner once delivered the product to end customer and also assigned warranty norms.
    Once warranty is over then customer will called for contract since at the time sailing the product warranty will be liability of the company which in terns had some mutual contract with supplier (back to back replacement).
    But once the same will come under service agreement/contract on that time they want installed base selection of components should had a functionality to segregate component based on vendor because they want to calculate % margin based on net sale value of the product.(e.g 10% of net sale Value 10,0000)  not only that they also wants based on that system should automatically create Purchase requisition so that logistic department will take care of third party agreement part.
    If any body come across with such kind of business scenario. Please share the proposed solution.
    Regards
    Neeraj

    Hello,
    I noticed that this question had status answered.  We have the same requirement.... how did you resolve this?
    Best Regards
    Kristof

  • Saels Quotation,Contract, Order, Return, Debit/Credit Memo Request

    Hi,
      I have Saels Quotation,Contract, Order, Return, Debit/Credit Memo Request. Now I want to change the Sales office, Sales Group and sales District in the existing Quotation,Contract, Order, Return, Debit/Credit. But in all the these requests these 3 fields are not in editable mode. Plese suggest me what is the best way I can change these 3 fields in the existing Quotation,Contract, Order, Return, Debit/Credit.
    Thanks & Regards
    Venkat

    You can also use :
    SD_SALESDOCUMENT_CHANGE
    FYI
    call function 'SD_SALESDOCUMENT_CHANGE'
            exporting
               salesdocument         = salesdocument
               order_header_in       = da_order_header_in
               order_header_inx      = da_order_header_inx
               simulation            = simulation
               behave_when_error     = behave_when_error
               int_number_assignment = int_number_assignment
               logic_switch          = logic_switch
               business_object       = 'BUS2032'
               call_from_bapi        = 'X'
            tables
               return               = return
               item_in              = da_order_item_in
               item_inx             = da_order_item_inx
               schedule_in          = schedule_lines
               schedule_inx         = schedule_linesx
               partners             = partners
               partnerchanges       = partnerchanges
               partneraddresses     = partneraddresses
               conditions_in        = conditions_in
               conditions_inx       = conditions_inx
               sales_cfgs_ref       = order_cfgs_ref
               sales_cfgs_inst      = order_cfgs_inst
               sales_cfgs_part_of   = order_cfgs_part_of
               sales_cfgs_value     = order_cfgs_value
               sales_cfgs_blob      = order_cfgs_blob
               sales_cfgs_vk        = order_cfgs_vk
               sales_cfgs_refinst   = order_cfgs_refinst
               sales_text           = order_text
               sales_keys           = order_keys
               extensionin          = extensionin.
    Note:you can go SE80 and choose Function group = 'VBAK". you`ll find Fms.
    Hope this’ll give you idea!!
    <b>Pl... award the points.</b>
    Good luck
    Thanks
    Saquib Khan
    "Some are wise and some are otherwise"

  • Pricing Procedure determination for Quotation,Contract,Scheduling Agreement

    Hello All,
                 Plz let me know,how the pricing procedure(Both Item & Header Level) can be determined for Quotation,Contract,Scheduling Agreement.
    Do let me know with configuration details.
    Thanks
    JP

    Hi Jyoti ,
    There isn't any separate pricing procedure for Quotaions , Contracts , Scheduling Agreement s..
    The pricing which u normally find in PO derived from Vendor Master ( Based on Vendor Schema ) , hold good for the above purchasing documents.
    Regards
    Ramesh Ch

  • Creation of delivery from rental contract MV

    Hi,
    Is creation of delivery document with reference to rental contract MV allowed? Do I need to create a sales order first?
    Thanks,
    NMD

    Hi
    Rental contract is similar to regular contract process but the only difference is you will have periodic billing type assigned to the transaction. Please check the links which may help you
    Refer the following links for further information
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/5e/69a1228f6211d2a9f60000e8a6f09e/frameset.htm
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/31/03953401024735e10000009b38f83b/frameset.htm
    Thanks and Regards
    Srinath

  • Sales Order Creation with reference to Quotation using FM IDOC_INPUT_ORDERS

    HI Guru's,
    I've a requirement to create the sale order from the quotation.
    For this we are using the FM "IDOC_INPUT_ORDERS".
    Here my problem is i'm able to create the sales order with the custom program, but if i made any changes to the quotation Header
    (Ship-to party address) before creating the sales order, it is not reflecting into the sales order header level (ship-to party address).
    What  i was thinking is we are not using the Quotation as reference to create the sales order while filling the segments.
    Could you please tell me which segment do i need to use fill the reference document number (quotation) at header level.
    one more problem, if i change ship-to party of one line item, it is affecting the other line items also.
    Please guide me what to do???
    Thanks,
    Adi.

    HI Ramesh,
    Question:
    Could you please tell me which segment do i need to use fill the reference document number (quotation) at header level.
    Sol: use segment E1EDK02
    Segment type E1EDK02 IDoc: Document header reference data
    QUALF 011 : Referenced Document Number
    BELNR XXXXX IDOC document number
    DATUM 20100121 IDOC: Date'
    what i've used in my program
    I'm using the E1EDK02 segment as you mentioned above.
    le1edk02-qualf = '011'.
    e1edk02-belnr = Quotes-vbeln.
    Question:
    Here my problem is i'm able to create the sales order with the custom program, but if i made any changes to the quotation Header
    (Ship-to party address) before creating the sales order, it is not reflecting into the sales order header level (ship-to party address).
    Sol: Check you custom code .. whether you are bringing write address to segement or not
    (if you change any address in Quotation then Address master is added with new entry with new address no )
    In my program..
    I'm passing the partner numbers and partner types (WE & AG) to the segment "E1EDKA1". (Ship-to & Sold-to).
    What i was thinking is the above segment is causing the problems, because if we reference the Quotation, we should not pass the Ship-to and sold-to numbers, it should take all those from quotation.
    I've tried to comment the code which we have written for that segment "E1EDKA1", it is giving me the error saying that
    Customer numbers can't be determined for the document number..
    Please guide me how to solve this problem..
    Thanks,
    Adi.

  • Sales order creation with reference to a contract....urgent

    Hi all,
    I am creating a sales order with reference to a contract, but purchase order no. and date are not copying to the sales order due to standard sap settings, is there any solution to copy these two from contract to order ?
    Useful solutions will be rewarded.

    Hi Jithendra,
    You need to edit the copy control settings. Path
    IMG Screen/Sales & Distribution/Sales/Maintain Copy control for Sales Documents.
    In this Goto Copying Control for Sales Documents to Sales Documents. And you need to change the header settings for the given selection.
    I think this might help you.
    Regards,
    Sreekanth

  • Automatic creation of source lists on contract creation

    Hi,
    Is there anyway to automatically generate a source list when a contract is created for the each line in the contract?  I know that you can go to Item -> Maintain source list, but the business is reluctant to accept this solution since it is an extra step for each line item. Also we have talked about using ME05 to mass produce source lists, but they still have to maintain a database of materials that require source lists which changes often.
    We are in the process of turning on the source list indicator on the material master to ensure that we only source from EPA approved suppliers.
    Thanks in advance,
    Matt

    You can create a variant for the ME05 program RM06W003 and run it as job

  • Creation of delivery channal for contracting

    Hi, as i understand from my mm friend, we can not create a sub-contracting delivery channal (india) without taking the wip in stores. so, during prod operation prior to sub-contracting operation we should take the halb in stores with 101 movement type and we should send to sub-contractor. so we need to break the process into so many production orders instead of one prod order with pp02 controlkey for sub-contracting operations.please advise is that necessary to send material to sub-contractor.

    Hi,
    I am not sure if i have understood the query correctly, but give this a try. Go to the operation details of the operation for which the control key is PP02, there check the checkbox called sub-contracting. This would give you the material number on the pur-req which gets generated.
    Check & revert if it meets your need.
    Regards,
    Vivek

  • Shopping Cart creation with reference to Backend Contract

    Dear Experts,
    We are working in SRM 7.0 Classic Scenario.
    We have Backend Contract with document type PCTR which is available as Source of Suppliy when creating Shopping cart.
    I can use this contracts as source of supply but the issue is when the Shopping cart total quantity crosses the target value of the Contract quantity there was no error message as the quantity has exceeded the target quantity.
    The system is allowing me to create the Shopping cart but after approval the Shopping cart is showing the status as Approved and not creating PO or PR.
    Is there any configuration available to get the update if the quantity in SC crosses the Target quantity of the backend contract.
    It is also OK if the SC goes to Purchasers work list if the target quantity is crossed.
    Kindly reply to this thread immedeately.
    Regards,
    B.N.Karthikeyan.

    Hi
    target quantity or Target value ?
    what about your Contract value contract - target value or target quantity
    i aware value contract is throwing message if the sc exceeds the contract value.
    share your contract details.
    is it created in ECC or CCTR or GCTR . target quantity for materials or taget value for that material
    br
    Muthu

  • Invoice creation with reference to quotation

    Hi,
    I have a specific requirement where my client want invoice can be created with reference to quotation.
    What kind of configuration is required in copy control?
    Please guide.
    Regards,
    Balaji

    Hii
    First of all make copy control in VTFA with ur Quotation type to Invoice type
    and set the Item category AGX at item level
    Then go to VOV8 t-code and double click on your quotaton type, Go to billing section and make entry in Order relevant billing with your billing type
    Regards
    Shambhu Sarkar

  • Sales order creation with (Auto) refernece to Contract

    Hi all,
    I need your help and advice. I have configured the settings for contract referencing when sales order is created.
    so whenever there are multiple contracts available for a customer/material then the system shows a list of available contracts.
    also when there is only one contract available for a customer/material the system still shows a popup. what I want to do is that in case there is only one contract available then no message should be displayed.
    Can you pl advice which user-exit or parameter can I use to control this.
    Thanks.

    Did not quite get what you mean by ' when user enters some units only then it should make reference to contract". Appears like you want the reference but don't want it at the same time.
    and
    No contract units should get copied into order lines-  do you mean order should not copy the UOMs for item quantities or that order should not copy every one of the items from the contract.
    Any ways here are the areas where you can try:
    1) Copy control: Item level: (VTAA) :  a) Data Routine-  change it to not copy the quantity from contract. b)  Pos/Neg Quantity, c) Copy quantity  fields.
    2) Completion rule in item category
    3) User exits:
    MV45AFZB- USEREXIT_CHECK_VBAP
    MV45AFZZ - USEREXIT_MOVE_FIELD_TO_VBAP
    Hope this helps.

  • Specific sorting of the quotations/contracts - BADI ECRM_ISU_UTILITY_UIS

    Hi Experts.
    I have one issue related to the Technical object tree on the web ui.
    We previously used the BADI ECRM_ISU_UTILITY_UIS in CRM4.0 to make a sort for example : sort premise by adress, sort contracts by date, .. Then, the result in the connection object tree is formated and sorted.
    In CRM7, we activated the implementation of the BADI but I does not enter in the implementation class Z.
    I put a break point in the method IF_ECRM_ISU_UTILITY_UIS~SET_TREE_OUTPUT_STRUC but, the program does not enter in it.
    I check in the method GET_INSTANCE of the class CL_EXITHANDLER and it calls the BADI ECRM_ISU_UTILITY_UIS, class CL_EX_ECRM_ISU_UTILITY_UIS.
    My question is what should I do to make the program call my specific implementation of the BADI ECRM_ISU_UTILITY_UIS?
    Is there any customizing or is there a replacement of the method SET_TREE_OUTPUT_STRUC of the BADI on CRM7?
    Thanks.

    As I understand, it should call your custom code.
    I could find there is small difference in Subscreen  tab of ECRM_ISU_UTILITY_UIS definition se19i.e. called programs &Screen in which this custom should called.
    In CRM 4.0, there are 2 entries:
    SAPLECRM_ISU_WSP_INDICATOR     450     SUB_EXT_UI     Customer Definition of External Point of Delivery Name
    SAPLECRM_ISU_WSP_NAVIGATOR     2100     SUB                                                                
    But in CRM 7.0 there is only below:
    SAPLECRM_ISU_WSP_NAVIGATOR     2100     SUB     
    Hope this might help you identify why your implementation is not being called.

  • Triggering the creation of a quotation from within an Opportunity...

    We have implemented CRM Best Practice (CRM 7) and want to trigger the creation of an ERP quotation from within an Opportunity. Within the customising to assign the ERP order type to the CRM transaction type,
    when input help is pressed, no values are returned. CRM is not seeing the ERP order types.
    I have been informed that this is correct and that we need to create the order in CRM and then forward to ERP. However, this will never do, especially as CRM does not have all the information to successfully raise an order.
    I was wondering if anyone had encountered a similar problem and found a way around it. I'm aware that we can probably use the transaction launcher to create an order in ERP and return to CRM, but how this is triggered is another matter.
    Any advice and suggestions would be very much appreciated.
    Jason

    Thanks to all. We have had a reply back from SAP to say that what we trying to do is not possible. We have CRM 7 and ERP ECC5, however SAP are saying that we need at least 2005 on our ERP system for this functionality to work.
    Basically, when in config we attempting to set up the document types, but none are being displayed.
    SAP connected to our system and after analysis said that the cutsomers ERP system (ECC 5) needs to be upgraded to a minimum of ERP 2005, which I find to be an absolute crazy statement to make. Apparently, according to note 1236015 a minimum of ERP 2005 is required to maintain ERP sales transactions in CRM 7.0's CRM webclient UI.
    They debugged CL_CRM_INTLAY_LORD1_ERPIL
    IF_CRM_ERP_LORD_HELP_VALUES~GET_AUART
    Which seems to call FM SLS_LORD_GET_VALUES_AUART but does not exist in ECC 5.
    When tested in our CRM 7 system (not the clients) we do get a list of doc types appear, but then we are on the latest version of ERP.
    I was wondering whether there was a service patch to ECC 5 which might add the function group SLS_LORD_SHLP and assocaited function modules and includes, together with the class CL_FIELD_CONVERT.  That looks to be everything needed to run in ECC 5 from looking at our ECC 6 system. I'm never sure where ERP 2005 sits, is that a higher than version than ECC 6?.
    Jason

  • Purchase order creation with reference to Contract

    Dear All
                    Purchase order creation with reference to quantity contract the contract quantity is not copied in to po. any configuration copying rules required. please guide
    Regards
    Anand.

    Hi Buddy
    The correct business process is RV Preq created by a user from any department then buyer converts this Preq to a MK contract with some quantity keeping the duration as some months/year. Then as and when material mentioned in the contract is required during the validity period of the contract MRP creates Preq or buyer manually creates NB preqs , same are then converted to PO but these PO are released against MK contract. So qty in PO are different then mentioned in contract because contract is for  a large qty keeping in mind the duration (for example one year).
    Regrds
    Yogesh

Maybe you are looking for

  • HOTSYNC WITH PALM DESKTOP LOCATED ON AN EXTERNAL DRIVE

    I've been hotsynching between my desktop, laptop and Z22.  Recently I replaced the desktop harddrive with a much larger one.  I put the old harddrive in a USB external drive housing and now have a nifty 40 GB external drive.  Does anyone know how I c

  • Cannot print to Adobe PDF from InDesign CS4 under Snow Leopard (10.6.2)

    Hello All, Hopefully the subject line says all. Running SL and CS4, and after manually deleting the "old" Adobe PDF 9.0 driver, I am unable to print to PDF - or select "Save As Adobe PDF" under the Mac OS print dialog. This is insanely frustrating on

  • Maintenance view of v/76

    Hi gurus, I have a couple of problems with maintenance view of the v/76. I have to make a z transaction of the v/76. I have made that. Here they want this description field of the view to be conditionally editable. Like if the level of the product hi

  • Output - Transmission Medium 8 - Special Function Issue

    Hi Experts, I have created a Z-program and smartform fro Invoice print. This smartform should print based on the Output Type ZPDF. We have configured the program and the smartform in NACE for the Output type. In Billing Header Output, Transmission Me

  • Lost Safari on OS X 10.5.8

    I've tried various solutions offered on-line; I've searched and spotlighted; I've downloaded various versions of Safari, which are either too old ("you have a more recent version of Safari running...), or too new. I tried downloading the one I should