Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Scrren changes for shipping

Former Member
0 Likes
625

Hello friends, I have a delivery and with the delivery I will create my shipment.

I need to copy the value of BOL - LIKP-BOLNR from delivery and show it on the shipment Identification TAB into the field ( VTTK-TNDR_TRKID) when the shipment is created from delivery.

ANy suggestions oh where do I make my changes.

Bob.

Hello friends, I have a delivery and with the delivery I will create my shipment.

I need to copy the value of BOL - LIKP-BOLNR from delivery and show it on the shipment Identification TAB into the field ( VTTK-TNDR_TRKID) when the shipment is created from delivery.

ANy suggestions oh where do I make my changes.

Bob.

2 REPLIES 2
Read only

Former Member
0 Likes
515

Hi,

YOu can use Enhancement :V56FCOPY Shipment processing: Copy delivery data

You ahve FM :EXIT_SAPLV56F_010 which has changing parameter: C_XVTTK where you can pass the value of BOL which you can get from the tables parameter: I_XTRLK

Regards,

Himanshu

Read only

Tamas_Hoznek
Product and Topic Expert
Product and Topic Expert
0 Likes
515

I'd start with looking into the data transfer routines. Go to transaction VOFM -> Data transfer -> Shipment. If there is no suitable routine there that does what you want, you can copy an existing one (like 1 to 901) and enhance it with whatever logic you need. You'd certainly have to start with the routine that's currently in use for the header.

The new routine then has to be assigned in the configuration to the necessary objects. If you have trouble with this, get help from an SD person who is familiar with setting up the copy control for SD documents.