cancel
Showing results for 
Search instead for 
Did you mean: 

How do I refresh calculated fieds in MDM Java API (not MDM4J)

Former Member
0 Kudos

Hello,

I am attempting to convert from MDM4J to the MDM Java API prior to upgrading to SAP MDM 5.5 SP5 as I understand MDM4J will be removed for future releases.

I had one MDM4J Java app that would look for a flag and refresh the calculated fields for the identified records using a2i.common.CatalogData.RefreshCalculatedFields. But I can't find a corresponding method in the newer Java API.

Does anyone know of such a method? I could have just missed it, or maybe you know of an undocumented method that does it?

Thanks,

Vince Moore

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The command RefreshCalculatedFieldsCommand is available in 5.5 SP5 Patch 01.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Nick