Skip to Content
0
Former Member
Jun 29, 2011 at 01:44 PM

Adding new web address for the customer using BAPI_ADDRESSORG_CHANGE

405 Views

Hi,

I have used the function module BAPI_ADDRESSORG_CHANGE to add a new web address for the customer (XD03). When a web address is added, I have set the parameters STD_NO to 'X' and HOME_FLAG = 'X' to identify the web address as the default. And the next time I add a new web address, I am setting the STD_NO to 'X' and HOME_FLAG = 'X' for the tables for the tables BAPIADURI & BAPIADURI_X to mark the new address as the default. But I couldn't get the default set for the newly added web address.

I have done the same while adding a new email address for a contact (VAP3), using the function module BAPI_ADDRESSCONTPART_CHANGE. Here, the newly added email address was set to default by setting STD_NO to 'X' and HOME_FLAG = 'X' for the tables BAPIADSMTP & BAPIADSMT_X. It was working fine, here.

Any idea.

Thanks in advance.

Regards,

Satish Kanteti