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

StackOverflow https://stackoverflow.com/questions/7929116

  •  15-02-2021
  •  | 
  •  

Question

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

Was it helpful?

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.

OTHER TIPS

To add or change phone data use the TABLES parameter TELEFONDATANONADDRESS of the function module BAPI_BUPA_CENTRAL_CHANGE.

*"  TABLES
*"      TELEFONDATANONADDRESS STRUCTURE  BAPIADTEL OPTIONAL
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top