2005 Aug 30 6:53 PM
Hello,
I've been trying to find a function module that will remove a delivery from a shipment. The only one I foud that showed promise was SD_SHIPMENT_PROCESS, but it just was not working like I expected. Does anyone know how to do this? Perhaps there is another function module that is better suited to do this.
Thanks.
2005 Aug 30 7:22 PM
Get the deliveries assigned to a shipment using RV_SHIPMENT_VIEW. Then use SD_DELIVERY_ASSIGN_TO_SHIPMENT to delete or assign delieveries. Then do a save using SD_SHIPMENTS_SAVE.
There is documentation associated with SD_DELIVERY_ASSIGN_TO_SHIPMENT.
Hope this helps,
Srinivas
2005 Aug 30 7:26 PM