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

Problem with a JOB.

Former Member
0 Likes
302

Hi! I have a job that have one day half running in production. The process of this interface normaly is not too low. I enter in the SM50 transaction to see if is waiting for one process or something like that but I don't see any thing!

Exist other transaction or other way to see if the program is waiting for something?

Thanks for the help!

Hi! I have a job that have one day half running in production. The process of this interface normaly is not too low. I enter in the SM50 transaction to see if is waiting for one process or something like that but I don't see any thing!

Exist other transaction or other way to see if the program is waiting for something?

Thanks for the help!

1 REPLY 1
Read only

Former Member
0 Likes
279

Hi Carlos

Please follow as per the below steps:

1. Go to Transaction SM50.

2. Select the process(check box) where your job is executing.

3. Use Menupath: Program/Mode -> Program -> Debugging.

By doing as above, a new session will be opened in debugging mode of the job. In debugging, check if there is any recursive loop... This might give some clues of whatz happening in the background...

Kind Regards

Eswar