cancel
Showing results for 
Search instead for 
Did you mean: 

Sales header text to be copied to Delivery document(DelThrough the Project)

Former Member
0 Kudos

Hi,

We are creating sales order, which inturn creates Project in the system (Project System is integrated with Sales).

For creating the delivery usually we use VL01n but

We are creating a delivery document through transaction CNS0 since this delivery comes from Project.

Now the issue:

When we create the original Sales order, we maintain Shipping Instructions in sales order Header data.

Now,

when we are creating the delivery process like picking, Packing through VL02n (based on the document number created by CNS0) , we want the text entered in shipping Instructions in Sales order to be copied automatically to delivery header text, "Shipping Instructions". .

Please let us know if someone has faced such an issue and has a solution.

Accepted Solutions (0)

Answers (1)

Answers (1)

Lakshmant1
Active Contributor
0 Kudos

Hi Narendra,

I think we can copy the sales text to the delivery using the Copy Controls at the item category and Text Controls (VOTXN).

Thanks

Lakshman.

Former Member
0 Kudos

can you explain me in more details how this process takes place through the copy control

Lakshmant1
Active Contributor
0 Kudos

Hi Narendra,

Transaction code for this is VTLA. In this we can have our own requirements to copy the required information.

We can do this at the header level and also at the item category level also.

Thanks

Lakshman

Former Member
0 Kudos

In CNS0 transaction sales header texts doesnt get copied automatically... you have to write a enhancement.. at such a point where your delivery is created... you can manually read text by passing your sales order no and then pass that data into function module 'CREATE_TEXT".. the delivery header text will be copied...