2004 Sep 08 8:00 PM
Hi,
I need to transfer an file to the server. I used the function C13Z_FILE_UPLOAD_BINARY, but it transfer the file only is executing on line, when I process in background job. It didn't transfer.
Excuse me my bad english.
thanks in advance
2004 Sep 08 8:23 PM
Hi Jesus
Unfortunately, during background execution, operations interacting with the presentation layer are not held.
*--Serdar
2004 Sep 08 8:23 PM
Hi Jesus
Unfortunately, during background execution, operations interacting with the presentation layer are not held.
*--Serdar
2004 Sep 08 9:13 PM
Hi Jesus,
That function is using method GUI_UPLOAD which is using presentation server. You should use TRANSFER command.
2004 Sep 08 10:37 PM
Hi Nablan
Using "OPEN DATASET..." or "TRANSFER..." is useless I think. Because you need the file at presentation layer. So the whole process which contains some interaction with the presentation layer can not be processed. And here in Jesus' case the concern is a file at presentation.
*--Serdar
2004 Sep 09 12:27 AM
2004 Sep 09 6:42 AM
Hi Jesus,
This function will help u to read a file in Background.
CALL FUNCTION 'RZL_READ_FILE'. We can't use other functions. But File name, u have to provide with ur system name. That particular folder should be shared. u have to provide OS level autherisation.
Then it will work.
I used this fm previously.
Thanks.
Regards
Meis