Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ALV grid : Selection of a row at runtime thru code

0 Kudos

Hi,

I would like to know if it is possible to select a particular row of the ALV grid at the runtime ?

I would like to know the method which can do this task.

Regards,

Ajit

5 REPLIES 5

Former Member
0 Kudos

select a particular row mean????

what is the exact requirement?

do you want a double click on the selected row to take you to some other screen or what is the requirement?

0 Kudos

At the runtime I have inserted a row, the row entered has to be Selected(or highlighted)

0 Kudos

use event DATA_CHANGED

0 Kudos

Hi,

Can you please check this class CL_SALV_SELECTIONS.

It might be useful to your requirement.

Thanks,

Former Member
0 Kudos

Hi

Try to use the method SET_SELECTED_ROWS

Max