cancel
Showing results for 
Search instead for 
Did you mean: 

Copy Text from Delivery to Shipment during shipment creation

Former Member
0 Kudos

Hi,

We have a requirement to copy the customised Text( Header Text) from Delivery to Shipment( VT01N) during shipment creation( or after that).

1. I know that we can use text routines to code under VOFM-> Data Transfer ->Texts, but as there is no access sequence for

the copy control for shipment( from Delivery),we cant assign this Text routine in Config.

2. Shipment user exit will be another option, but there is no shipment no available in the user exit during shipment creation.

Please help to suggest ,any other possible solutions to copy the customised text from Inb.delivery to Shipment Via Config/routines/User exit?

We are using SAP 4.7 EE version.

Thanks a lot for ur time.

Regards

DP

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Any Help ? Thanks

Former Member
0 Kudos

Hallo,

First you will have to create a Text type for you delivery.

Second, you have to create a Z function with copy of standard function 'Read Text' and you will have to inform the object text, transaction etc, and with this function you will write you text and save your text with the function Save Text and after submit.

After that you will use the standard rules of text to transport the text to VT01N. Or you can use this development to save the text on the VT01n directly. You can put this on the exit or in the routine.

Att,

Henrique