Problems with component IUCONFIG (Product config) view Configtree, please
When I create an enhancement for component IUCONFIG, this enhance let me generate GET_I* , GET_M, GET_V and GET_P* in node ISUORDERITEM, but in node ISUORDERITEMCONFIG (This node is of type Tree struct) doesn't let me redefine this methods GET_I, GET_M, GET_V, GET_P.
I would like to get one of the possible values of a dropdown listbox with the methods GET_I, GET_M, GET_V, GET_P. Is this possible??
Why can't I redefine this methods in node ISUORDERITEMCONFIG ???
Thanks in advance.
Regards
Tags:
Fernando Ayuso replied
A lot of thanks for your help
I have created a subclass ZCL_IUCONFIG_CONFIGTREE_PX02 from CL_IUCONFIG_CONFIGTREE_PX02,
and I have redefined the method GET_P_ATTR_NAME_TXT.
But when I put a breakpoint in this method and doesn't stop but call to method to standard class (CL_IUCONFIG_CONFIGTREE_PX02) CL_IUCONFIG_CONFIGTREE_PX02. Do you know why it happen???
Thanks in advance