cancel
Showing results for 
Search instead for 
Did you mean: 

MDM4J to MDM Java Api Migration issue

Former Member
0 Kudos

Hello,

I'm working on a migration from MDM 5.5 SP04 to SP06. On the scope of work, some application that works with the old MDM4J library need to be modified to work with the new MDM Java API (5.5.63.65).

Well, there are some packages that just disappeared on the new API, like the a2i package. For a example, I have no idea of what to use instead of2i.search.FreeFormParameter or a2i.search.Search. That's also applies to Resultsets (ResultSetDefinition, A2iResultSet...) and FreeFormParameter.

I'm wondering if someone of you guys have worked on a similar project, because I really need some help here.

Any document, article or piece of code beyond the stuff from marketplace will be alot helpfull!

Thanks already!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can refer to following link

http://help.sap.com/saphelp_mdmgds55/helpdata/EN/46/281bce218b14dbe10000000a155369/frameset.htm

You can use Following class ResultDefinition instead of ResultsetDefintion.

There is replacement of all the classes in new Java API 2 as that of a2i classes.

Thanks and Reagrds,

Shruti.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can refer to the below link for some examples on new java api's.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70807f5d-e166-2b10-728e-d740a71c...

Thanks,

Priya.