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 wp

Former Member
0 Kudos

if user want execute a background job immediatly but there is no background wp is available.how u wii do?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Could you, please, write in plain english ?

I would have less guessing work to understand your questions...

>how u wii do?

If you mean what will happen, the batch job will stay in released state until a batch process will become available. So the user will wait...

Regards,

Olivier

3 REPLIES 3

Former Member
0 Kudos

Hi,

Could you, please, write in plain english ?

I would have less guessing work to understand your questions...

>how u wii do?

If you mean what will happen, the batch job will stay in released state until a batch process will become available. So the user will wait...

Regards,

Olivier

Former Member
0 Kudos

Hi Ragahav,

You mean to shedule the back ground job. Then go to SM36 define job name, class,server name and click the start condition button you find the immidiate button click and save it. go through all the buttons you can getr brief information about back ground jobs.

While defining the job class if you specifie class A then first priority,B secound if you not specifie this two then that will take as class C and first priority job will be handle first by BTC Work process.When you shcedule the the condition of the job is shedule in tenmprory tables and when BTC w.p is free job is handled by wp.

If you want to execute immidiately but w.p is not free then goto SM37 find active job cancel the job.If you have job owner approval.

0 Kudos

Use OP-Modes. Define an Op-Mode and steal some dialog processes. You can dynamically switch the number of background and dialog work processes using Op-Modes.