cancel
Showing results for 
Search instead for 
Did you mean: 

WDA table eventing

Former Member
0 Kudos

Hi Experts,

In Web Dynpro ABAP, I have a table column (which may have hundreds of rows) and the celleditor is the type of inputfield where the onEnter event calls a event handler method. In this event handler method, is there a way i can know which one of the inputfields in this table column triggered the event?

Thanks a lot,

Joanna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

>

> Hi Experts,

>

> In Web Dynpro ABAP, I have a table column (which may have hundreds of rows) and the celleditor is the type of inputfield where the onEnter event calls a event handler method. In this event handler method, is there a way i can know which one of the inputfields in this table column triggered the event?

>

> Thanks a lot,

> Joanna

HI Joanna,

OnEnter event has Parameters ID and Context_ELEMENT. If you create your action with event parameters or your create it manually as importing parameters of the onEnter event handlers. You should get the ID , context_element , with these data you can easly work around the information you want/need.

[http://help.sap.com/saphelp_nw70ehp1/helpdata/en/14/0ce74114a1da6fe10000000a1550b0/content.htm|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/14/0ce74114a1da6fe10000000a1550b0/content.htm]

Former Member
0 Kudos

Thank you!!!

Answers (0)