Hello Praveen
If you want to transfer data between two (or more) different WebUI component you should use Custom Controller object.
You can create instance of a Custom Controller using the GET_CUSTOM_CONTROLLER method of any WebUI view controller object. Be sure to use GLOBAL marker before the name of the Custom Controller in the CONTROLLER_ID parameter.
For example:
lo_cuco_bupa ?= get_custom_controller( if_iccmp_global_controller_con=>cucobp ).
In the Custom Controller create context node as in normal controller and access them via TYPED_CONTEXT variable.
regards
Message was edited by: Mateusz Adamus