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: 

Problem in ALV Grid control in selecting multiple rows.

Former Member
0 Kudos

Dear All,

I am using ALV grid, in that first column is sel field user will select record and he press the customized button for one record it is working fine, but user unable to select multiple records without using CTRL key, and i used HOTSPOT on LIFNR field in this case when ever i ampressing LIFNR field it is takunf Fcode as &IC1 instead of LIFNR, i tried to solve this but i coudn;t succeded, please help me out in this .

Regards,

Madhu srujan.P

Edited by: Chinnu on Apr 9, 2010 5:26 PM

Edited by: Chinnu on Apr 9, 2010 5:30 PM

1 REPLY 1

Former Member
0 Kudos

I assume the first column contains the standard selection field of the ALV grid.

To enable the proper method of seletion, you need to pass the appropriate SEL_MODE in the your layout structure:

SEL_MODE is either SPACE, A, B, C or D.

Google for ALV grid PDF and you'll find some documentation on ALV grids in general.