cancel
Showing results for 
Search instead for 
Did you mean: 

Selecting multiple rows without using CTRL key in webdynpro abap

Former Member
0 Kudos

Hi Expert,

I have to select multiple row from webdynpro abap alv table without using CTRL KEY .

Please provide me required information.

Waiting for reply.

Thanks & Regards

Krishna.

Accepted Solutions (0)

Answers (3)

Answers (3)

kutjohn
Active Participant
0 Kudos

Hi

See this to select multiple without ctrl

http://scn.sap.com/docs/DOC-41911

kroly_horvth
Participant
0 Kudos

So what was a keepSelectedRow = X in BSP, became much simpler in WebDynpro?

chengalarayulu
Active Contributor
0 Kudos

Krihshna,

check the below document - 

http://scn.sap.com/docs/DOC-28915

if you are on EHP5, then no need to take help of LinkToAction/ checkbox UI elements, you can handle this on event onLeadSelect of Table

Former Member
0 Kudos

The only way to do this if you do not want to press down control key is to add a check box column.

-Madhulika P