cancel
Showing results for 
Search instead for 
Did you mean: 

Connection to MDM 7.1 using java code

Former Member
0 Kudos

Hi,

I am new to MDM 7.1 and i need to know how to use the java code to connect to MDM repository. Please help.

Thanks

Nandini

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

For JAVA API please refer http://help.sap.com/javadocs/MDM71/index.html

but first you'll neeed NWDS ie NetWeaver Developer Studio installed to work with JAVA API.

regards,

Abhishek

Former Member
0 Kudos

Hi,

Please let me know how to make connections using Java APIs in webdynpro. Do I need to write a connection class and use it in other webdynpro dcs.

Thanks,

Nandini

Former Member
0 Kudos

Hello Nandini

Example of connection code you can found here:

Concern to usage your WDP application class in another WDP application a cann't help you

Regards

Kanstantsin Chernichenka

Former Member
0 Kudos

hi Kanstantsin Chernichenka,

The prev thread had connection code for .NET. Is that the same for Java Connection code also?

Thanks

nandini

Former Member
Former Member
0 Kudos

Hellol Nandini

First of all you should be sure thta correct mdm java api package is installed in your system.

More common information you can read here:

http://help.sap.com/saphelp_nwmdm71/helpdata/en/4A/387EB4A7EA1CA2E10000000A42189C/frameset.htm

SAP MDM Java api classes:

http://help.sap.com/saphelp_nwmdm71/helpdata/en/13/041975d8ce4d4287d5205816ea955a/frameset.htm

Build webdynpro components:

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/600333e0-9bf7-2c10-1f99-bf5dcf661949

Regards

Kanstantsin Chernichenka