2007 Sep 26 4:16 PM
Hi all,
I have to set up one of program as a batch job , but the problem is that program has WS_ULDL_PATH , WS_DOWNLOAD, WS_UPLOAD, WS_FILE_DELETE
function modules .Due to this function modules job is failing .... Can any one please refer function modules which will replace these function modules to run the batch job suceesfully?
2007 Sep 26 4:18 PM
Hi
You can't schedule the programs which uses these fun modules GUI_download or GUI_Upload
you have to run in foreground only
Regards
Anji
2007 Sep 26 4:25 PM
But there are some spool function modules to run the job suceesfully ? Does any one know about these fm?
2007 Sep 26 5:21 PM
Is there any function module to delete the file from pc in batch ?
2008 Jun 27 10:52 PM
Recalled by: Srinisap on Jun 27, 2008 4:55 PM
Recalled by: Srinisap on Jun 27, 2008 4:55 PM
2008 Jun 28 12:24 AM
If its in background, you have to download any file to application server rather than presentation server
2007 Sep 26 4:20 PM
2008 Jun 28 12:38 AM
Hi
If u want to set program as background job scheduling, The program should not have any interaction with user. Like assign file path to upload and download..
2008 Jun 28 12:51 AM
You can use the following
First use CALL FUNCTION 'JOB_OPEN'
Second Submit the job using a Program
Third use CALL FUNCTION 'JOB_CLOSE'
Thanks,
siddu