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

Debug Jobs

Former Member
0 Likes
308

Hi,

How to debug background jobs.

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
284

you can give certain messages with the field values like:

message s398(00) with 'Field1' field1.

You can check the Job log for the value.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
284

If the job is running go to SM50..

Select the process:

In the menu..Program/session -> program -> debugging..

OR

Fix the break points.

2) Create job.

3) Go SM37

4) Select the job and write "jdbg" in command line.

1) Use Transaction SM50. This would give you a view of all the background

processes running in the server.

2) Choose your background process from the list and got to

MENU "Program/Mode"->"Program"->"Debugging".

Reward points please...