cancel
Showing results for 
Search instead for 
Did you mean: 

Create order with reference to quotation adding delivery date

Former Member
0 Kudos

Hi there!

We use a lot the option to create sales orders with reference to quotations, which works fine.

There is the possibility to enter a requested delivery date, where you put in the quotation you want to copy.

If you do so, the requested delivery date you enter will be copied into the item lines. So far so good.

A problem we face is, that after copiing a quotation the colleagues add further item lines to the order and those new item lines will get another requested delivery date as the copied ones.

It is obvious that this happens as creating the order with reference, the requested delivery date entered is copied into the item lines but not in the header which is used as default for new item lines.

Is there any possibility i can get the system to copy the delivery date in the header data too? in order to have this date as default for new item lines in the order?

Thank you in advance for your help

Markus

Accepted Solutions (1)

Accepted Solutions (1)

former_member183879
Active Contributor
0 Kudos

Hi Markus,

This can be done, but through a small code change.

In copy control from quotation to sales order, in VTAA, you have to to find the data routine which copies data from Quotation header to Sales order header. In this place, you have to specifically code for this field to copy values from quotation and update the RDD in sales order at header level and not at item level.

If this is done, you can achieve your functionality.

However when you create sales order independently, the RDD date will come as the sales order is configured in VOV8

Hope this helps.

Answers (0)