I have differnet files to load, I created 7 parameters for the file. I like to add f4help to this.
is there any way I can create f4 funciton for these 7 items with one AT SELECTION-SCREEN (dynamic)instead of using it 7 times?
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_fnam1.
PERFORM get_filename CHANGING p_fnam1.
Thanks