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

Performance check for a a custom program

Former Member
0 Likes
1,025

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.

4 REPLIES 4
Read only

Former Member
0 Likes
775

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..

Read only

0 Likes
775

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

Read only

Former Member
0 Likes
776

Hi...

go to se38 tcode.

give your program name.

select program from menu->check->code inspector

2) go to se30..

3) go to se39

Read only

Former Member
0 Likes
776

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.