cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with updating Tel no and Fax no by bapi BAPI_BUPA_ADDRESS_CHANGE

Former Member
0 Kudos

Hi,

Im trying to update the Telephone number and Fax number using a BAPI able to update the same in BP and XD02 in R/3 but it is not updating in CRM.

CALL FUNCTION 'BAPI_BUPA_ADDRESS_CHANGE'

EXPORTING

businesspartner = 'xxx'

TABLES

BAPIADTEL = i_tel[]

BAPIADFAX = i_fax[]

BAPIADTEL_X = i_telx[]

BAPIADFAX_X = i_faxx[].

CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'

EXPORTING

wait = 'X'.

any soln

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rhythem,

The problem isn't clear - are you executing the BAPI in R/3 and expecting the change to flow to CRM, but its not ?

Or are you executing the BAPI independently in a CRM system and its failing ?

While caliing this BAPI, also pass the address number of the address you wish to change. Moreover, also make use of the RETURN table parameter since it will capture any errors that the process may encounter.

Cheers,

Rishu.

Former Member
0 Kudos

Hi,

i want BAPI in R/3 and expecting the change to flow to CRM.

i am also returning the RETURN table but it is not giving any error . One more thng for some business partner it is working fine .

I am not able to find where i am wrong .