Skip to Content
0
Former Member
Sep 19, 2008 at 03:34 PM

Selection screen events and on value request event

348 Views

hi all,

i have a selection screen that has 7 select options. and an input field for file path.

i have put validations for all the 7 select-options under event " at selectio-screen on s_selectoption".

i have also put a F4 help on the input for file path under event "at selection screen on value request for p_file".

but what happens is that when at selection screen on value request for p_file event is called, no other selection screen event is triggered.

hence no validations happen for the other 7 inputs.

please suggest what to do.