cancel
Showing results for 
Search instead for 
Did you mean: 

Node COMPONENTCONTROLLER CHANGING Specified in the Mapping Is Unknown

Former Member
0 Kudos

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,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved, I have changed the cardinality of context in component controller and fixed.