cancel
Showing results for 
Search instead for 
Did you mean: 

What event will be triggered by check button on ALV?

Former Member
0 Kudos

Hi,

What event will be triggered by the standard check button on ALV? ON_DATA_CHECK is only triggered by a change in an editable field on ALV, so if no change were made, ON_DATA_CHECK wouldn't be triggered. I also tried events for before and after standard function but neither were triggered. How can I use the standard check function?

Regards,

ts

Accepted Solutions (0)

Answers (1)

Answers (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi ts,

The event ON_DATA_CHECK would trigger only if the content on alv is dirtly i.e. user modified something.

If there are no changes done for the contents, whats your requirement to use check button?


You can create a custom alv toolbar button and use event ON_FUNCTION on click of tool bar button.

Regards,

Rama