2007 May 22 3:40 PM
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...
2007 May 22 3:45 PM
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
2007 May 22 3:44 PM
Hi,
Please try this BAPI BAPI_SALESORDER_CHANGE.
Regards,
Ferry Lianto
2007 May 22 3:45 PM
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
2007 May 22 3:58 PM
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.