cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro ABAP and ALV - ON_DATA_CHECK event

mariano_gallicchio2
Participant
0 Kudos

Hello experts, im working with ALV in WebDynpro ABAP.

I have a cell in the ALV that is editable, and when the user press ENTER in that cell, a validation is performed in the event handler for the ON_DATA_CHECK event.

But if the user dont press enter( maybe press TAB or press with the mouse iin other part) that validation is not performed.

There is a way to capture the "ON_BLUR" event, to perform the handler also if the user pres TAB, mouse button or other key that allows to leave the cell.

Thanks!!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

We dont have like ON_BLUR events in ALV.If you want when user clicks in cell you want to perform some operation then you have an Event ON_CLICK of Interface Controller to handle cell clicks.

Thanks

Suman