cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for creating phone number, fax, e-mail, www for BP

Former Member
0 Kudos

Hey

Does anybody knows BAPI for creating new numbers (phone, fax), e-mail and www address in communication related to address

in Business Partner?

the requirement is to create few phone numbers, fax etc for existing BP who has already address data.

Regards

Radek

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hey, I've found solution. I used BAPI_BUPA_ADDRESS_CHANGE (BP and its address already exist). I pass BP number, AddressGuid (from BUT020), table BAPIADTEL, table BAPIADTEL_X only with UPDATEFLAG = 'I'. Commit after. And it works.

Regards

Former Member
0 Kudos

Hi Radek,

I tried implementing your solution but I am not able to add a new no. Only able to update if a no already exist.

Can you just give some test parameters what you passed in the BAPI.

Will be thankful to you.

Regards

Sourabh

Former Member
0 Kudos

HI

please write new thread baceause I dont get mail notifications from this thread about new post.

i will there answer your question

Regards

Former Member
0 Kudos

Hi,Radoslaw Stefaniak .

I am not able create phone number, fax, e-mail, www for BP. i am pssing

TABLES parameter BAPIDATAEL in BAPI BAPI_BUPA_CEATE_FROM_DATA but in debugging it's showing data in BAPIADTEL but it's not creating.please advice how to upload these data.

Regad,

Jemmi.

Former Member
0 Kudos

Hi Radek,

I doubt, regarding the BAPI for addition of new Phone no , fax no , etc.

These fields are the part of address independent communication.

You need to add a new address with which you can add these new communication data.

Refer object BUPA for the BAPI's of Business Partner.

Regards

Sourabh

Former Member
0 Kudos

Hi

Yes, I agree this BAPI is only for address independend data.

I need bapi for adding new numbers in address dependent data (for the same address).

In BP in frame Communication near phone number you have an icon of yellow arrow.

If you press it you can see more phone numbers for BP for this address.

I would like to add it here for phone number.

Regards

Radek

Former Member
0 Kudos

Hi Radek,

I am talking about that only. Those can be only added with a address because those fields are available in TABLES parameter in BAPI. You have to pass address data if you want to add new phone no or email address which are present in TABLES parameter.

With a single address you can pass multiple phone no .

You need to make use of TABLES parameter BAPIDATAEL in BAPI BAPI_BUPA_CEATE_FROM_DATA2 or any bapi to add address.

But independently you can not add Phone no without Address details cos there is no provision of Address independent communication in IMPORT parameters.

These are present in TABLES parameters.

I doubt there is any provision available to add new numbers without adding a new address.

Best Regards

Sourabh

BGarcia
Active Contributor
0 Kudos

Hello Radek,

Try this function module: BAPI_BUPA_CENTRAL_CHANGE

I've never used but it seems to have all the data you are looking for.

Regards,

Bruno