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

Update using BAPI_SHIPMENT_CHANGE .

former_member196299
Active Contributor
0 Likes
517

Hi All,

I am trying to update the header data field SUPPL_3 of a shipment using BAPI "BAPI_SHIPMENT_CHANGE" .

I am providing the new value for the field in the header and the relevant action for that field .

This BAPI is followed with the "BAPI_TRANSACTION_COMMIT" , still this field doesn't get updated .

And I dont even get any error message while executing this BAPI .

Kindly help me with the solution or idea about what could be the problem .

Regards,

Ranjita

1 REPLY 1
Read only

Former Member
0 Likes
325

Hi ,

Did you gave the value 'X' in HEADERDATAACTION-SUPPL_3 .....

If you did that, please check the RETURN table for any messages.

If you didnt receive any message in RETURN table, try to check ST05 transaction for the table updation of the particular field..

Try using the COMMIT WORK instead of BAPI_TRANSACTION_COMMIT. Sometime it will work..

Thanks and Regards,

Senthil kumar Anantham