Skip to Content
0
Aug 16, 2023 at 12:38 PM

Webdynpro: change node lead selection property for standard application

89 Views

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!