cancel
Showing results for 
Search instead for 
Did you mean: 

WD ABAP: Lead selection on a recursive node

Former Member
0 Kudos

Hi,

I would like to know if lead selection is permitted on a recursive node in WD ABAP.

As of now, methods 'set_lead_selection_index' or 'set_lead_selection' do not cause lead selection to change in my view, and the lead selection rests only with the first row in my table..(I have set the rowSelectable property to YES for my table.)

Also, method call 'set_selected' performed on my target element does not solve the problem.

Any help much appreciated!

Best Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Adithya,

Yes, you can have a leadSelection on a recursive node and it can be changed by the same methods that are used for non-recursive ones.

Best regards,

Thomas