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.