cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding CehckBox at ALV header

Former Member
0 Kudos

Hi,

know that we can have checkbox in column in ALV by using class CL_SALV_WD_UIE_CHECKBOX.

But want to have CheckBox at ALV header like we can have button by using class CL_SALV_WD_FE_BUTTON.

Is it possible to have CheckBox at ALV header.

If yes than how?

Thanks & Regards,

Arvind

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

As no class for checkbox is available for now, you can try with the Dropdown with checked/unchecked values, if it's accepted by your client.

Former Member
0 Kudos

Hi Abhimanyu ,

I have seen this F4. Could not found one.

Than I think i would not be able to provide at the header of ALV.

Now I will have to look for some workaround.

Thanks for Reply.

Thanks & Regards,

Arvind

Answers (2)

Answers (2)

former_member196023
Active Participant
0 Kudos

Hi Arvind,

Unfortunately you can have only elements in header which is having corresponding class as CL_SALV_WD_FE*.

you can very well go ahead by having one drop down as suggested by Sanket.

Thanks,

-Haresh

Former Member
0 Kudos

Hi Haresh,

I coould understand this by the description given for the class CL_SALV_WD_FE* for header and CL_SALV_WD_UIE* for Column..

i could found CL_SALV_WD_UIE_CHECKBOX but not CL_SALV_WD_FE_CHECKBOX.

will have to look for some workaround ike dropdown or push button.

Thanks & Regards,

Arvind

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Unfortunately, I don't see any class for Checkbox

CL_SALV_WD_FE_A_BUTTON

CL_SALV_WD_FE_A_BUTTON_CHOICE

CL_SALV_WD_FE_A_CAPTION

CL_SALV_WD_FE_A_DRDN_BY_INDEX

CL_SALV_WD_FE_A_DRDN_BY_KEY

CL_SALV_WD_FE_A_DROPDOWN

CL_SALV_WD_FE_A_INPUT

CL_SALV_WD_FE_A_LINK

CL_SALV_WD_FE_A_TOGGLE

CL_SALV_WD_FE_A_TOGGLE_BUTTON

CL_SALV_WD_FE_BUTTON

CL_SALV_WD_FE_BUTTON_CHOICE

CL_SALV_WD_FE_DROPDOWN_BY_IDX

CL_SALV_WD_FE_DROPDOWN_BY_KEY

CL_SALV_WD_FE_INPUT_FIELD

CL_SALV_WD_FE_INTERACTIVE

CL_SALV_WD_FE_LINK_TO_ACTION

CL_SALV_WD_FE_LINK_TO_URL

CL_SALV_WD_FE_SEPARATOR

CL_SALV_WD_FE_TOGGLE_BUTTON