Hi,
I have a scenario where in i have to pass data from view1 of Component 1 to View 2 of Component2.
As i understand , this is possible only through the component controllers.
while achieving this,I am facing a problem in the initial step itself.
My View 1 has a context node BTADMINH and i have created a similar node in the comp.controller and have binded them using this code
iv_controller_type = CL_BSP_WD_CONTROLLER=>CO_TYPE_COMPONENT
iv_target_node_name = 'BTADMINH'
iv_node_2_bind = BTADMINH )
I have created 2 input fields in my view using these attributes.When i test the view i get the value BTADMINH not bound in both the input fields.
Please guide me through to resolve the problem.
Best Regards
Uma Thirugnanam