Skip to Content
0
Former Member
May 24, 2011 at 08:01 AM

ABAP API Record Creation Exeption CX_MDM_PROVIDER -'CLEAR_VALUES' Not found

62 Views

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 in Main table.

I managed to handle all other lookups except Taxonomy lookup to create main table records.

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