‎2008 May 04 7:41 AM
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
‎2008 May 04 7:45 AM
Check this link ABAP Development Performance Tuning
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/performance%2btuning
Check these threads.
http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9bd335c111d1829f0000e829fbfe/frameset.htm
‎2008 May 04 7:47 AM
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.
‎2008 May 05 8:44 AM
hi gautam,
i executed those two but im unable understand can u explain me in detail.
thanks
‎2008 May 05 8:58 AM
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