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

Batch Job Analysis

Former Member
0 Likes
1,568

Hello Experts,

I have a batch job which is taking much of time as usual.

I want to analyse it in between.

Is there any transaction or method to achieve this.

Please respond soon.

Thanks in advance

Sumit

Edited by: Sumit Mittal on Feb 4, 2009 6:04 PM

1 ACCEPTED SOLUTION
Read only

LucianoBentiveg
Active Contributor
0 Likes
1,041

Run your batch program, and go to SM50. Refresh that list all the time, and you can see your process and WTF is doing (Sequential read to DB table for sure).

In SM50 menu, there is an option to debug the process too.

Regards.

9 REPLIES 9
Read only

former_member194669
Active Contributor
0 Likes
1,041

You may need to look into this on various debugging options

https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/abap+debugger&;

a®

Read only

Former Member
0 Likes
1,041

Hi Sumit,

T-code for the job analysis is : SM39

Regards,

Kalyan

Read only

LucianoBentiveg
Active Contributor
0 Likes
1,042

Run your batch program, and go to SM50. Refresh that list all the time, and you can see your process and WTF is doing (Sequential read to DB table for sure).

In SM50 menu, there is an option to debug the process too.

Regards.

Read only

0 Likes
1,041

Hi Peluka,

I don't have the authorization to use SM50 or SM35 or SM39.

The batch job has not been completed and it is taking a lot more time than normal.

I can't use JDBG as I am not the one who has ececuted this batch job.

Please help.

Thanks

Sumit

Read only

Former Member
0 Likes
1,041

Dear Sumit,

You can run Transaction code SM35 in new screen, there you can you all the data analysis about the records.

It shows you how many records get completed and how many are incorrect and how many records are is to be completed.

Hope this will you help you out.

Regards,

Vijay

Read only

Former Member
0 Likes
1,041

Hi

go to transaction SM37 and give the name and details of the job that you want to

perform.

Read only

Former Member
0 Likes
1,041

Hi,

Try SM37.

Read only

Former Member
0 Likes
1,041

Hi,

To check simultaneous process,

try-out with BP_JOBVARIANT_SCHEDULE FM

Thanks.

Read only

Former Member
0 Likes
1,041

Hi,

Use the below link.

http://help.sap.com/saphelp_nw04/helpdata/en/6f/08703713bf277ee10000009b38f8cf/frameset.htm

Goto Analysis Tools: Overview -> Analyzing Job Status

Regards,

Phani.