cancel
Showing results for 
Search instead for 
Did you mean: 

Help ADDR_REFERENCE_INSERT

Former Member
0 Kudos

I have to insert a record in the ADRC table.

I'm trying to insert it using the function ADDR_REFERENCE_INSERT,

but I don't know which are the input parameters the function receives?

Can I have an example?

Thanks

Giorgio

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If you are creating the business partner along with address data then use the function module 'BAPI_BUPA_CREATE_FROM_DATA'.

If you are adding the new address type to a existing BP then use the function module 'BAPI_BUPA_ADDRESS_ADD'.

IF you would like to know the input parameters for this function module then you rather use 'BAPI_BUPA_ADDRESS_GETDETAIL' first to get the address detaiuls of existing customer and follow the same for BAPI_BUPA_ADDRESS_ADD.

Thanks,

Thirumala.