‎2008 Apr 07 9:05 AM
Can any one tell em how to handle performance issuees.......
‎2008 Apr 07 9:11 AM
Go through T-code
Se30(run time analysis)
St05(Sql trace)
rewards if satisfied..
‎2008 Apr 07 9:11 AM
Go through T-code
Se30(run time analysis)
St05(Sql trace)
rewards if satisfied..
‎2008 Apr 07 12:19 PM
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
‎2008 Apr 07 12:25 PM
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.
‎2008 Apr 08 12:21 PM
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