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

performece qustion

Former Member
0 Likes
516

hi

i use se30 and i get red line with 135,210 = 99.7%

how much time this is in second and if it is good time?

regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
494

the time given is in milliseconds, so divide it by thousand and you got seconds.

And yeah 13.5 seconds is a LOT

4 REPLIES 4
Read only

Former Member
0 Likes
494

You can't find the time if you use SE30

Use ST05 Transaction or get run time command.

Goto ST05 Transaction -> trace on -> enter report transaction -> execute -> come back to ST05

Trace off -> list trace

here you will see time ,it will display time for each query

Thanks

Seshu

Read only

Former Member
0 Likes
494

Hi Shnya,

Red Line indicates the data base hits to your report/transaction. If it is in between 20% to 35% is a good approach. I think your report/transaction is hitting database many times. Avoid nested loops, nested select, inner joins with more than 3 levels in your report/transaction.

You may not get the same values if you run the report/transaction again.There may be slight differences among the values. Use ST05 to know which selects are taking more time.

Check this link for SE30 and ST05

http://www.thespot4sap.com/articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp

Thanks,

Vinay

Read only

Former Member
0 Likes
495

the time given is in milliseconds, so divide it by thousand and you got seconds.

And yeah 13.5 seconds is a LOT

Read only

0 Likes
494

hi florian

the time is in micro second

thankes