cancel
Showing results for 
Search instead for 
Did you mean: 

Hitting enter fires wrong plug

Former Member
0 Kudos

Hello,

I have a table with several input fields. All of them have a onEnter event assigned to them. Now when I leave the view via webdynpro navigation and then come back - when I hit Return, the plug back to the other view is fired instead of the onEnter event. This is 7.2 SP3 - has anybody else noticed this?

Regards

Accepted Solutions (1)

Accepted Solutions (1)

former_member185086
Active Contributor
0 Kudos

Hi

Write a message at inbound plug method of your destination view , let see the result .

Best Regards

Satish Kumar

Former Member
0 Kudos

Hello,

ok I did so. In the onPlugIn method I inserted a success message. It triggers when I call the view regularly. I then altered the contents of the view (e.g. search) to let the message disappear. Then I go back to my original view and hit enter and suddenly I'm back in the destination view and the onPlugIn method triggered and displayed the success message again.

weird.

former_member185086
Active Contributor
0 Kudos

Ohh, strange behaviour

Delete that window , try to recreate it with different name .

BR

Satish Kumar

Former Member
0 Kudos

ugh, theres a really complex navigation in there

But I will try.

Former Member
0 Kudos

I found the cause - a default button id in the underlying group container triggers the plug and also captures the key event - I dont know if its supposed to work like that as it eliminates all onEnter events inside.

Thanks for your help

Answers (0)