cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: Java API

Former Member
0 Kudos

Hi all,

I am implementing webdynpro with MDM. To start with it i need to include jar files only or anything else is needed.

Regards,

Jyothi

Edited by: jyothi beera on Feb 12, 2009 11:58 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi jyothi ,

To work with Webdynpro java and MDM system you will need to MDM java api files .

These MDM Java Apis contain all the functions and methods to work with the Master data in MDM.through your webdynpro screens.

You will need to MDM Jar files to be deployed on your Web application server and NWDS to work with them.

All you need to so is make sure that you are deploying the correct jar files matching with your mdm server version else you might face errors laters.

Uptill the SP05 version of MDM the apis were available as MDM4J.jar files but from the MDM SP06 version onwards they are the MDM JAVAP API.jar file.This file contains all the jars needed to work with MDM.

To know the compatible java apis to work with kindly follow the belwo link:

http://help.sap.com/javadocs/MDM/SP05/(Java api programs)

https://help.sap.com/javadocs/MDM/current/index.html (java api codes)

http://help.sap.com/javadocs/MDM/SP06P2/index.html (Java Docs for SP06)

You can also refer the belwo link on MDM integration using Java api:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b02f4f88-7bbb-2a10-67ad-d435b9f0...

Hope It Helped

Thanks & Regards

Simona Pinto

Former Member
0 Kudos

Hi Jyothi,

just use the programming code... please use MDM API. Go to link: http://help.sap.com/javadocs/MDM/SP06/com/sap/mdm/examples/package-summary.html

Otherwise you can use MDM Web Service.

Hope this help.

Ragards,

Vito

Former Member
0 Kudos

please suggest