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: 

Update shipment status using BAPI_SHIPMENT_CHANGE

Ashutosht09
Participant
0 Kudos

I am using this BAPI (BAPI_SHIPMENT_CHANGE) to change the status of the a Shipment. The return table gives me success message but the status does not change. I passed only the shipment number, flag for status to be updated ( next in sequence) in HEADERDATA and the flags for passing both the values in HEADERDATAACTION. Do I need to pass anymore values aor how should it be done?

1 REPLY 1

sunilachyut
Contributor
0 Kudos

Do you have a BAPI_TRANSACTION_COMMIT after you shipment change, if not try that and see if it works. Also you can change a shipment status with SD_SHIPMENT_PROCESS to update various statuses in shipment.

hith

Sunil Achyut