cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP APIs / Java APIs (MDM Extraction)

Former Member
0 Kudos

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,

Accepted Solutions (1)

Accepted Solutions (1)

former_member182007
Active Contributor
0 Kudos

You can actually do that with the help of API.

for similar issue follow below threads.

Hope this help

thx

Deep

Former Member
0 Kudos

My question is where are these APIs written?

Lets say MDM is installed on Server 'A'.

What additional software do I have to install on Server 'A' to write these APIs?

former_member206388
Contributor
0 Kudos

Hi.

Software / Tools you need to write Java API's

1. Any Java Developer Studio or Netweaver Developer Studio + Java SDK

2. If you are designing a web-application then you need a webserver(like Java WAS, Apache etc)

3. MDM Java API Jars: To be referenced in the developer studio to write code

4. MDM Java Connector: To be deployed in the webserver in case of web-application

Regards

Bala

Answers (1)

Answers (1)

Former Member
0 Kudos

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