cancel
Showing results for 
Search instead for 
Did you mean: 

Putting a check box above column for selection in WD ALV

Former Member
0 Kudos

Hi,

Can anyone provide me a code snippet and help me how I can

provide a check box above column for selection in WD ALV.

Best Regards

Sid

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182190
Active Participant
0 Kudos

Hi Sid,

As far as I know we cannot put checkboxes directly above the Column headers.

You can achieve this functionality in a round above method

You can create a group of checkboxes above your ALV table with names of columns to be selected beside each check box and proceed with your further processing.

Also If you are just looking at which columns you need to select to be shown on the

ALV output

data: lr_standard_functions type ref to if_salv_wd_std_functions.

lr_standard_functions ?= wd_this->r_table.

lr_standard_functions->set_column_selection_allowed( ' ' ).

Hope this is of some help.

Regards,

Ismail.

Edited by: Ismail Basha on Jan 23, 2008 1:47 PM

Edited by: Ismail Basha on Jan 24, 2008 3:23 AM

former_member182190
Active Participant
0 Kudos

Hi Sid,

Can you elaborate what exactly your requirement is..

Regards,

Ismail.

Former Member
0 Kudos

Hi ,

The question is I want to put check boxes above the column headers to select the columns.

How can we achieve this.

Wish you a great day ahead.

Best Regards

Sid