cancel
Showing results for 
Search instead for 
Did you mean: 

Steps for java apis and mdm

Former Member
0 Kudos

Hi all ,

How we can work with JAVA APIs and MDM .

Please tell step by step ways.

thanks in advance.

Thnks

nm

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi new man,

Follow the following link. here u ll be getting some info about establishing connection and retrievind data and some important information abt JAVA APIs

[https://www.sdn.sap.com/irj/sdn/developerareas/mdm?rid=/webcontent/uuid/7426d2df-0901-0010-a3b7-83ff16976dd8 [original link is broken] ]

Hope this is helpful.

Reward with points if found useful.

Regards,

Sravan Velamury

Former Member
0 Kudos

Hi Man,

You have to specify the correct JAR files in the classpath of the Java Virtual Machine (JVM). The API consists of five JAR files:

1. mdm-admin.jar

2. mdm-common.jar

3. mdm-core.jar

4. mdm-data.jar

5. mdm-protocol.jar

These files in one single archive file with the name MDMJavaAPI_Ver<buildnumber>.zip. you can download this file from the service market place by using mentioned below link:

http://service.sap.com/swdc

then goto Download>Support Packages and Patches> Entry by application group -->SAP NetWeaver -->SAP MDM -->SAPMDM5.5 -->Java API

for the Java API documentation, you can download it from the link below:

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

But remember one thing that this JAVA API Version file must be compitable with your MDM Server version.you can verify this as per the build version.

Hope this will help you.

TNR,

Saurabh...

Edited by: Saurabh Kumar Sahu on Feb 1, 2008 8:09 AM

Edited by: Saurabh Kumar Sahu on Feb 4, 2008 7:49 AM

former_member182007
Active Contributor
0 Kudos