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

Function: SD_SHIPMENT_CREATE

Former Member
0 Likes
607

Dear experts.

Here i have a requirement , i need to change two Shippment document fields through a interface program.

that is :

VTTK-DATEN : Actual Date for End of Shipment

VTTK-UATEN : Actual shipment end time

These two fields are on the shippment header , Deadl. tab.

i found some FM to do this.

1. BAPI_SHIPMENT_CHANGE

but in this FM , i can't find these two fields at all.

2. SD_SHIPMENT_CREATE

this FM has these two fields , i input some header paramters , and the table which including these two fields

but it is not working

anyone can tell me how to use this function? what parameter should be inputed?

thanks for your input.

best regard

1 REPLY 1
Read only

Former Member
0 Likes
434

Hi,

SD_SHIPMENT_CREATE is used to create the shipment, so you can't do change. Please kindly try SD_SHIPMENT_HEADER_CHANGE to change the shipment header.

Regards,

Teddy