Application Development and Automation 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: 
Read only

Background job

Former Member
0 Likes
1,263

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?

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
Read only

Former Member
0 Likes
1,237

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

Read only

0 Likes
1,237

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

Read only

0 Likes
1,237

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

Read only

0 Likes
1,237

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

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

Read only

0 Likes
1,237

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

Read only

Former Member
Read only

Former Member
0 Likes
1,237

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

Read only

Former Member
0 Likes
1,237

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