Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CRM - Bapi for creating relationship between BPs with sales area data

Former Member
0 Likes
599

Hi

I am looking for BAPI for creating relationship between business partners with sales area data in CRM 5.0.

Example - I would like to create relationship type CRMH03.

Bapi BUPR_RELATIONSHIP_CREATE does not allow for maintaining sales area data (Sales org, distribution channel, division).

Does anybody know such a bapi?

Regards

Radek

Hi

I am looking for BAPI for creating relationship between business partners with sales area data in CRM 5.0.

Example - I would like to create relationship type CRMH03.

Bapi BUPR_RELATIONSHIP_CREATE does not allow for maintaining sales area data (Sales org, distribution channel, division).

Does anybody know such a bapi?

Regards

Radek

2 REPLIES 2
Read only

Former Member
0 Likes
456

Hey Radek,

I am actually looking for the same functionality. Were you able to find a solution although no one replied to your question in this thread? If so, it would be very helpful for me to know. Maybe you have to combine more BAPIs in order to add the organization information to the relationship. But I have no idea how.

Best Regards

Mirko

Read only

0 Likes
456

Hi

I used BUPR_RELATIONSHIP_CREATE for rel creation and later BUPA_PFCT_ADDFUNCTION to add sales area data and partner function. watch out for time condition in BUBA tcode on your relationship type. As I know this badi works only when it is set to 0.

regards