cancel
Showing results for 
Search instead for 
Did you mean: 

Synching the data between MDM and ECC

Former Member
0 Kudos

Hi All,

We have been on SAP MDM Central Master Data Management scenario for more then a year now. In the pas we have seen many issues ike - Syndication server failures, idoc failures due to which the data is not 100% in synch between MDM and ECC.

Though we are working on the idoc failure tracking process but my question is this -

I need to create an automated program which runs on a weekly basis finds the data which is out of synch in MDM and FEP and gives me the same. So the logic should be something like this - Pick up the records updated during the last week in MDM, look for those records in ECC. Compare field by field and give me the delta.

Since it is a central master data management scenario hence there are cases in which records are created in MDM but not present in ECC may be because of syndication failures or idoc failures.

Any one worked n a similar sort of program/logic? Kindly let me know your experiences as well in efforts to keep the data in synch.

Regards,

Indraveer

View Entire Topic
Former Member
0 Kudos

Hello Indraveer

Yes you can do it.

You can configure exchange between ECC and MDM by schedule directly or through PI

or

SAP MDM 7.1 has own API for ABAP, JAVA, .NET. (5.5 for ABAP,JAVA, .COM)

That may be abap transaction or java(.net) application is working by schedule.

more about MDM API you can read here:

ABAP

http://help.sap.com/saphelp_nwmdm71/helpdata/en/48/edff445128209ce10000000a42189d/frameset.htm

JAVA and .NET

http://help.sap.com/saphelp_nwmdm71/helpdata/en/13/041975d8ce4d4287d5205816ea955a/frameset.htm

JavaDocs

http://help.sap.com/javadocs/MDM71/index.html

Regards

Kanstantsin Chernichenka