cancel
Showing results for 
Search instead for 
Did you mean: 

Check box in ALV Header for selection

Former Member
0 Kudos

Hi,

I'm working on ALV in ABAP web dynpro. We have a requirement to check some rows and based on the selection a FM should be executed.

I've used checkbox in the column for selection. Is there anyway to use a check box (or any element) in the column header and use that to select all.

I checked the ALV column header class documentation but didnt find anything that allows UI elements in header.

Any workaround to tackle this?

Thank you,

Vasu

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You can not place custom UI elements into the header. Just Icons and Text.

You will have to build something into the toolbar instead.

Former Member
0 Kudos

Hi Thomas,

I've already done that (in toolbar). Checking if there is some hidden option that I missed to do this. Looks like there isn't

Answers (0)