cancel
Showing results for 
Search instead for 
Did you mean: 

ALV Change of Selected Row ON_CLICK Event Action

Former Member
0 Kudos

Hello,

Can i change the Selected Row (Lead Select) based on action click of a value inside the cell of ALV table? If yes then how? Please reply if you know. Thanks.

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vasu,

You can change the lead selection using set_lead_selection_index( index ) or set_lead_selection( elemenet ) of IF_WD_CONTEXT_NODE class.

So, in your view if you want to change the lead selection in the table. Use the node object which is used for displaying table and use above mentioned methods to set the lead selection manually.

Hope this will help you.

Thanks,

Prashanth

Answers (0)