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: 

Problem with BAPI_SALESORDER_CHANGE for updating address details

Former Member
0 Kudos

Hi,

I am trying to update address details using the bapi BAPI_SALESORDER_CHANGE. I am unable to update. I am populating only the required fields.

Could anyone tell whats the problem with BAPI?

Thanks & Regards,

Yaseen Mahammad.

2 REPLIES 2

Former Member
0 Kudos

Yaseen,

Do check whether you have passed values to the internal table ORDER_HEADER_INX. You have to pass value to the update field as 'U' and all the fields which you have passed in the header internal table as 'X'.

and behave_when_error = 'P'

vinod_gunaware2
Active Contributor
0 Kudos

Hi

U can use function module for address maitain

<b>SD_CUSTOMER_MAINTAIN_ALL</b>

regards

vinod