Application Development and Automation 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: 
Read only

alv multiple selections

Former Member
0 Likes
724

hi,

my report is used to tigger a bdc .now in my alv report i have to select multiple clomuns but without using 'control key' in the keyborad.can anybody give me the coding for this requirement......

8 REPLIES 8
Read only

Former Member
0 Likes
697

with out using the keyboard how can you select the records which are displayed in ALV

Read only

Former Member
0 Likes
697

There is an option you should activate so you can make multiple selection. Check the example programs in SAP.

edit:

Just noticed: you're talking about columns and not rows.

Edited by: Maen Anachronos on Oct 6, 2008 1:37 PM

Read only

Former Member
0 Likes
697

what i am trying to say is only a mouse click should be used for selection .....by generally we use a mouse click while holding control button ..............so is there any way to do it...

Read only

Former Member
0 Likes
697

no i am talking abt rows ............

Read only

0 Likes
697

SEL_MODE is the parameter with value 'A'.

This will give you an additional column that you can click to select the row.

Edited by: Maen Anachronos on Oct 6, 2008 1:43 PM

Read only

0 Likes
697

are you using OOALV..? or normal ALV Grid Function

Read only

Former Member
0 Likes
697

Hi,

Is the number of columns that you want to select(using single mouse click) each time will be same or they will differ every time????

Read only

Former Member
0 Likes
697

hi

iam using normal alv .............and the row selection will differ every time.........