Skip to Content
0
Former Member
Jun 26, 2008 at 06:15 PM

Defning parameters for selection at runtime...

44 Views

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,