cancel
Showing results for 
Search instead for 
Did you mean: 

Select-Options: ENTER issue

guillaume-hrc
Active Contributor
0 Kudos

Hi,

As for classic Dynpro, it seems that you need to press ENTER to validate changes on Select-Options in Web Dynpro ABAP. If old SAP Gui users are not really disturbed by this (pressing ENTER every so often anyway), occasional users can be quite upset with this behaviour.


updates are not taken into account (on first line, former interval should be now single value)

Is there a way to force the update of the selection-screen programmatically (forcing it before navigating away)?

Thanks in advance for your help.

Best regards,
Guillaume

Accepted Solutions (1)

Accepted Solutions (1)

former_member210621
Participant
0 Kudos

Hi Guillaume,

     You can define events for a component controller to allow cross-controller communication.

These events can then be triggered using the predefined method FIRE_<MY_EVENT>_EVT.

Once the event is triggered, the corresponding event handler is automatically called in another controller by the runtime.

Answers (0)