Application Development 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: 

Assigning delivery to shipment using funtion module

Former Member
0 Kudos

Hi,

How to assign delivery to shipment using funtion module?

Currently I am using  Fm'SD_DELIVERY_ASSIGN_TO_SHIPMENT'.

while using this fm iam unable assign delivery to shipment.

please help us.

1 ACCEPTED SOLUTION

former_member187748
Active Contributor
0 Kudos

Hi Shashi,

please go through these steps, you will definately get

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.

2 REPLIES 2

former_member187748
Active Contributor
0 Kudos

Hi Shashi,

please go through these steps, you will definately get

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.

0 Kudos

Hi Sanjeev,

Thanks buddy..your answer helped us in fixing the issue.

Once again thanks.