cancel
Showing results for 
Search instead for 
Did you mean: 

webdynpro 7.1 -onChange and onenter action of input filed

Former Member
0 Kudos

Hi

In NWDS 7.11 version we have an additional event on inout field :Onchange.

What the use of it ? and I tried to find the implementation corresoponding to this event ,but I didn't find

Please let me know how to and when to implement it.

Thanks & regards

Poonam

Accepted Solutions (0)

Answers (3)

Answers (3)

ErvinSzolke
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

one addition to this:

"It is not supported to bind both onEnter and onChange to the Web Dynpro Java InputField Control. If both are bound only onChange will be called (even when user presses enter). Please choose only one of these events."

(Excerpt from the note #1557998 -- InputField onEnter in combination with onChange doesn't work

The note will be released soon, but it includes basically the info I described above)

Regards,

Ervin

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hi Poonam,

This event gets triggered when the UI element loses focus and the text in it has changed. You can use this event if you want to perform an action whenever the text in the field is changed by the user.

http://help.sap.com/javadocs/nwce/current/wdr/com.sap.wdr/com/sap/tc/webdynpro/clientserver/uielib/s...

Thanks and Regards,

Shyam.