cancel
Showing results for 
Search instead for 
Did you mean: 

trigger roundtrip

Former Member
0 Kudos

Hi experts,

In my webdynpro ABAP I have coded Onenter event fot InputField. The event gets triggered after user hit Enter key.

Sometimes my users keys in data but forgets to hit enter key. They see new data on the screen but the program still has old data.

Is it possible to trigger some kind of roundtrip event so the program will get new data?

Thank you,

Tatyana.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you very much! This is what I expected to hear. Just was not completely sure.

Former Member
0 Kudos

Hi Tatyana,

This has been discussed many times in this forum and there is no solution for this, however a work around might be of using a timed Trigger which would trigger server event on given interval.