cancel
Showing results for 
Search instead for 
Did you mean: 

Are there any basic MDM data search API examples/tutorials?

former_member1173626
Participant
0 Kudos

hello all,

my company just installed mdm 5 and my task is to build some java applications that use the mdm api. our first implementation is using the products data model for all of our materials.

i want to know if there are any basic tutorials or examples of how to get, for example, read all the records in the product table and how to search and get a result set, like on name or id, etc.

just some basic read and search examples to introduce me and get me started. if you know of any, it will be much appreciated.

thanks very much,

mm

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mike,

Please go through the below link. It is useful for searching the MDM repository.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30a97ac6-c884-2910-c6ad-bae0de29...

Hope this helps

Regards

Kiran..

former_member1173626
Participant
0 Kudos

Hello Kiran,

thanks for that document.

well from scanning through it, i can certainly see it can be valuable, but i am a novice to sap and the developer studio. that document is pretty advanced, that's why i was looking for some simple and basic examples.

actually, the examples that sap provide in the javadocs are type type of simple examples. unfortunately, their examples are more utility commands to load and unload, get server version, etc., rather than data processing examples.

it will be a while before i get up to speed with the developer studio, web dynpro, etc., so to get me started, i hope to find some simple basic examples.

thanks again,

mm

AndreasSeifried
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Mike,

please have a look here:

http://help.sap.com/saphelp_mdm550/helpdata/en/46/281bc8218b14dbe10000000a155369/frameset.htm

The corresponding sources can be downloaded from this page:

http://service.sap.com/installMDM

--> MDM 5.5 SP05 - Java API Migration Guide or MDM 5.5 SP05 - Java API

and the latest Javadoc can always be found here:

https://help.sap.com/javadocs/MDM/current

Kind regards,

Andreas

former_member1173626
Participant
0 Kudos

hello Andreas,

thanks for source and example links, they were really good and were just what i was looking for.

i very much appreciate your help very much!!

very best rgds,

mm

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Mike,

SAP does provide with some JAVA commands and examples.

Follow this link <a href="http://help.sap.com/javadocs/MDM/SP04/overview-summary.html">Click here</a>

I hope this works for u

Regards

Tejas...............

Former Member
0 Kudos

Hello Mike,

I havent found any specific document on data search examples/tutorials but i have found one guide which explains <b>How to avoid the problems related to MDM Data Model</b>.

Here is the link <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0d8aa53-b11d-2a10-aca2-ff2bd42a8692">Download</a>

Regards

Tejas...................

former_member1173626
Participant
0 Kudos

Hello Tejas,

thx for the reference to the document. i'll be passing it along to our data modelers.

as for the sap examples i saw them but they are more utility examples (start, stop, server version etc) nothing useful like data processing.

rgds,

mm