cancel
Showing results for 
Search instead for 
Did you mean: 

BP Custom Field replication - CRM to ECC

Former Member
0 Kudos
516

Hello Developers,

I have added custom fields to the CRM BUT000 (Business Partner) table, using AET. Now, I need to replicate these custom fiields to ECC. We have configured, and are successfully replicating the standard BP fields from CRM to ECC. However, the new AET custom fields are not replicating.

Can you please help me by identifying BADIs, Enhancements, or User Exits where I can insert the required code in order to accomplish this custom field replication, on both the CRM and ECC sides of this replication? Is there a document that describes what is required?

We are running ECC 6.0, and CRM 7.0.

Thanks for your help!

Duane

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member209156
Active Participant
0 Kudos

Hi Duane,

Maybe notes 831536 and 736595 will help. (The X on the right-hand side of note 736595 indicates it's valid for subsequnet releases.) See also note 833585.

Best regards,

Brian,

Former Member
0 Kudos

Hi Brian,

Thanks for your help. I have resolved this, and the information that you provided was helpfutul.

I had to create a function module in ECC, modeled after the SAP provided sample FM SAMPLE_INTERFACE_DE_BALE. In addition to this, I had to configure entries in the standard SAP tables TBE24 and TBE34 (event DE_BALE), so that my new function module would be called.

Duane.