cancel
Showing results for 
Search instead for 
Did you mean: 

api for mapping

Former Member
0 Kudos

Can we write a java program (or another langage) be used to perform the mapping ?

Accepted Solutions (0)

Answers (2)

Answers (2)

michael_theis
Active Contributor
0 Kudos

Hi

if you have a look at the JAVA APIs (or the ABAP APIs as well) you'll see that those APIs provide several methods to read and write data in MDM fields, look ups, qualified look ups, hierarchies, and so on. The mapping between your local data model and MDMs data model is then a task that you have to fullfill with your own coding.

Kind reagrds

Michael

Former Member
0 Kudos

There are no API currently to mimic the Import Manager functions.

You have to use the CatalogData class methods to create, edit and display records in MDM.

Import Manager, Import Server are good tools to import data into MDM.

Hope this helps,

Please mark helpful answers