Hi experts,
I have this event:
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file
perform f_file_sel.
I want to select a file according to the radiobuttons on the selection screen, but during the f_file_sel form I recognized, that the radiobutton which I selected is not triggered.
It's only triggered after 'start-of-selection'.
How can I force the program to trigger it when f_file_sel is processing?