Skip to Content
0
Former Member
Sep 23, 2008 at 02:06 PM

How to retrieve records having same value using MDM Java API

44 Views

Hi,

I am using the MDM Java APIs in my WebDynpro component to retrieve the records from the MDM Repository. The Java API version is 5.5.63.60

I have a product table and it has several records with same product name. If I use the 'RetrieveRecordsByValueCommand', I get only one record i.e., the first encountered record that matches the product name. But, I want to retrieve all the records having the same product name.

What is the retrieveCommand that I can use to retrieve all the records with the same value for a given field?

With Regards,

Yuvaraj