cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MDM Connection with WebDynpro Java

Anmol_Kumar
Participant
0 Kudos

Hi,

I am working with SAP WebDynpro Java (UI) and SAP MDM (Database). I had added the respective jars-

a) I want to test whether I am able to make a connection to the MDM server. Let me know input parameters (sample source code required) which I need to pass from SAP WebDynpro Java (UI) to make a successful connection to MDM (DB). Please let me know this in details.

b) After making connection to MDM, I need to write a query where I need to pass Lot No1 & Lot No2 from WebDynpro Java (UI) & check in a MDM table numbers of records existing and later display the corresponding records details (sample source code required) in the screen.

Your inputs will be highly appreciated.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

vijay_kumar49
Active Contributor
0 Kudos

Hi,

Please look at this wiki for [Connecting to MDM Using WDJ|http://wiki.sdn.sap.com/wiki/display/WDJava/ConnectingtoMDMusingwebdynpro+java] and [Connect to MDM 7.1 using Webdynpro Java|;

Hope This is Help full for you!!!

Best Regards

Vijay K

Answers (3)

Answers (3)

Anmol_Kumar
Participant
0 Kudos

solved

Former Member
0 Kudos

You can also use MDM webservices. You can generate webservice using wsgenerator (http://hostname:port/wsgenerate) and those webservice can perform all search, create, update operatio. you just need to import these webservice and run from your webdynpro. it is simple. no need to worry abt connections etc.

Former Member
0 Kudos

Anmol,

Depending on what version of WAS you are on...you might have WDJ components available that you can use. Just to offer a different view on your question.

Otherwise follow the links above or the following link to get sample code.

You should get lots of sample code on SDN.

Thanks,

Praveen.