cancel
Showing results for 
Search instead for 
Did you mean: 

Updating faxnumbers via function calls

Former Member
0 Kudos

At one of our customers we need to change all faxnumbers since they will start using a different fax-application in the near future.

To change the faxnumbers of personnel data I found 2 functions I thought I could use.

ADDR_PERSONAL_COMM_GET to read the data ( table type ADFAX ) and

ADDR_PERSONAL_COMM_MAINTAIN to maintain the data

However, when I call function ADDR_PERSONAL_COMM_MAINTAIN I always get the message that the combination of address number and personnel number does not exist. When I look in the tables ( fe ADR3, ADRCOMC ... ) the combination does exist.

I have the impression that the function checks an internal table that is filled in another function of the same functiongroup. but I can't find which one.

Does somebody has some experience with these functions ?

Can you let me know what I do wrong here ?

Any help is appreciated. Also other functions that could be used

Accepted Solutions (0)

Answers (5)

Answers (5)

vinod_gunaware2
Active Contributor
0 Kudos

Hi

ADDR_ADOWNERREF_INSERT

ADDR_ADOWNERREF_INSERT_UPDTASK

SD_CUSTOMER_MAINTAIN_ALL

BAPI_ADDRESSPERS_CHANGE

BAPI_ADDRESSORG_CHANGE

BAPI_ADDRESSCONTPART_CHANGE

REGARDS

VINOD

Former Member
0 Kudos

Hi,

Thanks for those tips but ...

I need to change ALL faxnumbers in the system, therefor I would like to start from central address Mgmt so that way I have all adresses, so not only SD partners or SAP users, but also contact persons ...

I hope also that I can use the same functions to update those adresses, so that I am not dependent of the fact that it is a customer address, a vendor adress, an address of the company code or an address of a SAP user.

Best regards

former_member188685
Active Contributor
0 Kudos

Hi,

You can change the address details of customer using the

fm <b>BUPA_ADDRESS_CHANGE</b>

using that you can change address,fax,phone numbers etc..

Check it once...

regards

vijay

Former Member
0 Kudos

Hi,

you can use FM SD_CUSTOMER_MAINTAIN_ALL.

This is the master FM which does all types of updates for customers.

Regards,

Shashank

Former Member
0 Kudos

Hi erwin,

1. SUSR_USER_ADDRESS_READ

use the above fm to get the

respecitve

PERSON NUMBER

& ADDRESS NUMBER

2. The paramter in this fm is USER_ADDRESS

3. Or u can try the following FM

SUSR_USER_CHANGE

regards,

amit m.