Skip to Content
0
Former Member
Dec 04, 2008 at 10:57 AM

Radiobutton during at selection-screen event is not triggered

947 Views

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?