‎2006 Jul 23 11:08 PM
Hi,
I have two abap programs and i want to compare execution times for both of them. How do i do that?
Thanks,
Sandeep
‎2006 Jul 23 11:33 PM
‎2006 Jul 24 1:15 AM
If you only want to compare execution times you can run them both in batch and the logs will show you the run times. If you want to compare in more detail use transaction SE30 to run each of your programs. This will tell you how cpu times compare and will indicate hotspots within each program, eg bad areas of code or bad sql use etc.
‎2006 Jul 24 2:38 AM
Hi Sandeep,
If you want to compare your programs you can run them in background so when it is finished it will show you how long it took for your programs to finish.
Hope this helps...
P.S. Please award points for useful answers.
‎2006 Jul 24 4:11 AM
HI,
GO to SE30 , THEN GO FOR TIPS& Tricks . Paste your code in the two sections and execute .You will be shown how much each program has taken side by side.
Regards,
Prasad