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: 

Set_table_for_first_display

Former Member
0 Kudos

Hi all,

Im having one ALV in my program using Set_table_for_first_display.

ls_layo-box_fname = 'FLAG'.

This is making the ALV with one Grid optiin by which I can choose the rows.

Now my problem is I want to choose only one row at a time...(not multiple rows)

I tried some values in the field selmode by

ls_layo-SEL_MODE = 'B'.

But no use.

can anyone give suggestion on this...

Thanks & Regards,

Sumithra

2 REPLIES 2

Former Member
0 Kudos

Hi,

I dont think you need to do anything for that, It is by default we can choose one row at a time.

Regards,

Abhijeet

jayanthi_jayaraman
Active Contributor
0 Kudos

HI,

'A', 'B', 'C' and 'D' are the possible values for the sel_mode. You can find the difference in each sel_mode.