Hello!
I have a requirement to turn off lead selection for a table in the Webdynpro application.
As I understand it could be done easily by unselecting "Initialization Lead Selection" property on a context node.
But it is a standard SAP application and I wasn't able to do so even with enhancement.
Also I've tried to do it programmatically:
lo_node_items->set_lead_selection_index( if_wd_context_node=>no_selection ).
But it should be done in many places as every refresh / button click / adding a line brings back lead selection.
So I believe it is a wrong path...
Any hints?
Thanks!