cancel
Showing results for 
Search instead for 
Did you mean: 

Need Sample JAVA API for MDM Integration to the Portal for a simple form

Former Member
0 Kudos

I am looking for a document such as How to Guide with sample code in how to integrate MDM with Portal 7.

Here is an example: We have a simple form the require users to input information - the information needs to be saved in MDM - I understand that we need to do that using JAVA API - but I am looking for actual code samples.

Also - for buttons on the form such as Submit and Cancel. What happens when a user click on Submit or Confirm button.

This is most urgent. Thank in you in advance.

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Developer

Perhaps this could help. check this <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/763845b3-0b01-0010-a1a6-c1763df8f049">link</a>

Greetings

Alejandro

Former Member
0 Kudos

I have read the document. It does not help.

Former Member
0 Kudos

Hi Developer,

By far the easiest way of integrating MDM with the Portal is to use the MDM 5.5 SP4 out-of-the-box iViews. These are a set of highly configurable iViews which allow for searching, viewing and updating records in any MDM repository.

If you require functionality not provided by the MDM iView package, or if you want to develop your own custom application using Web Dynpro (or any other Java-based technology), you can use the MDM4J API which provides complete functionality for manipulating data in an MDM repository. There is also a COM API for developers wishing to develop DotNet applications, and an ABAP API is under development too.

Walter

Former Member
0 Kudos

Yes, I just discovered that yesterday.

Thank you, anyhow for responding.