cancel
Showing results for 
Search instead for 
Did you mean: 

Background job Performance

Former Member
0 Kudos

Hi

I have a batch job scheduled on the production system, which takes very loong time to complete. Its a Z program running behind. Name of the job is MM_PPALL_W_W_SET_DELCOMP_FINV. I have no clue where to check and which is the associated program and where is the dent on performance??

Any help will be appreciated.

Thanks

Subbu.

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor

- Check in SM37 the running job

- doubleclick the job and press on "steps", there you will see the program name

- start SE38, enter the program name and use "Utilities - Version - Version management"

- You will see the developers name

- ask the developer what he is doing there

--

Markus

Former Member
0 Kudos

Markus,

It was a fantastic answer!!!!

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi check the Job at SM50 if its running beyond expected time...must all your processors are busy.

goto to ST02 and check for swaps .if number of swaps are more for say beyond 5000swaps then buffer is occupying more space or full

try to run it after processors are free.

Former Member
0 Kudos

Enable SQL Trace and check at the DB level wheather there is any query in the job which is time consuming. With the help of abaper try to restructure it.

Former Member
0 Kudos

tell ur BASIS personal to check the log for that job....or if u r having Authorization ...run SM37 --> check log for the job.

Analyse the time it takes during execution, may its the program or the Database data seeking time.