cancel
Showing results for 
Search instead for 
Did you mean: 

Question regarding MDM Java API 2??

namrata_d
Active Participant
0 Kudos

Hi all,

I need to retrieve records from MDM on the basis of a particular Remote system.

I have read the APIs there is an option to retrieve on the basis of Remote System key only...

Can anybody please tell me the code for finding records searching on Remote system??

Accepted Solutions (0)

Answers (2)

Answers (2)

namrata_d
Active Participant
0 Kudos

solved..

Former Member
0 Kudos

Hi namrata,

You can try this by attribute search dimension class.

Note: Always award points if found useful.

Thanks

Ninad

namrata_d
Active Participant
0 Kudos

Hi Ninad,

The attribute search dimesnion class is for taxonomy and not for search on remote system. If you see in the doc for attribute search dimension "A search dimension for a taxonomy field. It applies to attribute values".

Thanks

Namrata

Former Member
0 Kudos

Hi Narmata,

If you are working on SP05 then this javadocs will help you

<a href="https://help.sap.com/javadocs/MDM/current/index.html">MDM Java docs</a>

Hope this helps,

Vijay