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

Bapi for shipment change

Former Member
0 Likes
560

HI all,

I have used the BAPI_SHIPEMENT_CHANGE for changing shipement details. I have included the fields in the Header part and in header action part I put "X" for all of those fields. but it is not inserting the records properly.

Thanks,

Guru.

HI all,

I have used the BAPI_SHIPEMENT_CHANGE for changing shipement details. I have included the fields in the Header part and in header action part I put "X" for all of those fields. but it is not inserting the records properly.

Thanks,

Guru.

2 REPLIES 2
Read only

Former Member
0 Likes
422

hi ,

after passing all the values to the header ,

you should also pass x to all the fields which u want to change in the corresponding table or header

use BAPI_TRANSACTION_COMMIT to save the data base

srinivas

Edited by: srinivas ruthala on May 31, 2008 11:01 PM

Read only

Former Member
0 Likes
422

My question is solved thank u.