cancel
Showing results for 
Search instead for 
Did you mean: 

How to do OCI Mapping in SAP MDM

Former Member
0 Kudos

Hi Guys,

Can anybody let me know how to do OCI Mapping. I have SRM MDM catalaog repository. How these repository will get the data and how it is configured with search UI, where the search will be created and how the search UI is configured.

i am looking for ur valuable answers

Thanks

Ravikumar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

For any further information refer to this blog by Vijaysarathy

/people/vijayasarathy.raghunathan/blog/2007/09/05/previewing-srm-mdm-catalog-20

Hope dis solves ur problem

Regards Tejas.........

Former Member
0 Kudos

First of all to do OCI mapping u need to have Config UI.

With the SRM MDM content u get three sca files ie. MDMJAVAAPI.sca , SRMMDMCAT01_0.sca and MDMWEBUI.sca .

Of them deploy MDM Java API (MDMJAVAAPI05_1.sca) and SRM MDM Catalog Webdynpro UI (SRMMDMCAT01_0.sca)

You need to deploy these files on to the WAS. After deploying these sca files both the UI that are Config Ui and Search Ui will be enabled.

To access the config UI the url is

http://<server>:<port>/SRM-MDM/SRM_MDM

In the Config UI u can do the OCI mapping and do whatever customizations for the search UI.

And to access the Search UI the link is as follows

http://<Server>:<port>/SRM-MDM/SRM_MDM?sap-locale=EN&HOOK_URL=&mask=&namedSearch=&username=&password...

In this url u need to enter parameters such as username, password, MDM server, Mask, Named search etc

After enetering all dis parameters like MDM Server and Username and Password which are mandatory Search UI can be accessed.

Note: Masks and Named searches are optional parametres.

Hope this helps u

Regards Tejas...........