cancel
Showing results for 
Search instead for 
Did you mean: 

ALV Action/Event for check box state change

Former Member
0 Kudos

Hi All,

ALV has a column with check box. I like to know which event will be fired when i set or unset the value .

i tired to ON_CLICK and ON_CELL_ACTION, both were not working.

is there any where i need to mention an action for check column ?

Thanks

Vimalraj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

did you use the method SET_CELL_ACTION_EVENT_ENABLED before using this event ON_CELL_ACTION. Just go through the documentation for this method.

Former Member
0 Kudos

Hi Naresh,

SET_CELL_ACTION_EVENT_ENABLED belongs to which interface or class?

I couldn't find any document on this?

can u just brief, what should i do.

Thanks

Former Member
0 Kudos

it belongs to the interface

IF_SALV_WD_TABLE_SETTINGS