Application Development 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: 

SE30 Runtime Analysis - To Find Index Usage

Former Member
0 Kudos

Hi All,

I ran out Run Time Analysis for a Program. When Analysing the calls, FETCH MSEG is taking much time.

Now I want to know which INDEX is taken for this MSEG FETCH.

Where I can find this in SE30 transaction.

Regards,

Viji.

4 REPLIES 4

Former Member
0 Kudos

You will find the index in the execution plan of your select statement.

Click on your statement in SE30 output > Do Explain>

Now in the execution plan look for INDEX UNIQUE SCAN it shows the index used next to it.

0 Kudos

I am working with 4.6C.

In SE30 I gave the Program Name --> Execute.

BACK > Analyse> Runtime Analysis Evaluation Overview

On Pressing Icon HIT LIST --> The List will be displayed with CALL, GROSS, PROGRAM NAME, NET.

Now where can I find the Index used?

Help me out?

Regards,

Viji

0 Kudos

I think you will have to use ST05 to find the index used.

Once you display the result if the trace, choose your select statement and do explain

Former Member
0 Kudos

Thanks.