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

Performnace

Former Member
0 Likes
643

Can any one tell em how to handle performance issuees.......

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
627

Go through T-code

Se30(run time analysis)

St05(Sql trace)

rewards if satisfied..

4 REPLIES 4
Read only

Former Member
0 Likes
628

Go through T-code

Se30(run time analysis)

St05(Sql trace)

rewards if satisfied..

Read only

Former Member
0 Likes
627

what are performance issues, use the following 2 traces, they tell where the

time is spent on DB and in ABAP.

SQL trace:

/people/siegfried.boes/blog/2007/09/05/the-sql-trace-st05-150-quick-and-easy

SE30

/people/siegfried.boes/blog/2007/11/13/the-abap-runtime-trace-se30--quick-and-easy

Performance Issue = Total time larger than you want

=> Try to make the largest contributions faster.

Siegfried

Read only

0 Likes
627

Hi,

First find the necessary performance related issues in your code, to do that:

Do an Extenced Program Check incase of a executable which will list you all performance related issues in your code. Then proceed using SE30 SQL trace, GET RUNTIME etc accordingly.

Reward if it helps.

Thanks,

Vaishnavi.

Read only

P507709
Participant
0 Likes
627

Hi,

For Better Performance follow

1)more where condition on select query.

2) optimize u r query

3)If there is any calculation like sum in u r report use

standard Functio module.

4) Use se30, st05,..

Regards

Durgaprasad