‎2009 Dec 15 10:55 PM
Hi all,
I wanted to know if a certain custom program /interactive report is not running/executing as fast as it was sometime before(irrespective of the volume of the input data),what are the points/steps to be followed to ensure that the program runs as effecienly as before?
BR,
Diana.
‎2009 Dec 15 11:56 PM
Hi Diana,
you can do the runtime analysis using tcode SAT. (advanced version of SE30)
and you can just compare the different versions of the same development by using version management and see what codes got affected.
and if you have used it in some background job before then you can check that runtime with current run time to analyze a overall part..
‎2009 Dec 16 12:05 AM
Hi,
I just want to add that recently there was [a really nice blog about SE30|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/17050] [original link is broken] [original link is broken] [original link is broken]; published here on SDN.
Cheers
‎2009 Dec 16 4:00 AM
Hi...
go to se38 tcode.
give your program name.
select program from menu->check->code inspector
2) go to se30..
3) go to se39
‎2009 Dec 16 5:01 AM
You should proceed with runtime analysis and trace analysis using SE30 and ST05.
Also do version comparision to view the changes made in the program.
Also, check the index used for various fetch in program.
Check , is there any change made in index of database table i.e new index created or deletion of index.
Hope this helps you.