cancel
Showing results for 
Search instead for 
Did you mean: 

MDM ABAP API: How to Query, Retrieve, Delete and Create Tuple values

0 Kudos

Hi All,

I would like to query, retrieve, delete and create tuple values in my MDM data. I am working with vendor master and i want to retrieve E-mail Addresses per Vendor. E-mail Addresses are defined as Tuples in MDM. I do not know how to do this in MDM ABAP API. When i retrieve the data, i want to refresh the E-mail addresses tuple by deleting all values then create the data that i have from ECC. I have worked with simple types and it is already working. I am having problems with the Tuples.

Hope you can help.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In case if you missed, just check the below link for Creating, Retrieving, Updating and Searching Tuples

http://help.sap.com/saphelp_nwmdm71/helpdata/en/49/b6aac489071b93e10000000a42189b/content.htm

Hope it helps..

Regards,

Mandeep Saini

0 Kudos

Thanks Mandeep! You are right i missed it. I was looking at the lower MDM version in SAP help.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi.

you can utilize example program provide by SAP, follow this path which may help you

http://help.sap.com/saphelp_nwmdm71/helpdata/en/47/5fd3f2cbd75518e10000000a421138/frameset.htm

Thanks,

Jignesh Patel

0 Kudos

Thanks also Jignesh!