cancel
Showing results for 
Search instead for 
Did you mean: 

Defince action for Element TextEdit

Former Member
0 Kudos
64

Hi,

I want to define an event for element TextEdit, how can i achieve that in WDABAP.

Enter Event is not possible in TextEdit which is why i want to define some other combination.

Please help

Regards,

Piyush

Accepted Solutions (1)

Accepted Solutions (1)

arjun_thakur
Active Contributor
0 Kudos

Hi Piyush,

Enter Event is not possible in TextEdit which is why i want to define some other combination

.

Well, you are right that ONENTER event is not possible in text edit so you need to have an UI element which could trigger an action (like button, linktoaction etc) or ONENTER event is present in Input field UI element you can use that.

Regards

Arjun

Answers (0)