cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP WebDynpro: Handling the ON_ENTER Event in editable ALVs

Former Member
0 Kudos

Sub: ABAP WebDynpro : Handling the ON_ENTER Event in editable ALVs

Hi,

I would like to know if there exists an event to handle TABout (i.e, when user navigates out of the cell with a TAB key-press) for a cell of an editable ALV.

Alternatively, any help on how to handle ON_ENTER event and how it is triggered when data is entered by user into a cell of an editable ALV, would be really appreciated.

Thanks,

Adithya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Adithya,

Did you get a solution for this? Please reply back.

Thanks,

Ranjan

Former Member
0 Kudos

Hi

I had one similar problem where user enter something into the editable cell and press enter. to handle this scenario i used WDDOBEFOREACTION method of my view to call alv interface method check_data.

if there is any change in the any table cell, it will fire an event on_data_check..which has paramater column name, row index and new and old value of the cell.

you can handle this event and write your business logic in event handler method.

hope it will help

Regards

Saurabh Garg