cancel
Showing results for 
Search instead for 
Did you mean: 

Can you determine the number of SAP backround processes available from Unix

Former Member
0 Kudos

Is it possible for a Unix Korn script to know how many background processes are currently available in an SAP R/3 4.7 system?

We have an old interface processing script that occasionally tries to process a file when there aren't sufficient resources available and would like to have the script wait and retry if necessary.

Apologies in advance if this is obvious - I'm definitely not a script guru.

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

In unix we can come to know howmany background process are running through the ps command.

it will display the currently running process.

Thanks.

Bharathi.ch