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: 

Ship-to party address data id SD

Former Member
0 Kudos
130

Hi All.

I wish change address data for partner in SD order. All FM (like ADDR_GET_COMPLETE, ADDR_SINGLE_SAVE) use ADDRNUMBER from ADRC . And if I change address data ,

it change in all orders. But, if I change data from transaction (va02) , address data write done local for order... Than FM can save address data local for order?

Excuse for my bad English...

1 ACCEPTED SOLUTION

Former Member
0 Kudos
78

It will change the whole customer master ,

if you want to get ship-to-party address the get the adrnr from vbpa table and do compare with adrc table

3 REPLIES 3

ferry_lianto
Active Contributor
0 Kudos
78

Hi,

Please try this BAPI BAPI_SALESORDER_CHANGE.

Regards,

Ferry Lianto

Former Member
0 Kudos
79

It will change the whole customer master ,

if you want to get ship-to-party address the get the adrnr from vbpa table and do compare with adrc table

0 Kudos
78

I have one client for set of orders, I should write down the various address data in each order. If I shall use ADDRNUMBER that in all orders the identical address data will be written down.