cancel
Showing results for 
Search instead for 
Did you mean: 

Inserting Taxonomy Attributes in MDM Database using MDM Java Apis

Former Member
0 Kudos

Hi Experts,

I need to insert the taxonomy attributes of type measurement in MDM DB using MDM Java Apis.

Please help me. Code Snippet will be more helpful.

Regards

Narendra

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

still not able to update the numeric type attribute.

Former Member
0 Kudos

Hi Satish,

I think you have replied someone else query.

Regards

Narendra

former_member185086
Active Contributor
0 Kudos

Ya Narendra

I m sorry for that

BR

Satish Kumar

Former Member
0 Kudos

Hello Narendra,

Do you need to update Taxonomy Numeric Attributes data in MDM or do you need to create new Numeric Attributes?

If you need to update attribute data, you can use setAttributeValue in Record interface.

record.setAttributeValue(Taxonomy Field Id, attributeId, attributeValue);

Hope that helps.

former_member185086
Active Contributor
0 Kudos

Hi

Please use the following threads with code snippets

1.[Using MDM Java APIs to retrieve Taxonomy attribute Values|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/12560] [original link is broken] [original link is broken] [original link is broken];

.

Best Regards

Satish Kumar

Edited by: satish jhariya on Mar 4, 2009 7:37 PM