cancel
Showing results for 
Search instead for 
Did you mean: 

How to use MDM ABAP API?

Former Member
0 Kudos

Hi Guys,

I want to use ABAP API for manipulating MDM records(EX Adding two field values and assign into another field value).

Can anybody guide me step by step process?

Best Regards

Devaraj PK

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Devraj,

To use MDM ABAP API's first you have to get MDM_TECH patch ass-on installed on the ECC System make sure that patch should be competible with the MDM Server.

for ex: if MDM server version is 5.5 sp5 patch2 then you should install MDM_TECH patch 555_700 patch 2.

then there in ECC you need to do configuration settings in Transaction MDMAPIC.

from then onwards you heve to do some coding to perform required operatons.

please follow the link to get the guides. you can download them form servicemarket place.

https://websmp104.sap-ag.de/swdc

you can search for :=>MDM5.5SP06-ABAPAPI

Regards,

Vinay Yadav

Former Member
0 Kudos

Hi Devraj,

follow the links u ll find some useful info about the ABAP APIs

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e060251e-b58d-2910-02a2-c9a1d60d9116]

[help.sap.com/saphelp_mdm550/helpdata/en/44/93ad8931381053e10000000a422035/content.htm ]

Regards,

Sravan

Former Member
0 Kudos
Former Member
0 Kudos

Hi Devraj,

You can perform most of the activities in MDM through ABAP APi's using standard finction modules.

The steps are given below:

1. Configure the MDM ABAP API's using MDMAPIC tx in SAP ECC by mentioning the server, dbms and the repository details.

2. Connect to MDM using standard function module.

3. Make a DDIC structure in ECC so that you can view the MDM data at runtime in ECC.

4. Make a report program and Use standard function modules / methods ( for ex. Retrieve, Retrieve simple, query, etc.)for any activity in MDM.

You can use the class based or the function based approach to accomplish your scenario.

Hope it helped you...

Regards

Nitin jain

Former Member
0 Kudos

Hi Devraj,

Go through this Document it will help U to proceed with ABAP API.

http://help.sap.com/saphelp_mdm550/helpdata/en/44/93aa6831381053e10000000a422035/content.htm

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/connectivity-ABAP+API&

Reward points if found helpful.

Regards,

Neethu

former_member182007
Active Contributor
0 Kudos

Heii Devraj,

Just go through this link

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/00c49ffb-e5e5-2910-73ba-c85af1da5b...

you will find it very useful. Please reward.

Rgds

Deepak

Former Member
0 Kudos