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: 

Index in table standard, statistically.

0 Kudos

Good Morning Anybody !!

I want a help about index in table standard.  After I create a index in stantand table I need to execute statistically ?(Or some other procedure) ???

Regards,

Wagner Duarte

1 ACCEPTED SOLUTION

Former Member
0 Kudos

What do you mean by statistically..?

You need to run db02 (if I'm not wrong) transaction to update the indexes. You need to have DBA rights to do this.

Then you need to check if the newly created index is used using the st05 transaction.

4 REPLIES 4

Former Member
0 Kudos

What do you mean by statistically..?

You need to run db02 (if I'm not wrong) transaction to update the indexes. You need to have DBA rights to do this.

Then you need to check if the newly created index is used using the st05 transaction.

ThomasZloch
Active Contributor
0 Kudos

From SAP DDIC point of view, you create an index via SE11 for the standard table (does not require an access key), activate it and then go to the database utility (via SE11 menu or SE14 directly) to create it on the database as well.

In general, due to the side effects (space and maintenance costs, potentially CBO confusion), create new indexes only after checking other options, like fixing poor SQL statements, using alternative access paths, or if recommended by a SAP note.

Thomas

0 Kudos

I found the solution !! The correct transaction is DB20 .


Thanks !!!

0 Kudos

Hi Wagner,

It's great that you found the solution. Now please close this discussion, will you?

Cheers,

Custodio