cancel
Showing results for 
Search instead for 
Did you mean: 

CRM Middleware filter setting for data flow from CRM to MDM

Former Member
0 Kudos

Hi Guys,

In our landscape data flows from ECC -->CRM --> MDM and we are having a requirement where we need only some specific sales Org and Distribution channel data should flow into MDM.

For restricting the data flow to MDM we are setting filters in CRM using T-Code crmd_mdm_filter with Sales Org and DC values set  but when we tried to reflect the changes the results are not the same as we expected .i.e. even after the Sales Org and DC value is set in the filter still all the data is flowing from CRM to MDM.

We have applied note 1868296 in CRM for this filter.

Please provide inputs your on this.

Regards,

SCN User

Accepted Solutions (0)

Answers (1)

Answers (1)

sonal_amin
Explorer
0 Kudos

Hello,

You can check CL_CRM_MW_MDM_DATAEX_PRODMAT->FILTER_PRODUCT_MAT.

This class is responsible for executing the filtering logic based on the filters configured in the T-code:CRMD_MDM_FILTER. This will help to identify why the filters didn't behave as expected.

Filter table: CRMC_MDM_CRITVAL.

Regards,

Sonal

Former Member
0 Kudos

Hi Sonal,

Thank you for your quick response.

As suggested by you I gave a breakpoint in the method CL_CRM_MW_MDM_DATAEX_PRODMAT->FILTER_PRODUCT_MAT , but the program is not stopping at the  breakpoint and I feel the above mentioned class is not getting called.

Please let me know if I am missing out anything.

Regards,

SCN User