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

trace program

Former Member
0 Likes
766

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 ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
743

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.

6 REPLIES 6
Read only

Former Member
0 Likes
744

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.

Read only

Former Member
0 Likes
743

Hi

Use SE30- Runtime analysis

SCI- Code Inspector tool

Tracing- ST05

Read only

Former Member
0 Likes
743

Hi

With the transaction st05 you can trace the programm..

best ragards

Marco

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
743

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];

Read only

Former Member
0 Likes
743

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

Read only

Former Member
0 Likes
743

Hi,

Trace the program using ST05 transaction (SQL trace)

Reagrds,

Jyothi CH.