Hi,
I"m getting the following error,
Node COMPONENTCONTROLLER CHANGING Specified in the Mapping Is Unknown
at this point of SAP Program
* resolve path for node
if ( mapped_node is requested ).
target_node = context->root_node.
loop at me->_mapping_info-lazy-path from 2 into path_part.
target_node = target_node->get_child_node( path_part ).
if ( target_node is initial ).
raise exception type cx_wd_context_mapping exporting
textid = Cx_Wd_Context_Mapping=>Mapped_Node_Unknown
Usage_Name = me->_mapping_info-lazy-component_usage
Controller_Name = me->_mapping_info-lazy-controller
Node_Name = path_Part.
endif.
endloop.
mapped_node ?= target_node.
endif.
I have mapped my context node 'CHANGING' from component controller.
Pls suggest..
Thanks,