Application Development and Automation 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: 
Read only

Function module or BAPI for creating Business Partner address

Former Member
0 Likes
2,880

Hi,

Is there a BAPI or FM to <b>create</b> or <b>update</b> Business Partner <b>address</b>?

Thanks and Regards,

Madhu

6 REPLIES 6
Read only

Former Member
0 Likes
1,204

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

Read only

0 Likes
1,204

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.

Read only

0 Likes
1,204

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

Read only

0 Likes
1,204

Madhukeshwar,

I believe you may be able to use <b>BAPI_CUSTOMER_CREATEFROMDATA1</b> for your requirement.

rgds,

TM.

Read only

0 Likes
1,204

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

Read only

0 Likes
1,204

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.