‎2009 Apr 21 9:52 AM
hi experts...
i have a problem which is Slow response time once click the button. i have debug the program and it has a lot of FM called. and its take time to enter F5. it is has an easiest way that i can check where the loop or any select statement that make the program slow ?
‎2009 Apr 21 9:54 AM
You can try to get the details by seeing the SQL trace in ST05 or using code-inspector you can find which selects are in a problem.
Regards,
Mansi.
‎2009 Apr 21 9:54 AM
You can try to get the details by seeing the SQL trace in ST05 or using code-inspector you can find which selects are in a problem.
Regards,
Mansi.
‎2009 Apr 21 9:56 AM
Hi
Use SE30- Runtime analysis
SCI- Code Inspector tool
Tracing- ST05
‎2009 Apr 21 9:57 AM
Hi
With the transaction st05 you can trace the programm..
best ragards
Marco
‎2009 Apr 21 9:59 AM
Check it link:[https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/7205] [original link is broken] [original link is broken] [original link is broken];
‎2009 Apr 21 10:00 AM
Hi fidah,
try to reduce select statements inside the loop which hampers the performance.
Standard FMs need not to be concerned...
Use se30 for runtime analysis of your scinario...
ST05 for SQL trace..... Use option summarize trace by SQL statement.
RFC Trace ( if u have any RFC system in backend).
regards
sivaram
‎2009 Apr 21 10:01 AM
Hi,
Trace the program using ST05 transaction (SQL trace)
Reagrds,
Jyothi CH.