Skip to Content
0
Former Member
Jun 03, 2011 at 08:23 PM

Dynamic selection

40 Views

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