cancel
Showing results for 
Search instead for 
Did you mean: 

different addresses

Former Member
0 Kudos

Hi,

How to add shipping address and billing address to existing bussiness partner in sap crm.which Bapi is useful to reach this requirement.

Thanks

swathi

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182670
Contributor
0 Kudos

You can use FM BAPI_BUPA_ADDRESS_ADD to add new address or BAPI_BUPA_ADDRESS_CHANGE to change existing one.

Go to transaction BAPI and expand methods of BusinessPartner object - you can find documentation of these BAPI's there.

Former Member
0 Kudos

Hi,

I belive BAPI_BUPA_ADDRESS_ADD is used to add the stadard address to BP.

If i want to add shipping address and billing address and delivery address to the particular bussiness partner.

what is the bapi?

Thanks

swathi

Former Member
0 Kudos

If you need to create a bill-to or ship-to relationship between two business partners then try

BAPI_BUPR_RELATIONSHIP_CREATE

former_member182670
Contributor
0 Kudos

You can use this FM (BAPI_BUPA_ADDRESS_ADD).

Just specify type of address you want to create in table parameter ADDRESSUSAGE.

Possibile values of address types are In table TB009