Search code examples
abapsap-erp

how to change and add a phone number to BP address independent communication data


I have to change address independent communication data for Business Partners (BP). For get data I'm using: BUPA_ADDRESSINDEP_COMMDATA_GET . I am looking for any function module like BAPI_BUPA_ADDRESS_CHANGE and BAPI_BUPA_ADDRESS_ADD, but for address-independent communication data. Or maybe can you tell me the tables where are stored address-independent phone and fax numbers?

thanks a lot


Solution

  • The address-independent data can be manipulated with functions like BAPI_BUPA_CREATE_FROM_DATA and BAPI_BUPA_CENTRAL_CHANGE. Have a look at those functions and related functions in the same function groups.