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

SE30

Former Member
0 Likes
736

Hi All

could you please give me some more details for TCODE SE30.

as it is used for performance analyisis.

Thanks

Lokesh

6 REPLIES 6
Read only

RaymondGiuseppi
Active Contributor
0 Likes
680

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

Read only

Former Member
0 Likes
680
Read only

Former Member
0 Likes
680

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

Read only

Former Member
0 Likes
680

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

Read only

Former Member
0 Likes
680

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

Read only

Former Member
0 Likes
680

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.