cancel
Showing results for 
Search instead for 
Did you mean: 

WD:ABAP change lead selection

Former Member
0 Kudos

Hi all,

I need to change the lead selection according to a particular table column. The lead selection is set to the first row of the table. The table has some input fields which already contain values. If the user changes the value of the input field in any row, the lead selection has to be changed to that row of the table without having to select that row. I wrote the code in onEnter event of the table, but it is returning the values of the first row that has the lead selection. How do I change it? It would be helpful if u could please post the code too.

Thanks,

Sravanthi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can change it in ModifyView method. You can use setLeadSelection method.

Regards,

Parminder