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: 

BAPI_SALESDOCUMENT_CHANGE to change a delivery?

Former Member
0 Kudos

Hello,

Does anyone know if BAPI_SALESDOCUMENT_CHANGE can be used to change a delivery? More specifically, I need to update the ship-to address.

Client is currently running a 4.6 system and BAPI_OUTB_DELIVERY_CHANGE is NOT available.

Thanks,

Cal

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

BAPI_SALESDOCUMENT_CHANGE cannot be used for changing a delivery..Try using the FM ws_delivery_update

Thanks,

Naren

2 REPLIES 2

Former Member
0 Kudos

Hi,

BAPI_SALESDOCUMENT_CHANGE cannot be used for changing a delivery..Try using the FM ws_delivery_update

Thanks,

Naren

0 Kudos

Thanks Naren,

Do you know if WS_DELIVERY_UPDATE can be used to change partner address information?

Cal