‎2005 Sep 12 10:07 AM
Hello all,
In screen 100 i have a text field with file name. What is necessary to implement, when a user press F4 to call function 'WS_FILENAME_GET'?
Lots of thanks,
Bogdan
‎2005 Sep 12 10:19 AM
you need to use <b>process on value-request</b>
process on value-request.
field <name of the field> module get_f4 .
module get_f4 input.
****write the logic for F4 here
endmodule. " get_f4 INPUT
Regards
Raja
‎2005 Sep 12 10:19 AM
you need to use <b>process on value-request</b>
process on value-request.
field <name of the field> module get_f4 .
module get_f4 input.
****write the logic for F4 here
endmodule. " get_f4 INPUT
Regards
Raja
‎2005 Sep 12 10:23 AM
instead of calling WS_FILENAME_GET use
CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG method.
Regards
Raja
‎2005 Sep 12 10:30 AM
Hi,
If you populate the default file name in the field means no need to use 'WS_FILENAME_GET' which is used to select the file name.
Cheers,
Sasi