Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Background job

Former Member
0 Kudos

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?

8 REPLIES 8

Former Member
0 Kudos

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

0 Kudos

But there are some spool function modules to run the job suceesfully ? Does any one know about these fm?

0 Kudos

Is there any function module to delete the file from pc in batch ?

0 Kudos

Recalled by: Srinisap on Jun 27, 2008 4:55 PM

Recalled by: Srinisap on Jun 27, 2008 4:55 PM

0 Kudos

If its in background, you have to download any file to application server rather than presentation server

Former Member
0 Kudos

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..

Former Member
0 Kudos

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