cancel
Showing results for 
Search instead for 
Did you mean: 

Column index ina table

alejandro_ayuda
Discoverer
0 Kudos

Hi,

I need to know the index of a cell after the user makes click in it but i don't knowt how make it.

Please, can sombody help me?

Best regards,

Alex.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If you are using normal table UI element, you will not be able to capture the cell click event.

If you are using ALV, you will be able to capture the cell_click event, in the event handler method the parameter r_param, will give you the index of the clicked cell. Access it using r_param->index.

Hope this helps.

Regards,

Wenonah

Former Member
0 Kudos

Node->get_lead_selection_index( ) will return you the index of the lead selection element.

Regards,

Nithya