Hello,
I am using a group of radio buttons as follows:
parameters: p_desk radiobutton group 1, "Desktop location
p_unix radiobutton group 1. "Unix location
Now if p_desk ='X', I want the file path to be set as follows and use function F4_FILENAME at value request
PARAMETERS: p_file LIKE rlgrap-filename.
AND if p_unix is 'X', then I want the filepath to be set as follows and use function F4_DXFILENAME_TOPRECURSION at avlue request
PARAMETERS: p_file LIKE filename-fileextern.
Is it possible to define parameters at runtime ? How can we do this.
Regards,
Rajesh,