cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction for getting Table and index information

benoit-schmid
Contributor
0 Kudos

Hello,

From st05 -> Analyse -> Click on a table or index, I get a window that is labeled table and index information.

Is there a transaction that allow me to have this information for other tables?

Thanks in advance for your answer.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

In R/3 , db02 --> third tab Tables and Indexes

Regards,

Kiron.

markus_doehr2
Active Contributor
0 Kudos

SE14?

Markus

benoit-schmid
Contributor
0 Kudos

Hello,

I did not find it in se14.

I am interested by the analyze results.

Thanks in advance for your answer.

benoit-schmid
Contributor
0 Kudos

Hello,

In db02, I did not get the info with number of distinct for column and the number of distinct keys found by the statistics updates.

I am interested by these informations.

How could I get them?

Thanks in advance for your answer.

Former Member
0 Kudos

Hi,

Try from Tcode, st10, then click on today and click on show statics, then in next screen you will find Analyza Table tab, in that you can fill the required information and check.

hope this will helps you to get your information

Thanks,

Kiron.

benoit-schmid
Contributor
0 Kudos

Hello,

With st10, I could not get the information too.

Thanks in advance for your answer.

Former Member
0 Kudos

Well since you are in ST05 already, choose "enter SQL statement":

select * from <your_table> -> explain

Cheers Michael

benoit-schmid
Contributor
0 Kudos

Hello mho,

I have tried

-> st05

-> Click on Enter SQL Statement

select * from bpcg where wrttp in '43' and geber in 'DIP';

-> Click on explain

Then I have the following error: Error received from Explain SQL

Message no. 0S033

Would you know what I am doing wrong?

Thanks in advance for your answer.

Former Member
0 Kudos

You must not use the semicolon ( at the end!

Cheers Michael

benoit-schmid
Contributor
0 Kudos

Hello,

Thanks for the info.

It works.

I close the call.