cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any Login() method to Login to MDM?

Former Member
0 Kudos

Hi,

It is better to use provided Login() methods A2i to login to MDM Repository.

I need to know, do the package a2i.*; have any method which can be used as Login() method to login to

MDM Repository.

Regards

Kaushik Banerjee

Edited by: Kaushik Banerjee on Dec 17, 2008 5:52 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kaushik,

I worked on a scenario in which we can access the Workflow functionality on Portal using MDM Java APIs. In that we access the system details using Portal API i.e. when you run the webdynpro application, it will ask for username and password and one can pass this user name and password to the MDM system which allows the access to the UI only if the username and password matches with the one present in the repository along with the rights that user has in MDM.

So instead of using Login method of A2i try the above method.

Regards,

Jitesh Talreja

Former Member
0 Kudos

Hi Jitesh,

I am telling my requirement. I need to develop a Java Web Dynpro View.

This would contain the structure like itemDetails iView.

Now, this Web Dynpro application View when connected using the System Object created in portal

should be able to connect to MDM Repository and create new records inside the MDM Repository.

Regards

Kaushik Banerjee

Former Member
0 Kudos

Hi Jitesh,

Is this same as connecting to itemDetail iView from portal?

There we created System Object in System Administration-> Configuration and created System Alias.

We also did some UME Configuration.

Regards

Kaushik Banerjee

Former Member
0 Kudos

Hi,

Guided Procedure looks the only way

which helps to integrate with SAP MDM.

Regards

Kaushik Banerjee

Former Member
0 Kudos

Hi Kaushik,

Yes we create the system in the same way we do for Portal-MDM integration but we can work with many systems i.e. with different repositories using Java API. In our scenario we extracted the system details of all the systems for which the logged-in user is mapped with.

Guided procedures can be used with MDM. Refer the below thread

But Kaushik i dont understand what exactly you are looking for

Regards,

Jitesh Talreja

Former Member
0 Kudos

Hi Jitesh,

I just want to make itemDetail iView

which connects with MDM.

I don't want to use one supplied with MDM.

Regards

Kaushik Banerjee

Former Member
0 Kudos

Hi Kaushik,

You can do this with Java API but it involves huge development. If you want some additional functionalites in the existing ItemDetails iView then try to use Custom Events but dont go for complete buidling of ItemDetails iView using APIs.

Regards,

Jitesh Talreja

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I need a proper document which deals with SAP Web Dynpro iViews connecting with

SAP MDM 5.5.

Regards

Kaushik Banerjee