2008 Oct 30 3:48 PM
Hi all,
I m trying to use gui_upload fm to get a file on an unix server but I have an error 'File not exist'
I have try with an dataset and all work fine then I suppose that the path must be change to be suitable with the FM...?
data infile type string.
infile = '/X/Y/Z.SAP'.
CALL FUNCTION 'GUI_UPLOAD'
EXPORTING
filename = name
FILETYPE = 'ASC'
tables
data_tab = itab.
The same path works with dataset 😕
The file is text.
Thanks,
2008 Oct 30 3:51 PM
I don't think you can work with that GUI_UPLOAD Function to read the unix file. unless you are working directly on application server.
are you..?
2008 Oct 30 3:51 PM
I don't think you can work with that GUI_UPLOAD Function to read the unix file. unless you are working directly on application server.
are you..?
2008 Oct 30 3:55 PM
You right : gui_upload used for work in local and dataset to work in server !
Thx
Edited by: shwaps ant on Oct 30, 2008 5:04 PM