Hi all ,
My requirement is to create a search and result page and in result page i need to add two buttons for delete and create new, the delete and create new is working fine for single selection mode, but for multiple selection the create new is not working , i added the following code in the do_prepare_output.
typed_context->result->set_selection_mode(
iv_selection_mode = cl_bsp_wd_context_node_tv=>selmode_multi ).
When i click on new all fields are in non editable mode and have text as"BRANCHID is not bound".