Hi All,
I need to make a change in method UPDATE_PDP_TAB from class CL_CRM_IC_SOHPARTNER_CN03, so I had to make a copy of CL_CRM_IC_SOHPARTNER_CN03 class called ZCL_CRM_IC_SOHPARTNER_CN03 so, when I activate it, it gives me an error wich it says Method CONSTRUCTOR "ME" is not type-compatible with formal parameter IR_CONTEXT_NODE, then it takes me to the next part of code in CONSTRUCTOR Definition:
if not iterator is bound.
create object iterator type cl_crm_ic_sohpartner_it
exporting
=======> ir_context_node = me.
endif.
Why is the compiler giving me this error.
I appreciate any help.
Thanks!!!
Moises Grappin.