cancel
Showing results for 
Search instead for 
Did you mean: 

Change user relationship

Former Member
0 Kudos

Hi,

A vendor user was wrongly created in SRM with the relationship "has employee of" to the vendor org. instead of "has contact person". Can we change the relationship of the user? If so kindly advice how to do it.

Thanks in advance

Prasad

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Do we have a way to change the relationship of a vendor user from "Is employee of" to "Is contact person of" or need to

delete the user from SRM and create afresh.

One more question: Can we delete a an entry from the table BUT050. One user has two entries in BUT050 one each for

relationship category BUR001 & BUR010.

Thanks in advance

Prasad

laurent_burtaire
Active Contributor
0 Kudos

Hello Prasad,

>

>(...)

> Do we have a way to change the relationship of a vendor user from "Is employee of" to "Is contact person of" or need to

> delete the user from SRM and create afresh.

>(...)

Business Partner and its relationship category are stored in BUT050 table.

Check function module BAPI_BUPR_RELATIONSHIP_CHANGE to update your partner according to you need.

Nevertheless, you, will have also to switch your BP's role from BUP003 (Employee) to BUP001 (Contact Person) in BUT100 table.

For this, check if function module BAPI_BUPA_ROLE_CHANGE could answer to your need.

>

>(...)

> One more question: Can we delete a an entry from the table BUT050. One user has two entries in BUT050 one each for

> relationship category BUR001 & BUR010.

>(...)

Have a look at function module BAPI_BUPR_RELATIONSHIP_DELETE.

Regards.

Laurent.