‎2007 Sep 14 11:49 AM
Hi All
could you please give me some more details for TCODE SE30.
as it is used for performance analyisis.
Thanks
Lokesh
‎2007 Sep 14 11:55 AM
Online help : <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/10/6d1c370c468b7be10000009b38f936/frameset.htm">Performance Measurements (SAP Library - Components of SAP ...</a>
General documentation : <a href="http://www.google.fr/url?sa=t&ct=res&cd=20&url=http%3A%2F%2Fhelp.sap.com%2Fprintdocu%2Fcore%2FPrint46c%2Fen%2Fdata%2Fpdf%2FBCDWBTOO%2FBCDWBTOO.pdf&ei=TWjqRuTCLYfamgOz0uyrBg&usg=AFQjCNEYIfC2doig7kD3NtUVp1EK02DRfA&sig2=8Tk9ylNfOlyFqrhpWIrGkQ">BC ABAP Workbench Tools</a>
Regards
‎2007 Sep 14 11:58 AM
Hi,
Please check this link.
http://help.sap.com/saphelp_nw04s/helpdata/en/c6/617cafe68c11d2b2ab080009b43351/frameset.htm
Hope it will help to start with.
‎2007 Sep 17 6:36 AM
hi lokesh,
SE30 is used to measure the program performance at runtime
so that developer can analize his code on the [performance basis.
here u can give ur prog name and execute it.
the system will display the performance report in graphical format.
here DB time should be lessen then ur code will be fine with respect to the performance.
<b>Reward points if useful</b>
cheers,
Chandra
‎2007 Sep 17 7:53 AM
Hi
<b>Run time analysis transaction SE30</b>
In Transaction SE30, fill in the transaction name or the program name which needs to be analyzed for performance tuning.
For our case, let this be ZABAP_PERF_TUNING
After giving the required inputs to the program, execute it. After the final output list has been displayed, PRESS the BACK button.
On the original SE30 screen, now click on ANALYZE button.
The percentage across each of the areas ABAP/ Database/System shows the percentage of total time used for those areas and load on these areas while running the program . The lesser the database load faster the program runs.
reward if usefull
‎2007 Sep 17 9:22 AM
please use search, this question was answered several times.
Please check total time in overview.
Go to hitlist and check TOP-10 in net sort order.
Siegfried
‎2007 Sep 19 11:07 AM
Hi Lokesh,
SE30 Transaction used for performance tuning.
In this three types of performanace are available.
First we have to enter ABAP Program name and then execute it.
One is for SYSTEM performance , Second is DATABASE performance, Third is
ABAP program performance.
It will give each individual performance include with graphical display in
percentages. At the end the total percentage is equal to 100%.
In these three performance , always DATABASE peformance should be low.
Regards,
SHASHI.