Hi Shwetha,
You need to use SET_DATA method in post-exit of WDDONIT method of view. Read the node reference and pass it to the method.
To get the updated value into context node, proceed as below
- Go to methods tab of view and create an event handler method for ON_CELL_ACTION of alv component interface
- Use the method REFRESH of alv model as below
wd_this->wd_cpifc_alv_table( )->refresh( ).
Here refresh( ) forces the alv update
Hope this helps you.
Regards,
Rama