cancel
Showing results for 
Search instead for 
Did you mean: 

Copy control for sale office in delivery

Former Member
0 Kudos

Hi,

In our delivery note the field sale office is blank... we need that this field will be filled by copy control or user exit from document sale (order sale)... always the deliveries are for the same sales office.

Any clues for achiving this?

Best Regards

Juan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Copy routine FV50C001 and create a new one in VOFM - Path - Data Transfer - Deliveries. Create new one with code 601 or the no. next available.

in the code add this line.

move CVBAK-VKBUR to LIKP-VKBUR.

Assign the copy control routine to the respective copy control from sales order to deliveries.

Regards

Yatin Thakkar

Former Member
0 Kudos

Thanks Yatin... but could you explain me further??'

Best Regards

Juan

Former Member
0 Kudos

Hi

As mentioned in the above answer, please follow the following steps.

1. Got VOFM - > Data Transfer -> Deliveries.

2. Copy Routine 1 to 601.

3. Go in the code of routine 601 and add the following line.

MOVE CVBAK-VKBUR TO LIKP-VKBUR.

4. Activate the routine.

5. Go to copy control for deliveries Tcode - VTLA.

6. Select the necessary combination of order type and delivery type.

7. change the assignment of routine for header data to 601 and save.

you shud be abe to achieve the desired result.

Regards

Yatin

Former Member
0 Kudos

Thank you very mucho Yatin... points awarded

Best regards

Juan

Answers (0)