Hi Vani,
Seems like the Reason for this issue is that the context of the view is instantiated twice in case of after view enhanced
In the wd_create_context of your result view of implementation class.
super->wd_create_context( ).
CLEAR m_models. "must clear
* create the context
context = cl_bsp_wd_context=>get_instance(
iv_controller = me
iv_type = 'ZL_result_node_Context_CTXT' ).
typed_context ?= context.
* Added by wizard
ztyped_context ?= context.
Regards,
Sumeet