Hello Mukesh,
In this SRQM_INCIDENT_S/IncidentSRL go to do_init_context method here you can observe below code.
typed_context->SEARCHRESULT->set_selection_mode(
IV_SELECTION_MODE = CL_BSP_WD_CONTEXT_NODE_TV=>SELMODE_SINGLE
).
just change this selmode_singe to selmode_multiedit and the code reside in this view.htm
selectionMode = "<%= SEARCHRESULT->selection_mode %>" this should be same.
OR
you can directly write the logic in .htm of the same view as
selectionMode = "MULTILINEEDIT"
and rest of the code should be same..
Try this this will work out..
Regards,
Srinivas K.