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: 

Function module does not update the storage location in delivery

former_member206632
Participant
0 Kudos

Hello,

I've been trying to use SD_DELIVERY_UPDATE_PICKING to update the storage location in SD return deliveries, without any success. Any clues? The FM works fine when it comes to updating the picking quantity, but the storage location issue still persists.

Thanks in advance,

Joao

5 REPLIES 5

Former Member
0 Kudos

use "WS_DELIVERY_UPDATE" function module.

Thanks

Kishor Thakur

0 Kudos

Kishor

I couldn't solve the problem with that function. Instead, I discovered that using the SD_OUTB_DELIVERY_CHANGE I could do the trick (table ITEM_DATA_SPL).

Problem solved!

Thanks

0 Kudos

Hi Joao,

I have the same problem. I tried to find the FM SD_OUTB_DELIVERY_CHANGE but couldn't find it. Have you by any change specified the incorrect FM name here? If yes, can you please communicate the correct FM name?

Regards,

Divyaman

0 Kudos

Hi Divyaman,

The FM is in fact BAPI_OUTB_DELIVERY_CHANGE. Sorry.

Regards,

Joao

former_member206632
Participant
0 Kudos

Problem solved (pls check my reply to Kishor).