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 module does not update the storage location in delivery

Former Member
0 Likes
1,651

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
Read only

Former Member
0 Likes
967

use "WS_DELIVERY_UPDATE" function module.

Thanks

Kishor Thakur

Read only

0 Likes
967

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

Read only

0 Likes
967

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

Read only

0 Likes
967

Hi Divyaman,

The FM is in fact BAPI_OUTB_DELIVERY_CHANGE. Sorry.

Regards,

Joao

Read only

Former Member
0 Likes
967

Problem solved (pls check my reply to Kishor).