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

Creating a variant for background scheduling

Former Member
0 Likes
365

Hi All ,

I have 3 seperate executable programs which take filename as an input on the selection screen ( from the application server ) . Now the requirement is to schedule these programs as background jobs using a variant , but the variant is not possible as there can be many files in the directory at the same time with different filenames.

We need to execute all the avalaible files in the application server directory at that time .

If someone can give any idea how it can be possible to schedule these in background , I would appreciate the same .

Thanks

Ankit

2 REPLIES 2
Read only

Former Member
0 Likes
339

Hi Ankit,

You can specify those filenames using SELECT-OPTIONS with no-intervals. or else you will have to create variant for each file.

Regards,

Amit

Read only

Former Member
0 Likes
339

hi,

One thing u can do is,

Store the filename into one txt file,

and through program read this file for your input purpose,

that which prog. has to run....

I hope this will help u.

thanks

Dharmishta