‎2006 Jul 04 7:21 AM
Hi,
Is there a BAPI or FM to <b>create</b> or <b>update</b> Business Partner <b>address</b>?
Thanks and Regards,
Madhu
‎2006 Jul 04 7:35 AM
In R/3 you can check
WB2_PARTNER_ADDRESS_CREATE
also confirm in which system u need to create the business partner address.
Additionally you should also check out
BAPI_BUPA_ADDRESS_ADD
BAPI_BUPA_ADDRESS_CHANGE
BAPI_BUPA_ADDRESS_GETDETAIL
BAPI_BUPA_ADDRESS_GET_NUMBERS
BAPI_BUPA_ADDRESS_REMOVE
These may be helpful
Regards
Alok Pathak
Message was edited by: Alok Pathak
‎2006 Jul 04 7:37 AM
Are you referring to Business Partner as in FI side or is it the SD partners?
On the FI side they are store in the table BP000 and on the customer partners, it is stored in KNA1. If it is vendors it is LFA1. But in case you are using central address fields(additional address fields) for customers and vendors, then the addresses are stored in ADRC and you need to look at this table with address number obtained from KNA1 or LFA1 as the case may be.
‎2006 Jul 04 8:24 AM
Thank you.
I have to use in <b>R/3</b> system in <b>MSD</b> module.
The problem is-
I need a BAPI to upload extra addresses for a business partner. BAPI_BUPA_ADDRESS_ADD is I think it is for adding address for the first time (Transaction BP). When we want to add multiple addresses for the same Business partner(Can be done using Using transaction JGA0) is there any BAPI?
Thanks and regards,
Madhu
‎2006 Jul 04 8:49 AM
Madhukeshwar,
I believe you may be able to use <b>BAPI_CUSTOMER_CREATEFROMDATA1</b> for your requirement.
rgds,
TM.
‎2006 Jul 04 12:53 PM
Thanks.
This function module I think creates Business partner. But my requirement is to create multiple addresses for the BP. Is there any BAPI?
Regards,
Madhu
‎2006 Jul 04 1:09 PM
Can you check the change bapi of the same create BP - <b>BAPI_CUSTOMER_CHANGEFROMDATA1</b> ? I think this can be used to add one more address to the existing BP.. Please check out.
Rgds,
TM.