Hi Bhushan,
When i am using view_group_context in the opportunity Ov page entire page in display mode even on edit button the page is in display mode.When i written code for one assignment block to be in editable mode by using below code the call is going to the respective component where my code is calling and again coming back for the other assignment blocks and finally the entire page in display mode.
create object me->view_group_context type cl_bsp_wd_view_group_context.
me->view_group_context->set_view_editable( me ).
The required assignment block not getting editable in the overview page as the code written in the assignment block component is overwritten by the code in the overview page.
Please help me how to make this assignment block in edit mode on the opportunity ov page.
Thanks,
Anitha .P