cancel
Showing results for 
Search instead for 
Did you mean: 

SE30

Former Member
0 Kudos

HOW TO RUN SE30 TRANS

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

1.First run your test program at least once, to fill buffers and caches

2. Call SE30

3. You can start your transaction, report or function call directly from SE30.

4. Run test program

5. Come back to SE30 and analyse trace

6. Get overview, note total runtime, red does not indicate anything, it just tells

the one of the three parts ABAP, DB, System is larger than 50%.

7. Open hit list

Analyse hitlist

1. Sort column net times, check Top 10 lines, what is called, why so expensive,

maybe it is executed to often? Check source code, can it be improved?

2. Sort column 'gross time' (includes all sub-calls), why so expensive,

maybe it is executed to often?

fidel_vales
Employee
Employee
0 Kudos

I wonder if you two are the same person or two.<img src="http://members.cox.net/scavenger7/Smilies/tomaatit.gif" alt="Tomatoed" />

Answers (3)

Answers (3)

former_member194613
Active Contributor
0 Kudos

> I wonder if you two are the same person or two

... Don't understand that remark.

But I can tell you, that I am not the guest, but I have written the text which the guest copied from another thread.

Siegfried

fidel_vales
Employee
Employee
0 Kudos

Hi Siegfried,

The comment was not about you but about "mohan" and "k k". Now the latter appears as "guest", I assume it has been banned.

This two "users" were playing the "give me points" game.

One create a "question" the second answer in seconds, and receive points.

As user "mohan" still exist, you can take a look at the questions he has done and who has answered.

markus_doehr2
Active Contributor
0 Kudos

- login to the system

- enter "SE30" in the OK-Code

- press on Enter

--

Markus

former_member194613
Active Contributor
0 Kudos

check the performance forum, SE30 is actually for ABAP. Here in the database forum the SQL trace might be the more appropriate tool