cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer of customer data from R/3 to CRM

Former Member
0 Kudos

Hi Friends,

We have a R/3 4.7 server and a CRM 4.0 . Currently we are exchanging some data between these systems.

We have a requirement to send customer details to CRM from R/3.

Is there any BADI or User exit or function module which is used to fill the BDoc structure before it is transferred to CRM?

Thanks in advance.

Helpful answers will definitely be rewarded.

Regards,

Bhanu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The data exchange structure is not a BDoc, but a BAPIMTCS structure. It can be accessed using events in R/3 on creation and before sending.

Depending on the release of the PI in the ERP system you can use these (see notes with search term BP_EXCHANGE_CRM_TO_R3). This should yield some examples for making your own solution. If you made EEWB enhancements of the field, it should become a bit easier to map, see here note 833585 on how to map the EEWB fields to ERP fields.

Regards, Kai