2008 Dec 19 3:28 AM
Dear All.
I have created a program:u2019 created Sales Order from Quotationu2019. If the Sold to Party is u2018One-Time-Customeru2019, Then the customer address have not value. Because in VA21,the value address of One Time customer input by user.
Which Bapi or Function can create the address?
Thanks
Sun
2008 Dec 19 3:32 AM
hi,
you can try
BAPI_VENDOR_EDIT
BAPI_CUSTOMER_CHANGEFROMDATA
BAPI_CUSTOMER_CHANGEFROMDATA1
thanks
2008 Dec 19 3:30 AM
I used 'BAPI_BUPA_FS_ADDRESS_ADD'
The error is:'Business partner BUS0001 does not exist'.
I don't know which 'Business partner' for creating SO solid to party adress.
Thanks
Sun
2008 Dec 19 3:38 AM
Hi Sun
use This BAPI BAPI_BUPA_ADDRESS_ADD
AND also check this
WB2_PARTNER_ADDRESS_CREATE
Ranga
2008 Dec 19 5:52 AM
hi,Ranga Swamy
thanks
I used WB2_PARTNER_ADDRESS_CREATE but the return sy-subrc = 1. I commit the bapi,but the data not update.
2008 Dec 19 3:32 AM
hi,
you can try
BAPI_VENDOR_EDIT
BAPI_CUSTOMER_CHANGEFROMDATA
BAPI_CUSTOMER_CHANGEFROMDATA1
thanks
2009 Jan 06 3:36 AM