cancel
Showing results for 
Search instead for 
Did you mean: 

Copy Control Sales order to sales order - Required delivery date

0 Kudos

Hi

We have a requirement that when new sales order is copied from the previous sales, system should put the required delivery date as today's date instead of date mentioned in the previous order sales order. Can you please suggest how without modifing copy control routines this can be achieved.

E.g Sales order 1 : Required delivery date 09/09/2009

currently when i create new order refering the order 1 by default system brings 090/2009 as required delievry. I want that this date should be current date.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Shiva_Ram
Active Contributor
0 Kudos

In t.code VOV8, check the field propose delivery date for the sales document type and try.

If this does not work, then you must check the routine assigned in the copy control (t.code VTAA) and add the ABAP coding.

Regards,

0 Kudos

propose delivery date is already check and coding solution is known but not acceptable

Shiva_Ram
Active Contributor
0 Kudos

If the system copies the delivery date from the source document, then it is due to copy control settings.

First check which causes this either any codings in the routine or the field complete reference causing this.

If this is due to complete reference field, then uncheck this box and test for your scenario (in VTAA).

If this is due to one of the codings in the routines, then whether you accept it or not, you have no other option than changing the coding. Make sense?

Regards,