0

On a screen of a module pool I have a dropdown list that works fine.

Definition of elements as dropdown

How can I trigger execution of PAI immediately after the user selected a value from the dropdown box?

I'd like to change some screen properties depending on the value the user selected from the dropdown box without forcing them to to press enter after the selection.

Suncatcher
  • 10,355
  • 10
  • 52
  • 90
Gerd Castan
  • 6,275
  • 3
  • 44
  • 89

1 Answers1

1

The field of type list control should have a function code.

In which case the selection will trigger ok_code PAI processing.

enter image description here

phil soady
  • 11,043
  • 5
  • 50
  • 95