Copy data customer PO and PO date field from quotation to sales order

Hi Friends,
Can you please let me know what copy control settings I need to maintain in order to copy customer PO# and PO date field data in quotation to sales order.
All the data is getting copied from quotation to sales order when I create sales order with reference to quotation but the customer PO no. and PO date is not getting copied.
Can anyone please help.
Regards,
Wasim.

HI
Not sure if this is possible via Customization or not but you can try the user-exits or Routines for the Sales Order program for this
You need to change the include FV45C102 (assuming you have copied standard order and the copy controls). ABAP team should be able to make changes to this routine and achieve your requirement.
In VTAA, after choosing the Source and Target order type and choosing the right Quatation item, check the routine for 'Bus.data/item compl.' and it will be what has been mentioned above.
Please check &Revert
Thanks&Regards
Raghu.k

Similar Messages

  • Copying pricing condition from quotation to sales order

    Hi,
    I would like to know how the following can be achieved.
    In quotation, i have two conditions type.
    For e.g. a item value
    1000 -> PR00
    3%  -> ZMarkup
    Gross Value -> 1003
    In the sales order, we are only having PR00 as the condition type. Thus only 1000 is being copied to sales order.
    How can i achieve such that the gross value in the quotation can be copied into PR00 of sales order?
    Regards

    Hi Friend,
    To copy the pricing from Quotation to Sales order without change you have to maintain copy control settings from  QT to OR
    Goto the Transaction code VTAA then click on position and choose the Source document as QT and the Target document as OR
    Then click on the item in the control tab and choose ur item category and click on Display
    Now in the Pricing field change the value To D
    Hope it is clear and work.
    regards,
    santosh

  • Copy BILLING PLANS from Quotation to Sales Order.

    Hi Guys,
    I am trying to copy the billing plans from quotation to sales order(SO), when CREATED BY REFERENCE from quotation.
    Quotation HEADER LEVEL Billing plans -> SO Header Level Billing plans
    Quotation ITEM LEVEL Billing plans -> SO ITEM LEVEL Billing plans
    I have already tried to use copy control routine 402 by adding a statments to copy internal table CPFLT to XFPLT. It did not work.
    I will appreciate if somebody can tell how to accomplish this task. It is for ECC 6.00
    Thanks,

    Hi Manoj,
    I know its very late to provide the solution. Thought of sharing since I had a similar requirement as yours and got the solution.
    Here is the Solution::::
    1) Let 402 routine stay in the config and do not add any custom code in it.
    2) In TCode: VTAA , in FPLA tab, copy the routine 251 (Conditions) and copy the below mentioned code..thats it...
    FORM DATEN_KOPIEREN_251.
    *{   INSERT         ECDK900223                                        1
    LOOP AT CFPLT.
    MOVE-CORRESPONDING cfplt TO FPLT.
    CLEAR FPLT-FPLNR.
    FPLT-FPLNR = FPLA-FPLNR.
    MOVE-CORRESPONDING FPLT TO XFPLT.
    XFPLT-UPDKZ = 'I'.
    APPEND XFPLT.
    CLEAR XFPLT.
    ENDLOOP.
    UPD_FPLT = 'I'.
    *}   INSERT
    ENDFORM.
    Now you should be able to copy the Billing plan from Quotation into Sales Order.
    Reward if helpful
    Thanks,
    Maqsood.

  • How to Copy Cost Estimate from Quotation to Sales Order in MTO Scenario

    Hi,
    We are working on a MTO scenario- Sales order Costing with Valuated Stock.
    And our case we are creating the Cost Estimate at the time of Quotation using PP qty structure. Now we wan to transfer the cost estimate to Sales Order as we don't want to recost the sales order.
    Currenty it's transferring only the EK01 condition as total planned costs in Sales order but we want to see the itemization also.
    Please suggest is there any way to transfer this cost estimate with itemization from Quotation to Sales Order.
    Regards
    venkat

    Hi
    As far as I know the CO esimate does not get copied from Quotation to Sales Order
    You need to recost the SO again.. If your Qty Structure has not changed between Quotation to SO and your valuation variant is also the same - it would give the same result
    br, Ajay M

  • Copy item from Quotation to sales Order

    Hello,
    How can I copy all the line items from quotation to sales order including the price, Quantity & the Sales Texts?
    Thanks
    AK

    Hi
    Maintain copy control from sales document to sales document using t-code VTAA. Select your target & source sales document type from the list & double click on the same. There you can define the copy control.
    For Text control you can use the T Code VOTXN & create your own text controls.
    I hope this will be helpful.
    Thanks & Regards,
    Bidhu

  • Copy control from quotation to sales order

    HI ,
    Though my quoation is incomplete it can be copied into sales order, kindly suggest me a so;ution where in incomplete quotaion cannot be copied into sales order.Kindly explain me teh setting in TCODE (VTAA) STEP BY STEP.
    Regards
    Sunaina

    hi,
    Copying control for sales documents is in Customizing, under Sales and Distribution - Sales - Maintain Copying Control for Sales Documents.
    In this you can change the procedure by not selecting incomplete quotation for sales order, but this can be done only when some of the data in quotation is missing.
    like dont give the validity date in quotation and save it before providing the validity date.
    Maintaining an Incompleteness Procedure
    An automatically-created quotation does not contain a Quotation-valid-to date. The customer's system requires this information for processing; therefore you have to add it to the quotation prior to saving the document, and before generating the message to the customer.
    The incompleteness control is set up in such a way that the quotation is incomplete if this date has not been entered. In Customizing for Sales and Distribution, you choose Sales and Distribution - Basic Functions - Incompleteness Control for Sales and Distribution Documents, to assign sales document type QT (quotation) to incompleteness procedure 10, which contains the field for this check.
    Message Control
    The following message types have been created to Sales and Distribution (SD) in the vendor’s system:
    ·        Message type AN00 for the quotation
    ·        Message types POST and PNST for status inquiries
    ·        Message types BA01 and BA02 for the order  
             confirmation and amendment respectively
    ·        Message type LALE for the delivery
    ·        Message type RD00 for the invoice
    regards,
    Siddharth.

  • Sales office and sales group are not copied from quotation to sales order

    Hi All,
    I have maintained sales office and sales group in quotation maually at header level.while  coping to sales order sales office and sales group are missing.
    Please let me know what would be reason for missing those twoand whether i should check anything in copy controls.
    Regards
    Mohan

    As its a standard functionality to have the Sales Group & Sales Office from Quotation to Order. But in your case, check the Copy Control settings at Header Level .
    DataT 051 General header data       Copying requirements 001 Header-same customer
    DataT 101 Header business data
    DataT 001 Partner header
    In case , they are also same, then check if any Logic is added in the Existing Routine.
    Best Regards,
    Ankur

  • How to copy header/item text from Quotation to sales order?

    Dear All,
    On ECC 6, I am trying to get text copied from the quotation to the sales order (when the order is created with reference to the quote).
    As of now, the order creation is fine with all the right items & partners etc. in it, but the text is missing.
    The same text IDs have been assigned to both documents (at header & item levels).
    Is the text content supposed to be copied by standard SAP? Is there any customizing needed for this? Please guide me on how I can achieve this.
    Please help.
    Thanks
    Best regards,
    Rohit L
    Edited by: Rohit Lokray on Nov 26, 2009 10:49 AM

    Hi Rohit,
    Pls check this e.g.
    Text Determination Procedure
    You can define text for
    Customer
    Sales document
    Delivery
    Billing 
    1) Create new text types
    (Menu Path:  SPRO-IMG-Sales and distribution- Basic function-Text Control-Define text type). You can define new text type in this menu for your requirement for different objects (Customer, Sales document, Delivery and billing document). T-code: VOTXN
    2) Assign the new text ID in the text   determination procedure
    (Menu Path:  SPRO-IMG-Sales and distribution-Basic function- Text Control-Define text type). Click on change on application tool bar. Select text procedure   created and double click on Text ID'  s in text Procedure. Assign new text Id to Text determination procedure
    3) Define and Assign an access sequence to the new text ID
    (Menu Path: SPRO-IMG-Sales and distribution-Basic function-Text Control-Define access sequence for determining text).Access sequence can be defined only for sales document not for customer master. Select text procedure and double click on text id's in text procedure folder. Select text id and double click on access sequence and create new access sequence here.
    4) Assign the Text determination procedure with the sales document type.
    (Menu Path: SPRO-IMG-Sales and distribution-Basic function-Text Control-Define and assign text determination procedure) In this menu path you can assign text determination procedure to sales document type.
    [http://help.sap.com/saphelp_erp60_sp/helpdata/en/90/758534c960a134e10000009b38f83b/frameset.htm]

  • Weight is not copying from Quotation to Sales order

    Hi Guru,
    I have made quotation and given weight and volume, and i created S.O with refernce to Quoattion, now the weight and volume is missing in sales order,
    My cleint requirements is it should copy and it should be open feild so that they can change here...
    wat all settings is required in copy control....
    Thanks in advance...
    Regards
    RAmakrishna.P

    Hi,
    You will not get this requirment in std settings, you have to do  some abap coding wiyh the help of abapes  to get you r requirment from quation,
    Regards,
    Caprin

  • Letter of Credit not copying from Quotation to Sales order

    Hello,
    I have attached a LC to a Quotation. When i am making an order with reference to the Quotation, the LC is not copying from Quotation to the Sales order. Kindly help.
    Regards,
    Shahzad

    Hi,
    Did you want to say that you have maintain some text in quotation and that text is not copying to the sales order some thing like that?
    So I suggest you to check your setting by going to the following Tcodes.
    VOTXN over there you can define the text types.
    And you have to assign you text determination procedure to the order also.
    If you want that text to be copied to the billing also then assign the procedure to the billing doc.
    If you have assigned properly your procedure then it will copy the document.
    Regards
    Raj.

  • Header text copy from quotation to sales order

    Dear all,
    My Client Requirement is like this if i entered some text in Quotation header text the same should be copied into sales order hearder text , i tried a lot i am unable to find the answer
    kindly guide me.
    With Regards
    san rao

    Hi San Rao
    If the Quotation header text has to be copied into the sales order then while configuring text determination , make sure that you are Configuring sales document at header level two times and .First time you configure for quotation and second time you do for sales order and while doing for sales order you assign a sales order and assign a the text id that has been used for quotation .then your problem will be solved
    Regards
    Srinath

  • Copy from Quotation to sales order

    As i try to create SO in reference to Quotation , its going again for availability check which i dont want to happen .
    Although in some cases we are creating direct SO without Quot reference so i need availability check to carry for SO in such case .
    How can i restrict availability check if SO is copied from Quotation , i want SO to copy only confirmation done by quotation .

    Hi
    When you say Availability Check ,I assume you are  talking about R/3 side availability check.
    You can switch off availability check at schedule line level. So disable Availability check for the scheduline line category CP( TAN+PD) to switch off availability if the system determines scheduline category as CP for your item in sales order.
    Path is..spro-sd-basicfunctions-availabilitycheck-define procedure for each schedule line category.
    You can also switch off avail. check at requirements class level.
    Path is ..spro-sd-basicfunctions-availabilitycheck-define procedure for requirements class.
    the system determines  if availability check is to done or not by reading requirements class from strategy group in material master. if its not given there it reads the same from assignment with item category and MRPtype" determination of req type from transaction'. even if it doesnt find anything there it determines the requirements class from material type and item category group. Depending on this backgroung you chose your best way to do set up your scenario. I suggest you to not to give any strategy group in your materials for which you want to disable avail. check in sales order and let the system pick up the requirements class by auto determination from the item category and schedule line category. since you disabled avail. check for the schedule line, it will not do avail. check.
    But my suggestion is it is always advisable to do Availability check again at sales order as availability situation might change during this time since creation of quotation.
    Regards
    Mohan Chunchu
    Edited by: Mohan V R Chunchu on Jan 31, 2008 1:10 PM

  • Copy selection criteria from quotation to Sales order

    Hi Experts,
    I am creating a quotation. For the quotation line item, i am going to batch determination. Then i am clicking the SELECTION CRITERIA button. It gives me the batch characteristics screen. There i am entering the values to the characteristics. While coming back to sales order screen, i am copying only the SELECTION CRITERIA ( i am not copying the batches ).
    I am creating a sales order w.r.t the quotation. I want the selection criteria of the quotation line item to be copied into sales order line item. How to proceed for this?
    I checked the copy control in VTAA. But i am not able to find any configuration to copy a Quotation line item "SELECTION CRITERIA" to a sales order line item.
    Is this possible via a configuraton or thorugh any user exit?
    Thanks,
    Niranjan.

    Hi,
        Check the exit in programs MV45AFZZ (FORM USEREXIT_MOVE_FIELD_TO_VBKD) as u are using purchase order text.
    Regards

  • Copy Controls from Quotation to Sales Order

    Dear Gurus,
    My client will create the sales order with reference to the Quotation. Once they create sales order, the quotation should not allow any chages.
    How to Configure that... pls help me in this.
    Thanks in advance.
    SUbbu..

    Hi,
    Once the Sales order is created with reference to quotation either partial quantity or full quantity of quotation, you do not want have any changes to it, am i right?
    The only one way we can achieve is once an order is created with ref to quotation, this quotation should be only displayed and make it not possible to open it in change mode.
    Take a developer help and find out a way which is available in rebate agreements, once final settlement is done it can be only displayed, it is not possible to  open it in change mode. there should be some coding in it. find it out and do it.
    If this works for you let us know the results how did you achieved it.
    By
    Venkat Cheedalla

  • Restricting Re-ATP while copying from Quotation to sales order

    How to restrict availability chek in R/3 ?
    Our scenario is :-
    If SO is created in reference to quotation for A rank customer then availability check Should not happen .
    Although If SO is created in reference to quotation for B/C rank customer then availability check Should happen .
    Or if i create Direct SO without reference to Quotation then availability check shd be carried out .
    Is it possible to achieve above using configuration settings ?

    hello, friend.
    you can set controls for availability check based on material or plant.  but i am not aware of any settings based on customer.
    you can do product allocation, which may allow you to exclude certain customers from the availability check.  but this is a very complicated set up and i would not recommend this.
    regards.

Maybe you are looking for

  • Xslt map issue

    Hi , any one help me , i need add one text to map  for each output .  as per need add sample, befor generating output. as per  script my generate wrong out put  <xsl:template name ="tText">     <xsl:param name="paramone"/>     <xsl:variable name="tex

  • Dynamic Rows in Data Forms

    I have a data form, with the member in Page layout, and I want the rows of the form to be populated with the children of the parent that i select in the Page. Example: Client 1 (2 Children members) and Client 2 (4 Children members) When I select Clie

  • Catching key events in application

    I have a JFrame with a JDesktop containing lots of JInternalFrame with various of components such as JTextFields etc. Now, i want to have a "main" listener that will catch key events no matter which component that has focus. For example pressing CTRL

  • Help on jsp:output

    I am trying to use the <jsp:output> tag within jdeveloper10.1.2, but it is not included within the tags for JSP in the component pallete, so I keep getting an error. Any idea, pls ?

  • Optical margin alignment not in Indesign cc

    When I open Story it is blank. There is no box to activate optical margin alignment. And there does not seem to be a way to activate it in Preferences. Are other users having the same problem or is this just me? James