cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to pass Contact partner function from CRM to R/3

Former Member
0 Kudos

We currently use the PCUI to enter orders into CRM which then passes them to R/3. Every partner function specified on the order is passed from CRM to R/3 with the exception of the Contact Person. The contacts are defined in the customer master in R/3 but the one specifically chosen in CRM for a specific order is not passed across.

I've checked the Data Transfer settings in SPRO and the contact person partner function is mapped to the right value(CP) in R/3 but it still does not pass.

Any ideas or pointers?? Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi James,

Can you please check the BADI CRM_DATAEXCHG_BADI in your system. Normally we implement this BADI to delete the CP's detail from order in the method CRM_DATAEXCH_AFTER_BAPI_FILL with the line of code DELETE CT_BAPIPARNR3 WHERE PARTN_ROLE = 'AP'.

If you have this implementation then deactivate this to enable the exchange of the CP in orders.

<b>Allot points if my post helps!!</b>

Best regards,

Vikash.