cancel
Showing results for 
Search instead for 
Did you mean: 

Transferring Contact People

Former Member
0 Kudos

Hi Gurus

How can I transfer following people from one sold to

another

say for example

"please transfer following contact people from 10047656 -to NEW SoldTo 10183357:

-50063203, 50053204, 50063205, 50063202, 50041825"

this is the query

What steps do I need to take

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Aryan,

you can do the trnasfer of contact persons form one BP to other uisng the Data Cleansing Tcode Bupa_Clear

Look at this Blog

/people/gregor.wolf3/blog/2006/03/22/data-cleansing-part-1-150-customizing-cleansing-case-creation-and-processing

Reward me with points if its useful

RGDS

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi gurus,

Please follow below steps for Transferring contact ppls

from one soldto to another.

1) First I need to delete the address related info by

either running a Z prgram or manual deleion which will delete the address of contact ppl mapped to old sold to

2)Run the T-Code BP , Find the Old BP and delete the contact ppl from there

3) Find the new BP and Create the BP by clicking Create Button.

Rgds,

Aryan.

Former Member
0 Kudos

Hi

If you already know the contact persons, perform following steps:

1. Delete contact person rel for previous partner using FM BUPR_CONTP_DELETE.

2. Add relationship for new partner using FM BUPR_CONTP_CREATE

Regards

Kaushal

Former Member
0 Kudos

Is there any tcode by which I can do this cause there are lots of members ??

Please revert back points guaranteed

Former Member
0 Kudos

I dont think there is any standard t-code or FM for this

You can write a report that takes 2 parameters: old BP and new BP:

1. Select * from but050 into git_rel where partner1 = old_bp and reltyp = BUR001.

2. Delete but050 from git_rel (this will remove all contact person links with old partner)

3. replace old bp with new BP in table git_rel

4. modify but050 from table git_rel

Regards

Kaushal