cancel
Showing results for 
Search instead for 
Did you mean: 

MDM ABAP Record Creation Error - field 'CLEAR_VALUES' not found

Former Member
0 Kudos

Hello Experts,

I am working on MDM ABAP. In MDM Main table one of the field is referring to Taxonomy Table.

When I Create a record through WebDynPro-ABAP, a corresponding record should get created in MDM main table along with Taxonomy attributes and attribute values.

I managed to handle all other lookups except Taxonomy lookup.

My taxonomy field is referring to MDM_TAXONOMY_ENTRY strucute. And I am passing CategoryID, Table code, attributeID and attribute valueID.I tried in severl ways but is throwing an Exception: cx_mdm_provider - 'field 'CLEAR_VALUES' not found'.

Error retrun: ''Internal error: field 'CLEAR_VALUES' not found; contact your system administrator".

Please let me know what would the resolution.

Thanks,

Shravan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solution here in following link:

Cheers,

Shravan