cancel
Showing results for 
Search instead for 
Did you mean: 

How to Connect the MDM.

Former Member
0 Kudos

Hi Friends,

I am new from MDM. I am working on WDJ In my project now I got small requirement on MDM.

1. In MDM Having one table(user_MultiResion). This table having these attributes (Username, Vendor Number, Client, Flag).

1. How to find out who is login into the portal.

2. How to Connect MDM.

3. How to get the Table from the MDM and How to Execute the table in NWDS.

2. My Req

Who is login into the portal that portal user id will passes to Table as input. By using that user name input I will get Vendor number, Client and Flag

If (user is available in India Client num:700)

{

By using that JCOu2019s connect we will connect the Client 700 System

}

Else if (user is available in UK Client num:500)

{

By using that JCOu2019s connect we will connect the Client 500 System

}

This is my Req. How to write MDM coding in MDM.

Thank you,

Regards

Vijay Kalluri

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Vijay Kalluri

SAP MDM provide Java API for working with MDM repository

More about SAP MDM Java API you can read here:

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

Simple How to guide(development MDM Web dynpro application) you can get here:

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

OverView basic classes MDM Java API get here:

http://help.sap.com/javadocs/MDM71/index.html

SAP packages for SAP NetWeaver Portal were closed for modification.

Better way for connect to SAP MDM repository to use custom MDM WebDynpro application or Web services

Best regards

Kanstantsin Chernichenka