cancel
Showing results for 
Search instead for 
Did you mean: 

COM API and .NET

Former Member
0 Kudos

Hello,

I have read that it's possible to access MDM using COM API but can't find samples

Can anyone provide some samples of COM API using .NET? or perhaps some linkts to Tutorials or documentation?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In SAP Service Market place you can find the

MDM 5.5 SP03 - COM API Library Reference Guide .

This guide has some code samples, which shows how to use specific classes and methods.

URL:

https://websmp106.sap-ag.de/instguides

Installation and Upgrade Guides -> SAP NetWeaver->Release 04 ->Operations-> SAP MDM

You need to have service market place id to access this resource.

Thanks and Regards

Subbu

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you both.

Former Member
0 Kudos

Hi Elias,

Please see the following blogs: <a href="/people/walter.kahn/blog/2005/10/27/mdm-55-api-tips-and-tricks--measurement-fields 5.5 API Tips and Tricks - Measurement Fields</a> and <a href="/people/walter.kahn/blog/2005/12/29/mdm-55-api-tips-and-tricks--image-retrieval 5.5 API Tips and Tricks - Image Retrieval</a>. They contain small self-contained C# applications which should give you enough of an idea of how to get started using the COM API.

Good luck, and enjoy working with MDM!

Walter