cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro and MDM Java API's(new)

Former Member
0 Kudos

Hi all

I am using MDM Java APIs(new). I also had not worked on MDM4J earlier.

Now the scenario is simple enough:

I have to search the Products table.

I have got the connection, established session , done user authentication and all.

Now the problem is setting the search parameter and constraint, that means i need to add some piece of code after this

Search search = new Search(mainTableId);

I am not able to figure out that.

Moreover when i get the resultset, how I retrieve the specific values (field wise) from it, i mean which methods to use (api).

If there is some reference guide for new API's ,it would be great (the one at service market place is corrupt, MDM 5.5 Java Library Reference Guide)

Any pointers are most welcome

Avinash

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Well i figured it out.

Thanks