cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Environment number of batch workprocesses

hendrikp
Explorer
0 Kudos

Hello,

is it possible to switch dialog work processes for more batch work processes? If not how can one increase the number of batch workprocesses in an abap environment runtime?

BR

View Entire Topic
christian_lutter
Explorer

Hello,

operation modes switch is not supported in our product. So it is not possible to change the number of batch work processes.

Such technical configuration is also not planned to be offered. The reason is that you could block all CPUs with Batch processes and block dialog processes which are typically required for more urgent things.

So we need to have a reasonable relation between CPUs, dialog work processes and batch work processes.

To increase the number of batch work processes you finally have to increase the number of CPUs.

Therefore we use the ABAP Compute Units. ACUs stand for the resources you get - memory and CPUs.

Regards

Christian

hendrikp
Explorer
0 Kudos

Thanks for the answer!

Is there an overview how many ACUs correspond with how many dialog,batch etc workprocesses?

BR