‎2009 Feb 04 5:04 PM
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
‎2009 Feb 04 6:33 PM
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.
‎2009 Feb 04 5:12 PM
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®
‎2009 Feb 04 6:03 PM
Hi Sumit,
T-code for the job analysis is : SM39
Regards,
Kalyan
‎2009 Feb 04 6:33 PM
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.
‎2009 Feb 05 2:10 PM
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
‎2009 Feb 04 8:11 PM
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
‎2009 Feb 05 5:39 AM
Hi
go to transaction SM37 and give the name and details of the job that you want to
perform.
‎2009 Feb 05 5:42 AM
‎2009 Feb 05 7:19 AM
Hi,
To check simultaneous process,
try-out with BP_JOBVARIANT_SCHEDULE FM
Thanks.
‎2009 Feb 05 7:28 AM
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.