Hi All,
I am currently having an issue in duplicate check. but before that i would like to tell the solution detail.
1. We have create an Y comopnonet using AET Table extension ( Form view ).
2. We have created a component usage of BP_ADDR in the Y component.
3. I have binded my partner from BP_CONT to Y component to BP_ADDR.
4. I am getting the data
Class : CL_BP_ADDR_ADDRESSDUPLICA_IMPL
Method : EH_ONCHOOSE
lr_component_contr ?= me->comp_controller.
lr_col_wrapper = lr_component_contr->typed_context->builcontactperson->collection_wrapper.
lr_builcontactperson ?= lr_col_wrapper->get_current( ).
but in lr_col_wrapper i am getting data of type value node cl_bsp_Wd_value node butmy lr_builcontactperson is a model node so type mismatch occurs.
so what could be the root cause for the above issue?