cancel
Showing results for 
Search instead for 
Did you mean: 

How to access MDM WD components on server ?

abhijeet_mukkawar
Active Contributor
0 Kudos

Hi All,

We are working on CE 7.2 SP5 and MDM 7.1 SP6.

The scenario we want to implement is to access the MDM WDC Project dynamically and read all the Item Details / Result set etc. in it and based on that build some UI solution.

For this we want to know the ways to access MDM WD Components or the path on server where it gets stored.

-Abhijeet

Accepted Solutions (0)

Answers (1)

Answers (1)

abhijeet_mukkawar
Active Contributor
0 Kudos

any info on this is highly appreciated..

fabianl
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi ,

do u have check the docs regarding mdm wd comps?

http://help.sap.com/saphelp_nwmdm71/helpdata/en/4e/78027cdab229ace10000000a15822b/frameset.htm

http://help.sap.com/saphelp_nwmdm71/helpdata/en/4a/af1dc59d36449de10000000a42189b/content.htm

If u have an sap portal u can create an iview to show the content of the wd to the endusers

Especially this guide:

How To Build Web Applications Using MDM Web Dynpro Components > http://scn.sap.com/docs/DOC-16297

the WD Config screen can access vie this url: http://<server>:<port>/mdm/wdconfig

br,

fabian

abhijeet_mukkawar
Active Contributor
0 Kudos

Hi Fabian,

Thanks for you reply.

However, I want to access the WDC project on server file system at runtime. Guess, the project gets into XML representation on server file system and I want to access that XML file.

Looking for the path/or any particular place where i can look for the file on server.

-Abhijeet

fabianl
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Abhijeet,

the config ist stored on the db not on the server.

For details check this:

http://help.sap-ag.de/saphelp_nwmdm71/helpdata/en/4a/af1dc59d36449de10000000a42189b/content.htm

The project configuration file is saved in the SAPNetWeaver Application Server Java (AS Java) database.

regards,

fabian

abhijeet_mukkawar
Active Contributor
0 Kudos

thanks fabian. Any idea how we can read this file in application at run time ?

-Abhijeet

fabianl
Product and Topic Expert
Product and Topic Expert
0 Kudos

hi,

do u have try it out via mdm java api?

br,

fabian

abhijeet_mukkawar
Active Contributor
0 Kudos

no..i couldnt find any API to access WDC project configuration. can you give some pointers

fabianl
Product and Topic Expert
Product and Topic Expert
0 Kudos

hi,

here is the link to the mdm java api: http://help.sap.com/javadocs/MDM71/index.html

br,

fabian