Hi All,
If I have to extract data out of MDM Repository without using the MDM Syndication functionality, How can I do that?
I know there is something called ABAP APIs / Java APIs. Can this ABAP/Java APIs be used to extract data out of MDM Repositories?
If yes, where exactly are these ABAP/Java programs written? In MDM server? Or Portal server?
Thanks,
You can actually do that with the help of API.
for similar issue follow below threads.
data-syndication-using-mdm-java-api
Hope this help
thx
Deep
yes you can use WS or APIs to fetch records.
for eg . u can use Web Service MDMSearchRecords that fetches multiple records in an array of MDMRecord.
then what you want to do with that data is ur choice.
on ur second question : where to write ?? am not sure what you meant here ?!
where do u write java code ?? in ur custom application ofcourse - from a java env where you call a external webservice
get the data back and do whatever you want ... u can call the WS from portal as well (you have SAP supplied MDM content for the portal) which you just need to deploy in the Portal server
hope this helps
thanks
-Adrivit
Add a comment