cancel
Showing results for 
Search instead for 
Did you mean: 

CRM to ISU contract replication issues

Former Member
0 Kudos

Dear SMEs,

Seeking your help on a couple of CRM to ISU contract replication issues :

1. I have added a custom field on to CRM_ORDERADM_I(which has an equivalent  custom field on ISU-EVER).The field value is not replicating from CRM to ISU.

2.For the same CRM contract,if a value on a standard field is updated from Null to say value 1,replication is getting triggered.The value in the custom field in this case is also getting replicated.

However, if on the same CRM contract,the value on the standard field is changed from value 1 to say value 2, replication is not triggering.

Any inputs on what should be investigated to resolve the above issues is much appreciated.

Thanking in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

nicolas_busson
Active Contributor
0 Kudos

Hi,

A good place to start analyzing CRM -> ISU contract replication is function module CRM_ISU_CONTRACT_FILTER in CRM. Set a breakpoint and see why nothing is sent to ISU when you make a modification. Then you'll have to review your coding in BAdI ECRM_UPLOAD (in both systems) as it is responsible for sending customer fields from one system to another. See:

SPRO >> CRM >> industry specific solutions >> Utilities >> Transactions >> Settings for contract repication.

Regards,

Nicolas