cancel
Showing results for 
Search instead for 
Did you mean: 

WDA inputfield events

Former Member
0 Kudos

Dear experts,

In Web Dynpro ABAP, the only predefined event for inputfield i've seen is the onEnter. I've looked through the SAP Library and couldn't find any other event for inputfield. I wonder if there's any way you can trigger an event when the user 'focus in/out' the field (e.g. when the user is leaving the current field and move on to the next UI element). is there a standard method i could use or how do i create a custom event like this?

Thank you very much,

Joanna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Joanna,

Nope , it is not possible. InputField has only OnEnter event . No other work around to handle focus on and off such as you described.

Former Member
0 Kudos

Thanks!

Answers (0)