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 tuning

Former Member
0 Likes
507

Hi all,

hw can v check program performance.

what is the procedure.

after developing the object hw can v ensure the performance.

kindly, explain with the steps

thanks

4 REPLIES 4
Read only

Former Member
Read only

GauthamV
Active Contributor
0 Likes
491

hi,

there r 2 ways in which u can check ur program performance.

one is se30 (runtime analysis) and the other is st05(sql trace).

just give ur program name in se30 execute,

come back and click analyse,in st05 switch the trace on execite orogram come back switch trace of and see trace.

hope this will help u.

reward if useful.

Read only

Former Member
0 Likes
491

hi gautam,

i executed those two but im unable understand can u explain me in detail.

thanks

Read only

Former Member
0 Likes
491

chk this:

[se30|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7769] [original link is broken] [original link is broken] [original link is broken]; - chk this link.

[st05|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7205] [original link is broken] [original link is broken] [original link is broken];

se30 - will give u the runtime of your program, abap, database and application wise.

- the bars in red is the area(abap, database or application) that you have to look into for performance improvement.

st05 - this will analyze the sql statements in your program and indicate the time comsuming selects.

regards,

madhumitha