cancel
Showing results for 
Search instead for 
Did you mean: 

Handling click in ALV Cell

Former Member
0 Kudos

Hello Experts,

How can i handle event, where i can click in cell of ALV? I tried ON_CLICK, ON_ACTION_CELL, but it work only, when i press enter. And i also need this field to be 'Input field'. And it would be good to handle event, when i press TAB.

Best Regards,

Mikhail.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi,

There are no onKey/ onBlur events in WDA like in Javascript. You have to press enter to trigger the events. Alternately, if the values to be entered by user are fixed, you can change the UI element to drop down instead of input field and create an onselect event, which triggers when user selects the value.

Hope this helps u,

Regards,

Kiran

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Mihail,

I guess there is no event to handle a click on blank alv field. You can handle dropdown or link to url or a button.

Thank You,

Gajendra.

former_member222068
Active Participant
0 Kudos

Hi Mikhail,

  In Web Dynpro ABAP, we don't have TAB functionality.

To trigger input field event, we have to click on enter of the keyboard .

Thanks & Regards,

Sankar Gelivi